Package org.cdk8s.plus24.k8s
Class SeLinuxStrategyOptionsV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.SeLinuxStrategyOptionsV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
SeLinuxStrategyOptionsV1Beta1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SeLinuxStrategyOptionsV1Beta1
@Stability(Stable) @Internal public static final class SeLinuxStrategyOptionsV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SeLinuxStrategyOptionsV1Beta1
An implementation forSeLinuxStrategyOptionsV1Beta1
-
-
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.SeLinuxStrategyOptionsV1Beta1
SeLinuxStrategyOptionsV1Beta1.Builder, SeLinuxStrategyOptionsV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SeLinuxStrategyOptionsV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by theSeLinuxStrategyOptionsV1Beta1.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)StringgetRule()rule is the strategy that will dictate the allowable labels that may be set.SeLinuxOptionsgetSeLinuxOptions()seLinuxOptions required to run as;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(SeLinuxStrategyOptionsV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theSeLinuxStrategyOptionsV1Beta1.Builder.
-
-
Method Detail
-
getRule
public final String getRule()
Description copied from interface:SeLinuxStrategyOptionsV1Beta1rule is the strategy that will dictate the allowable labels that may be set.- Specified by:
getRulein interfaceSeLinuxStrategyOptionsV1Beta1
-
getSeLinuxOptions
public final SeLinuxOptions getSeLinuxOptions()
Description copied from interface:SeLinuxStrategyOptionsV1Beta1seLinuxOptions required to run as;required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
- Specified by:
getSeLinuxOptionsin interfaceSeLinuxStrategyOptionsV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-