# Functions
NewApplier creates an Applier instance.
NewClient creates a new Client.
NewManifestReader initializes a reader for yaml manifests.
ToUnstructured converts a runtime.Object into an Unstructured object.
# Structs
Applier is used to create/update/delete one or more objects from a YAML manifest file to the cluster @TODO: Remove this in favor of Client in client.go which provides server side apply.
Client is a wrapper around the controller-runtime client.Client that provides a higher-level API for working with unstructured objects.
# Interfaces
UnstructuredReader an interface that all manifest readers should implement.