package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# 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

NewController constructs a new Controller object and returns it.

# Constants

KubeletConfigChangedEventReason identifies an event as a change of Kubelet configuration.
LocalEventMessage is sent when the Kubelet restarts to use local config.
RemoteEventMessageFmt is sent when the Kubelet restarts to use a remote config.

# Structs

Controller manages syncing dynamic Kubelet configurations For more information, see the proposal: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/dynamic-kubelet-configuration.md.

# Type aliases

TransformFunc edits the KubeletConfiguration in-place, and returns an error if any of the transformations failed.