Package org.cdk8s.plus25.k8s
Class KubeRuntimeClassProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeRuntimeClassProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeRuntimeClassProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeRuntimeClassProps
@Stability(Stable) @Internal public static final class KubeRuntimeClassProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeRuntimeClassProps
An implementation forKubeRuntimeClassProps
-
-
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.plus25.k8s.KubeRuntimeClassProps
KubeRuntimeClassProps.Builder, KubeRuntimeClassProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeRuntimeClassProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeRuntimeClassProps.Builder.protectedJsii$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()booleanequals(Object o)StringgetHandler()Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.ObjectMetagetMetadata()More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.OverheadgetOverhead()Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.SchedulinggetScheduling()Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it.inthashCode()
-
-
-
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(KubeRuntimeClassProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeRuntimeClassProps.Builder.
-
-
Method Detail
-
getHandler
public final String getHandler()
Description copied from interface:KubeRuntimeClassPropsHandler 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:
getHandlerin interfaceKubeRuntimeClassProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeRuntimeClassPropsMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.- Specified by:
getMetadatain interfaceKubeRuntimeClassProps
-
getOverhead
public final Overhead getOverhead()
Description copied from interface:KubeRuntimeClassPropsOverhead represents the resource overhead associated with running a pod for a given RuntimeClass.For more details, see https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/
- Specified by:
getOverheadin interfaceKubeRuntimeClassProps
-
getScheduling
public final Scheduling getScheduling()
Description copied from interface:KubeRuntimeClassPropsScheduling 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:
getSchedulingin interfaceKubeRuntimeClassProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-