package k8s.io.api.node.v1alpha1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Overhead

generated.proto:34

Overhead structure represents the resource overhead associated with running a pod.

Used in: RuntimeClassSpec

message RuntimeClass

generated.proto:47

RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class

Used in: RuntimeClassList

message RuntimeClassList

generated.proto:58

RuntimeClassList is a list of RuntimeClass objects.

message RuntimeClassSpec

generated.proto:72

RuntimeClassSpec is a specification of a RuntimeClass. It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable.

Used in: RuntimeClass

message Scheduling

generated.proto:102

Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.

Used in: RuntimeClassSpec