Package org.cdk8s.plus24.k8s
Interface FsGroupStrategyOptionsV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FsGroupStrategyOptionsV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.475Z") @Stability(Stable) public interface FsGroupStrategyOptionsV1Beta1 extends software.amazon.jsii.JsiiSerializable
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFsGroupStrategyOptionsV1Beta1.BuilderA builder forFsGroupStrategyOptionsV1Beta1static classFsGroupStrategyOptionsV1Beta1.Jsii$ProxyAn implementation forFsGroupStrategyOptionsV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static FsGroupStrategyOptionsV1Beta1.Builderbuilder()default List<IdRangeV1Beta1>getRanges()ranges are the allowed ranges of fs groups.default StringgetRule()rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
-
-
-
Method Detail
-
getRanges
@Stability(Stable) @Nullable default List<IdRangeV1Beta1> getRanges()
ranges are the allowed ranges of fs groups.If you would like to force a single fs 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 FSGroup is used in the SecurityContext.
-
builder
@Stability(Stable) static FsGroupStrategyOptionsV1Beta1.Builder builder()
-
-