static KubeRuntimeClassV1Beta1.Builder |
KubeRuntimeClassV1Beta1.Builder.create(software.constructs.Construct scope,
String id) |
|
KubeRuntimeClassV1Beta1.Builder |
KubeRuntimeClassV1Beta1.Builder.handler(String handler) |
Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.
|
KubeRuntimeClassV1Beta1.Builder |
KubeRuntimeClassV1Beta1.Builder.metadata(ObjectMeta metadata) |
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
|
KubeRuntimeClassV1Beta1.Builder |
KubeRuntimeClassV1Beta1.Builder.overhead(OverheadV1Beta1 overhead) |
Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.
|
KubeRuntimeClassV1Beta1.Builder |
KubeRuntimeClassV1Beta1.Builder.scheduling(SchedulingV1Beta1 scheduling) |
Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it.
|