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