Uses of Class
org.cdk8s.plus25.k8s.KubeRuntimeClass.Builder
-
Packages that use KubeRuntimeClass.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeRuntimeClass.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeRuntimeClass.Builder Modifier and Type Method Description static KubeRuntimeClass.BuilderKubeRuntimeClass.Builder. create(software.constructs.Construct scope, String id)KubeRuntimeClass.BuilderKubeRuntimeClass.Builder. handler(String handler)Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.KubeRuntimeClass.BuilderKubeRuntimeClass.Builder. metadata(ObjectMeta metadata)More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.KubeRuntimeClass.BuilderKubeRuntimeClass.Builder. overhead(Overhead overhead)Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.KubeRuntimeClass.BuilderKubeRuntimeClass.Builder. scheduling(Scheduling scheduling)Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it.
-