package
0.0.0-20230213165238-7cd0a217cf39
Repository: https://github.com/fnrunner/fnutils.git
Documentation: pkg.go.dev
# Functions
NewAPIPatchingApplicator returns an Applicator that applies changes to an object by either creating or patching it in a Kubernetes API server.
UpdateFn returns an ApplyOption that is used to modify the current object to match fields of the desired.
# Structs
An APIPatchingApplicator applies changes to an object by either creating or patching it in a Kubernetes API server.
A ClientApplicator may be used to build a single 'client' that satisfies both client.Client and Applicator.
# Interfaces
An Applicator applies changes to an object.
# Type aliases
An ApplyFn is a function that satisfies the Applicator interface.
An ApplyOption is called before patching the current object to match the desired object.