# Functions
AddGlobalFlags explicitly registers flags that libraries (glog, verflag, etc.) register against the global flagsets from "flag" and "github.com/spf13/pflag".
AddKubeletConfigFlags adds flags for a specific kubeletconfig.KubeletConfiguration to the specified FlagSet.
NewContainerRuntimeOptions will create a new ContainerRuntimeOptions with default values.
NewKubeletConfiguration will create a new KubeletConfiguration with default values.
NewKubeletFlags will create a new KubeletFlags with default values.
NewKubeletServer will create a new KubeletServer with default values.
No description provided by the author
validateKubeletServer validates configuration of KubeletServer and returns an error if the input configuration is invalid.
# Structs
A configuration field should go in KubeletFlags instead of KubeletConfiguration if any of these are true: - its value will never, or cannot safely be changed during the lifetime of a node - its value cannot be safely shared between nodes at the same time (e.g.
KubeletServer encapsulates all of the parameters necessary for starting up a kubelet.