[][src]Module kubelet::node

node contains wrappers around the Kubernetes node API, containing ways to create and update nodes operating within the cluster.

Structs

Builder

Builder for node definition.

Node

Kubernetes Node Definition. Wraps k8s_openapi::api::core::v1::Node.

Functions

create

Create a node

drain

Cordons node and evicts all pods.

evict_pods

Fetches list of pods on this node and deletes them.

uid

Fetch the uid of a node by name.

update

Update the timestamps on the Node object.