Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + const DefaultKubeletContainersDirName + const DefaultKubeletPluginContainersDirName + const DefaultKubeletPluginsDirName + const DefaultKubeletPluginsRegistrationDirName + const DefaultKubeletPodResourcesDirName + const DefaultKubeletPodsDirName + const DefaultKubeletVolumeDevicesDirName + const DefaultKubeletVolumeSubpathsDirName + const DefaultKubeletVolumesDirName + const KubeletPluginsDirSELinuxLabel + const PodConfigNotificationIncremental + const PodConfigNotificationSnapshot + const PodConfigNotificationSnapshotAndUpdates + const PodConfigNotificationUnknown + func NewSourceApiserver(c clientset.Interface, nodeName types.NodeName, updates chan<- interface{}) + func NewSourceFile(path string, nodeName types.NodeName, period time.Duration, ...) + func NewSourceURL(url string, header http.Header, nodeName types.NodeName, period time.Duration, ...) + type ContainerRuntimeOptions struct + CNIBinDir string + CNICacheDir string + CNIConfDir string + ContainerRuntime string + DockerEndpoint string + DockershimRootDirectory string + ExperimentalDockershim bool + ImagePullProgressDeadline metav1.Duration + NetworkPluginMTU int32 + NetworkPluginName string + PodSandboxImage string + RedirectContainerStreaming bool + RuntimeCgroups string + func (s *ContainerRuntimeOptions) AddFlags(fs *pflag.FlagSet) + type PodConfig struct + func NewPodConfig(mode PodConfigNotificationMode, recorder record.EventRecorder) *PodConfig + func (c *PodConfig) Channel(source string) chan<- interface{} + func (c *PodConfig) Restore(path string, updates chan<- interface{}) error + func (c *PodConfig) SeenAllSources(seenSources sets.String) bool + func (c *PodConfig) Sync() + func (c *PodConfig) Updates() <-chan kubetypes.PodUpdate + type PodConfigNotificationMode int + type SourcesReady interface + AddSource func(source string) + AllReady func() bool + func NewSourcesReady(sourcesReadyFn SourcesReadyFn) SourcesReady + type SourcesReadyFn func(sourcesSeen sets.String) bool