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.67.0 (build 2c027f5)", date="2022-09-16T03:33:04.216Z") @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 class
SupplementalGroupsStrategyOptionsV1Beta1.Builder
A builder forSupplementalGroupsStrategyOptionsV1Beta1
static class
SupplementalGroupsStrategyOptionsV1Beta1.Jsii$Proxy
An implementation forSupplementalGroupsStrategyOptionsV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SupplementalGroupsStrategyOptionsV1Beta1.Builder
builder()
default List<IdRangeV1Beta1>
getRanges()
ranges are the allowed ranges of supplemental groups.default String
getRule()
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()
-
-