public static interface V1beta1Policy.SELinuxStrategyOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRule()
rule is the strategy that will dictate the allowable labels that may be set.
|
com.google.protobuf.ByteString |
getRuleBytes()
rule is the strategy that will dictate the allowable labels that may be set.
|
V1.SELinuxOptions |
getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
V1.SELinuxOptionsOrBuilder |
getSeLinuxOptionsOrBuilder()
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
boolean |
hasRule()
rule is the strategy that will dictate the allowable labels that may be set.
|
boolean |
hasSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRule()
rule is the strategy that will dictate the allowable labels that may be set.
optional string rule = 1;String getRule()
rule is the strategy that will dictate the allowable labels that may be set.
optional string rule = 1;com.google.protobuf.ByteString getRuleBytes()
rule is the strategy that will dictate the allowable labels that may be set.
optional string rule = 1;boolean hasSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ +optional
optional .k8s.io.api.core.v1.SELinuxOptions seLinuxOptions = 2;V1.SELinuxOptions getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ +optional
optional .k8s.io.api.core.v1.SELinuxOptions seLinuxOptions = 2;V1.SELinuxOptionsOrBuilder getSeLinuxOptionsOrBuilder()
seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ +optional
optional .k8s.io.api.core.v1.SELinuxOptions seLinuxOptions = 2;Copyright © 2023. All rights reserved.