package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
CreatePatchSet creates a patchSet object, by splitting the given "data" by "\n---".
GetPatchManagerForPath creates a patch manager that can be used to apply patches to "knownTargets".
KnownTargets returns the locally defined knownTargets.
NewPatchManager creates a patch manager that can be used to apply patches to "knownTargets".
# Constants
CoreDNSDeployment defines the corednsdeployment patch target.
KubeletConfiguration defines the kubeletconfiguration patch target.
# Structs
PatchManager defines an object that can apply patches.
PatchSet defines a set of patches of a certain type that can patch a PatchTarget.
PatchTarget defines a target to be patched, such as a control-plane static Pod.