package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
EnsureConfiguration applies the given maintenance strategy to the given object.
EnsureConfigurations applies the given maintenance strategy to the given objects.
NewMandatoryEnsureStrategy returns an EnsureStrategy for mandatory config objects.
NewSuggestedEnsureStrategy returns an EnsureStrategy for suggested config objects.
RemoveUnwantedObjects attempts to delete the configuration objects that exist, are annotated `apf.kubernetes.io/autoupdate-spec=true`, and do not have a name in the given set.
# Interfaces
EnsureStrategy provides a maintenance strategy for APF configuration objects.
ObjectOps is the needed operations, both as a receiver from a server and server-independent, on configurationObjects.