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.71.0 (build f1f58ae)", date="2022-11-24T11:18:28.705Z") @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 class
FsGroupStrategyOptionsV1Beta1.Builder
A builder forFsGroupStrategyOptionsV1Beta1
static class
FsGroupStrategyOptionsV1Beta1.Jsii$Proxy
An implementation forFsGroupStrategyOptionsV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static FsGroupStrategyOptionsV1Beta1.Builder
builder()
default List<IdRangeV1Beta1>
getRanges()
ranges are the allowed ranges of fs groups.default String
getRule()
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()
-
-