Package org.cdk8s.plus24.k8s
Class RuntimeClassStrategyOptionsV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.RuntimeClassStrategyOptionsV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
RuntimeClassStrategyOptionsV1Beta1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RuntimeClassStrategyOptionsV1Beta1
@Stability(Stable) @Internal public static final class RuntimeClassStrategyOptionsV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RuntimeClassStrategyOptionsV1Beta1
An implementation forRuntimeClassStrategyOptionsV1Beta1
-
-
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.RuntimeClassStrategyOptionsV1Beta1
RuntimeClassStrategyOptionsV1Beta1.Builder, RuntimeClassStrategyOptionsV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(RuntimeClassStrategyOptionsV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by theRuntimeClassStrategyOptionsV1Beta1.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)List<String>getAllowedRuntimeClassNames()allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod.StringgetDefaultRuntimeClassName()defaultRuntimeClassName is the default RuntimeClassName to set on the pod.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(RuntimeClassStrategyOptionsV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theRuntimeClassStrategyOptionsV1Beta1.Builder.
-
-
Method Detail
-
getAllowedRuntimeClassNames
public final List<String> getAllowedRuntimeClassNames()
Description copied from interface:RuntimeClassStrategyOptionsV1Beta1allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod.A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
- Specified by:
getAllowedRuntimeClassNamesin interfaceRuntimeClassStrategyOptionsV1Beta1
-
getDefaultRuntimeClassName
public final String getDefaultRuntimeClassName()
Description copied from interface:RuntimeClassStrategyOptionsV1Beta1defaultRuntimeClassName is the default RuntimeClassName to set on the pod.The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
- Specified by:
getDefaultRuntimeClassNamein interfaceRuntimeClassStrategyOptionsV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-