Package org.cdk8s.plus24.k8s
Class RunAsUserStrategyOptionsV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.RunAsUserStrategyOptionsV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
RunAsUserStrategyOptionsV1Beta1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RunAsUserStrategyOptionsV1Beta1
@Stability(Stable) @Internal public static final class RunAsUserStrategyOptionsV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RunAsUserStrategyOptionsV1Beta1
An implementation forRunAsUserStrategyOptionsV1Beta1
-
-
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.RunAsUserStrategyOptionsV1Beta1
RunAsUserStrategyOptionsV1Beta1.Builder, RunAsUserStrategyOptionsV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(RunAsUserStrategyOptionsV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by theRunAsUserStrategyOptionsV1Beta1.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<IdRangeV1Beta1>getRanges()ranges are the allowed ranges of uids that may be used.StringgetRule()rule is the strategy that will dictate the allowable RunAsUser values that may be set.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(RunAsUserStrategyOptionsV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theRunAsUserStrategyOptionsV1Beta1.Builder.
-
-
Method Detail
-
getRule
public final String getRule()
Description copied from interface:RunAsUserStrategyOptionsV1Beta1rule is the strategy that will dictate the allowable RunAsUser values that may be set.- Specified by:
getRulein interfaceRunAsUserStrategyOptionsV1Beta1
-
getRanges
public final List<IdRangeV1Beta1> getRanges()
Description copied from interface:RunAsUserStrategyOptionsV1Beta1ranges are the allowed ranges of uids that may be used.If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.
- Specified by:
getRangesin interfaceRunAsUserStrategyOptionsV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-