# Functions
NewContainerRuntimeOptions will create a new ContainerRuntimeOptions with default values.
NewKubeletServer will create a new KubeletServer with default values.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
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.