package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/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.
NodeFeatures returns a Setter that sets NodeFeatures 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.
RuntimeHandlers returns a Setter that sets RuntimeHandlers on the node.
VersionInfo returns a Setter that updates version-related information 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.