# Functions
Apply is the equivalent of 'kubectl apply --server-side -f'.
FilterUnstructured returns a slice of unstructured objects that match the given filter.
KubeClient returns a new Kubernetes client.
KubeConfig returns a new Kubernetes rest config.
MustInstallKustomization returns true if the given kustomization is not installed.
MustInstallNS returns true if the given namespace is not installed.
NewScheme creates the Scheme methods for serializing and deserializing API objects.
NSFilter returns a filter that filters out the given namespace.
ReconcileGitrepository reconciles the given git repository.
ReconcileKustomization reconciles the given kustomization.
ReportComponentsHealth reconciles the health of the given components.
ReportGitrepositoryHealth reconciles the health of the given git repository.
ReportKustomizationHealth reconciles the health of the given kustomization.
No description provided by the author
YamlToUnstructructured converts the given yaml to a slice of unstructured objects.