Package org.cdk8s.plus24.k8s
Class KubeRuntimeClassV1Beta1Props.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.KubeRuntimeClassV1Beta1Props.Jsii$Proxy
-
- All Implemented Interfaces:
KubeRuntimeClassV1Beta1Props
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeRuntimeClassV1Beta1Props
@Stability(Stable) @Internal public static final class KubeRuntimeClassV1Beta1Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeRuntimeClassV1Beta1Props
An implementation forKubeRuntimeClassV1Beta1Props
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.k8s.KubeRuntimeClassV1Beta1Props
KubeRuntimeClassV1Beta1Props.Builder, KubeRuntimeClassV1Beta1Props.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeRuntimeClassV1Beta1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeRuntimeClassV1Beta1Props.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
String
getHandler()
Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.ObjectMeta
getMetadata()
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.OverheadV1Beta1
getOverhead()
Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.SchedulingV1Beta1
getScheduling()
Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it.int
hashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(KubeRuntimeClassV1Beta1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeRuntimeClassV1Beta1Props.Builder
.
-
-
Method Detail
-
getHandler
public final String getHandler()
Description copied from interface:KubeRuntimeClassV1Beta1Props
Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
- Specified by:
getHandler
in interfaceKubeRuntimeClassV1Beta1Props
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeRuntimeClassV1Beta1Props
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.- Specified by:
getMetadata
in interfaceKubeRuntimeClassV1Beta1Props
-
getOverhead
public final OverheadV1Beta1 getOverhead()
Description copied from interface:KubeRuntimeClassV1Beta1Props
Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.For more details, see https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md
- Specified by:
getOverhead
in interfaceKubeRuntimeClassV1Beta1Props
-
getScheduling
public final SchedulingV1Beta1 getScheduling()
Description copied from interface:KubeRuntimeClassV1Beta1Props
Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it.If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
- Specified by:
getScheduling
in interfaceKubeRuntimeClassV1Beta1Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-