package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

BuildDaemonSet is responsible for mutating the PodSpec and return a DaemonSet which is suitable for the self-hosting purporse.
BuildSelfHostedComponentLabelQuery creates the right query for matching a self-hosted Pod.
BuildSelfhostedComponentLabels returns the labels for a self-hosted component.
CreateSelfHostedControlPlane is responsible for turning a Static Pod-hosted control plane to a self-hosted one It achieves that task this way: 1.
GetDefaultMutators gets the mutator functions that alwasy should be used.
GetMutatorsFromFeatureGates returns all mutators needed based on the feature gates passed.

# Type aliases

PodSpecMutatorFunc is a function capable of mutating a PodSpec.