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