Package org.cdk8s.plus24.k8s
Interface SeLinuxStrategyOptionsV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SeLinuxStrategyOptionsV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-06T02:54:46.000Z") @Stability(Stable) public interface SeLinuxStrategyOptionsV1Beta1 extends software.amazon.jsii.JsiiSerializable
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSeLinuxStrategyOptionsV1Beta1.BuilderA builder forSeLinuxStrategyOptionsV1Beta1static classSeLinuxStrategyOptionsV1Beta1.Jsii$ProxyAn implementation forSeLinuxStrategyOptionsV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SeLinuxStrategyOptionsV1Beta1.Builderbuilder()StringgetRule()rule is the strategy that will dictate the allowable labels that may be set.default SeLinuxOptionsgetSeLinuxOptions()seLinuxOptions required to run as;
-
-
-
Method Detail
-
getRule
@Stability(Stable) @NotNull String getRule()
rule is the strategy that will dictate the allowable labels that may be set.
-
getSeLinuxOptions
@Stability(Stable) @Nullable default SeLinuxOptions getSeLinuxOptions()
seLinuxOptions required to run as;required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
-
builder
@Stability(Stable) static SeLinuxStrategyOptionsV1Beta1.Builder builder()
-
-