| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.SELinuxOptions> |
V1.SELinuxOptions.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.SELinuxOptions |
V1.SELinuxOptions.Builder.build() |
V1.SELinuxOptions |
V1.SELinuxOptions.Builder.buildPartial() |
static V1.SELinuxOptions |
V1.SELinuxOptions.getDefaultInstance() |
V1.SELinuxOptions |
V1.SELinuxOptions.getDefaultInstanceForType() |
V1.SELinuxOptions |
V1.SELinuxOptions.Builder.getDefaultInstanceForType() |
V1.SELinuxOptions |
V1beta1Policy.SELinuxStrategyOptionsOrBuilder.getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
V1.SELinuxOptions |
V1beta1Policy.SELinuxStrategyOptions.getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
V1.SELinuxOptions |
V1beta1Policy.SELinuxStrategyOptions.Builder.getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
V1.SELinuxOptions |
V1.PodSecurityContextOrBuilder.getSeLinuxOptions()
The SELinux context to be applied to all containers.
|
V1.SELinuxOptions |
V1.PodSecurityContext.getSeLinuxOptions()
The SELinux context to be applied to all containers.
|
V1.SELinuxOptions |
V1.PodSecurityContext.Builder.getSeLinuxOptions()
The SELinux context to be applied to all containers.
|
V1.SELinuxOptions |
V1.SecurityContextOrBuilder.getSeLinuxOptions()
The SELinux context to be applied to the container.
|
V1.SELinuxOptions |
V1.SecurityContext.getSeLinuxOptions()
The SELinux context to be applied to the container.
|
V1.SELinuxOptions |
V1.SecurityContext.Builder.getSeLinuxOptions()
The SELinux context to be applied to the container.
|
V1.SELinuxOptions |
V1beta1Extensions.SELinuxStrategyOptionsOrBuilder.getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
V1.SELinuxOptions |
V1beta1Extensions.SELinuxStrategyOptions.getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
V1.SELinuxOptions |
V1beta1Extensions.SELinuxStrategyOptions.Builder.getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
static V1.SELinuxOptions |
V1.SELinuxOptions.parseDelimitedFrom(InputStream input) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(byte[] data) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(ByteBuffer data) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(com.google.protobuf.ByteString data) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(InputStream input) |
static V1.SELinuxOptions |
V1.SELinuxOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.SELinuxOptions> |
V1.SELinuxOptions.getParserForType() |
static com.google.protobuf.Parser<V1.SELinuxOptions> |
V1.SELinuxOptions.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.SELinuxOptions.Builder |
V1.SELinuxOptions.Builder.mergeFrom(V1.SELinuxOptions other) |
V1beta1Policy.SELinuxStrategyOptions.Builder |
V1beta1Policy.SELinuxStrategyOptions.Builder.mergeSeLinuxOptions(V1.SELinuxOptions value)
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
V1.PodSecurityContext.Builder |
V1.PodSecurityContext.Builder.mergeSeLinuxOptions(V1.SELinuxOptions value)
The SELinux context to be applied to all containers.
|
V1.SecurityContext.Builder |
V1.SecurityContext.Builder.mergeSeLinuxOptions(V1.SELinuxOptions value)
The SELinux context to be applied to the container.
|
V1beta1Extensions.SELinuxStrategyOptions.Builder |
V1beta1Extensions.SELinuxStrategyOptions.Builder.mergeSeLinuxOptions(V1.SELinuxOptions value)
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
static V1.SELinuxOptions.Builder |
V1.SELinuxOptions.newBuilder(V1.SELinuxOptions prototype) |
V1beta1Policy.SELinuxStrategyOptions.Builder |
V1beta1Policy.SELinuxStrategyOptions.Builder.setSeLinuxOptions(V1.SELinuxOptions value)
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
V1.PodSecurityContext.Builder |
V1.PodSecurityContext.Builder.setSeLinuxOptions(V1.SELinuxOptions value)
The SELinux context to be applied to all containers.
|
V1.SecurityContext.Builder |
V1.SecurityContext.Builder.setSeLinuxOptions(V1.SELinuxOptions value)
The SELinux context to be applied to the container.
|
V1beta1Extensions.SELinuxStrategyOptions.Builder |
V1beta1Extensions.SELinuxStrategyOptions.Builder.setSeLinuxOptions(V1.SELinuxOptions value)
seLinuxOptions required to run as; required for MustRunAs
More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
+optional
|
Copyright © 2019. All rights reserved.