# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
KubeletConfigurationPathRefs returns pointers to all of the KubeletConfiguration fields that contain filepaths.
# Constants
BestEffortTopologyManagerPolicy is a mode in which kubelet will favour pods with NUMA alignment of CPU and device resources.
GetChangeDetectionStrategy is a mode in which kubelet fetches necessary objects directly from apiserver.
GroupName is the group name used in this package.
Neither of the above.
Set the hairpin flag on the veth of containers in the respective container runtime.
KubeletAuthorizationModeAlwaysAllow authorizes all authenticated requests.
KubeletAuthorizationModeWebhook uses the SubjectAccessReview API to determine authorization.
NoneTopologyManager Policy is a mode in which kubelet has no knowledge of NUMA alignment of a pod's CPU and device resources.
Make the container bridge promiscuous.
RestrictedTopologyManagerPolicy is a mode in which kubelet only allows pods with optimal NUMA node alignment for requested resources.
SingleNumaNodeTopologyManager Policy iis a mode in which kubelet only allows pods with a single NUMA alignment of CPU and device resources.
TTLCacheChangeDetectionStrategy is a mode in which kubelet uses ttl cache for object directly fetched from apiserver.
WatchChangeDetectionStrategy is a mode in which kubelet uses watches to observe changes to objects that are in its interest.
# Variables
AddToScheme is a global function that registers this API group & version to a scheme.
SchemeBuilder is the scheme builder with scheme init functions to run for this API package.
SchemeGroupVersion is group version used to register these objects.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
KubeletConfiguration contains the configuration for the Kubelet.
No description provided by the author
No description provided by the author
No description provided by the author
SerializedNodeConfigSource allows us to serialize NodeConfigSource This type is used internally by the Kubelet for tracking checkpointed dynamic configs.
# Type aliases
HairpinMode denotes how the kubelet should configure networking to handle hairpin packets.
No description provided by the author
ResourceChangeDetectionStrategy denotes a mode in which internal managers (secret, configmap) are discovering object changes.