# Packages
No description provided by the author
# Functions
NewApplier constucts a new Applier client.
# Constants
LastAppliedAnnotation is the annotation name used by faros for the last applied config.
# Structs
Applier is a client that can perform a three-way-merge Based on the `kubectl apply` command.
ApplyOptions defines the possible options for the Apply command.
Options are creation options for a Applier.
Patcher is used to perform a three-way-merge on runtime.Objects.
# Interfaces
Client defines the interface for the Applier.