Package org.cdk8s.plus24.k8s
Interface SupplementalGroupsStrategyOptionsV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SupplementalGroupsStrategyOptionsV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-06T02:54:46.020Z") @Stability(Stable) public interface SupplementalGroupsStrategyOptionsV1Beta1 extends software.amazon.jsii.JsiiSerializable
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSupplementalGroupsStrategyOptionsV1Beta1.BuilderA builder forSupplementalGroupsStrategyOptionsV1Beta1static classSupplementalGroupsStrategyOptionsV1Beta1.Jsii$ProxyAn implementation forSupplementalGroupsStrategyOptionsV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SupplementalGroupsStrategyOptionsV1Beta1.Builderbuilder()default List<IdRangeV1Beta1>getRanges()ranges are the allowed ranges of supplemental groups.default StringgetRule()rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
-
-
-
Method Detail
-
getRanges
@Stability(Stable) @Nullable default List<IdRangeV1Beta1> getRanges()
ranges 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.
-
getRule
@Stability(Stable) @Nullable default String getRule()
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
-
builder
@Stability(Stable) static SupplementalGroupsStrategyOptionsV1Beta1.Builder builder()
-
-