Package org.cdk8s.plus24.k8s
Class KubeRuntimeClassProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.k8s.KubeRuntimeClassProps
KubeRuntimeClassProps.Builder, KubeRuntimeClassProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeRuntimeClassProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeRuntimeClassProps.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.Overhead
getOverhead()
Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.Scheduling
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(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:KubeRuntimeClassProps
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 interfaceKubeRuntimeClassProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeRuntimeClassProps
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.- Specified by:
getMetadata
in interfaceKubeRuntimeClassProps
-
getOverhead
public final Overhead getOverhead()
Description copied from interface:KubeRuntimeClassProps
Overhead 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:
getOverhead
in interfaceKubeRuntimeClassProps
-
getScheduling
public final Scheduling getScheduling()
Description copied from interface:KubeRuntimeClassProps
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 interfaceKubeRuntimeClassProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-