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.80.0 (build bce6a1d)", date="2023-05-06T02:23:11.037Z") @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 class
SeLinuxStrategyOptionsV1Beta1.Builder
A builder forSeLinuxStrategyOptionsV1Beta1
static class
SeLinuxStrategyOptionsV1Beta1.Jsii$Proxy
An implementation forSeLinuxStrategyOptionsV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SeLinuxStrategyOptionsV1Beta1.Builder
builder()
String
getRule()
rule is the strategy that will dictate the allowable labels that may be set.default SeLinuxOptions
getSeLinuxOptions()
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()
-
-