package
0.0.0-20190319231021-e6272b887b81
Repository: https://github.com/marun/kubernetes.git
Documentation: pkg.go.dev

# Functions

DaemonEndpoints returns a Setter that updates the daemon endpoints on the node.
DiskPressureCondition returns a Setter that updates the v1.NodeDiskPressure condition on the node.
GoRuntime returns a Setter that sets GOOS and GOARCH on the node.
Images returns a Setter that updates the images on the node.
MachineInfo returns a Setter that updates machine-related information on the node.
MemoryPressureCondition returns a Setter that updates the v1.NodeMemoryPressure condition on the node.
NodeAddress returns a Setter that updates address-related information on the node.
PIDPressureCondition returns a Setter that updates the v1.NodePIDPressure condition on the node.
ReadyCondition returns a Setter that updates the v1.NodeReady condition on the node.
RemoveOutOfDiskCondition removes stale OutOfDisk condition OutOfDisk condition has been removed from kubelet in 1.12.
VersionInfo returns a Setter that updates version-related information on the node.
VolumeLimits returns a Setter that updates the volume limits on the node.
VolumesInUse returns a Setter that updates the volumes in use on the node.

# Constants

MaxNamesPerImageInNodeStatus is max number of names per image stored in the node status.

# Type aliases

Setter modifies the node in-place, and returns an error if the modification failed.