Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1SELinuxOptions |
V1SELinuxOptionsBuilder.build() |
V1SELinuxOptions |
ExtensionsV1beta1SELinuxStrategyOptionsFluent.buildSeLinuxOptions() |
V1SELinuxOptions |
V1PodSecurityContextFluent.buildSeLinuxOptions() |
V1SELinuxOptions |
V1PodSecurityContextFluentImpl.buildSeLinuxOptions() |
V1SELinuxOptions |
ExtensionsV1beta1SELinuxStrategyOptionsFluentImpl.buildSeLinuxOptions() |
V1SELinuxOptions |
V1SecurityContextFluentImpl.buildSeLinuxOptions() |
V1SELinuxOptions |
V1SecurityContextFluent.buildSeLinuxOptions() |
V1SELinuxOptions |
PolicyV1beta1SELinuxStrategyOptionsFluent.buildSeLinuxOptions() |
V1SELinuxOptions |
PolicyV1beta1SELinuxStrategyOptionsFluentImpl.buildSeLinuxOptions() |
V1SELinuxOptions |
ExtensionsV1beta1SELinuxStrategyOptionsFluent.getSeLinuxOptions()
Deprecated.
|
V1SELinuxOptions |
V1PodSecurityContextFluent.getSeLinuxOptions()
Deprecated.
|
V1SELinuxOptions |
V1PodSecurityContextFluentImpl.getSeLinuxOptions()
Deprecated.
|
V1SELinuxOptions |
ExtensionsV1beta1SELinuxStrategyOptionsFluentImpl.getSeLinuxOptions()
Deprecated.
|
V1SELinuxOptions |
V1SecurityContextFluentImpl.getSeLinuxOptions()
Deprecated.
|
V1SELinuxOptions |
V1SecurityContextFluent.getSeLinuxOptions()
Deprecated.
|
V1SELinuxOptions |
PolicyV1beta1SELinuxStrategyOptionsFluent.getSeLinuxOptions()
Deprecated.
|
V1SELinuxOptions |
PolicyV1beta1SELinuxStrategyOptionsFluentImpl.getSeLinuxOptions()
Deprecated.
|
V1SELinuxOptions |
V1SecurityContext.getSeLinuxOptions()
The SELinux context to be applied to the container.
|
V1SELinuxOptions |
V1PodSecurityContext.getSeLinuxOptions()
The SELinux context to be applied to all containers.
|
V1SELinuxOptions |
PolicyV1beta1SELinuxStrategyOptions.getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
V1SELinuxOptions |
ExtensionsV1beta1SELinuxStrategyOptions.getSeLinuxOptions()
seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
V1SELinuxOptions |
V1SELinuxOptions.level(String level) |
V1SELinuxOptions |
V1SELinuxOptions.role(String role) |
V1SELinuxOptions |
V1SELinuxOptions.type(String type) |
V1SELinuxOptions |
V1SELinuxOptions.user(String user) |
Constructor and Description |
---|
V1SELinuxOptionsBuilder(V1SELinuxOptions instance) |
V1SELinuxOptionsBuilder(V1SELinuxOptions instance,
Boolean validationEnabled) |
V1SELinuxOptionsBuilder(V1SELinuxOptionsFluent<?> fluent,
V1SELinuxOptions instance) |
V1SELinuxOptionsBuilder(V1SELinuxOptionsFluent<?> fluent,
V1SELinuxOptions instance,
Boolean validationEnabled) |
V1SELinuxOptionsFluentImpl(V1SELinuxOptions instance) |
Copyright © 2018. All rights reserved.