Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.addAllSupplementalGroups(Iterable<? extends Long> values) |
A list of groups applied to the first process run in each container, in
addition to the container's primary GID and fsGroup (if specified).
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.addAllSysctls(Iterable<? extends Generated.Sysctl> values) |
Sysctls hold a list of namespaced sysctls used for the pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.addSupplementalGroups(long value) |
A list of groups applied to the first process run in each container, in
addition to the container's primary GID and fsGroup (if specified).
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.addSysctls(int index,
Generated.Sysctl value) |
Sysctls hold a list of namespaced sysctls used for the pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.addSysctls(int index,
Generated.Sysctl.Builder builderForValue) |
Sysctls hold a list of namespaced sysctls used for the pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.addSysctls(Generated.Sysctl value) |
Sysctls hold a list of namespaced sysctls used for the pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.addSysctls(Generated.Sysctl.Builder builderForValue) |
Sysctls hold a list of namespaced sysctls used for the pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clear() |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearAppArmorProfile() |
appArmorProfile is the AppArmor options to use by the containers in this pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearFsGroup() |
A special supplemental group that applies to all containers in a pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearFsGroupChangePolicy() |
fsGroupChangePolicy defines behavior of changing ownership and permission of the volume
before being exposed inside Pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearRunAsGroup() |
The GID to run the entrypoint of the container process.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearRunAsNonRoot() |
Indicates that the container must run as a non-root user.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearRunAsUser() |
The UID to run the entrypoint of the container process.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearSeccompProfile() |
The seccomp options to use by the containers in this pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearSeLinuxChangePolicy() |
seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearSeLinuxOptions() |
The SELinux context to be applied to all containers.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearSupplementalGroups() |
A list of groups applied to the first process run in each container, in
addition to the container's primary GID and fsGroup (if specified).
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearSupplementalGroupsPolicy() |
Defines how supplemental groups of the first container processes are calculated.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearSysctls() |
Sysctls hold a list of namespaced sysctls used for the pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clearWindowsOptions() |
The Windows specific settings applied to all containers.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.clone() |
|
Generated.PodSecurityContext.Builder |
Generated.PodSpec.Builder.getSecurityContextBuilder() |
SecurityContext holds pod-level security attributes and common container settings.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.mergeAppArmorProfile(Generated.AppArmorProfile value) |
appArmorProfile is the AppArmor options to use by the containers in this pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.mergeFrom(Generated.PodSecurityContext other) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.mergeSeccompProfile(Generated.SeccompProfile value) |
The seccomp options to use by the containers in this pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.mergeSeLinuxOptions(Generated.SELinuxOptions value) |
The SELinux context to be applied to all containers.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.mergeWindowsOptions(Generated.WindowsSecurityContextOptions value) |
The Windows specific settings applied to all containers.
|
static Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.newBuilder() |
|
static Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.newBuilder(Generated.PodSecurityContext prototype) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.newBuilderForType() |
|
protected Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.removeSysctls(int index) |
Sysctls hold a list of namespaced sysctls used for the pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setAppArmorProfile(Generated.AppArmorProfile value) |
appArmorProfile is the AppArmor options to use by the containers in this pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setAppArmorProfile(Generated.AppArmorProfile.Builder builderForValue) |
appArmorProfile is the AppArmor options to use by the containers in this pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setFsGroup(long value) |
A special supplemental group that applies to all containers in a pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setFsGroupChangePolicy(String value) |
fsGroupChangePolicy defines behavior of changing ownership and permission of the volume
before being exposed inside Pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setFsGroupChangePolicyBytes(com.google.protobuf.ByteString value) |
fsGroupChangePolicy defines behavior of changing ownership and permission of the volume
before being exposed inside Pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setRunAsGroup(long value) |
The GID to run the entrypoint of the container process.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setRunAsNonRoot(boolean value) |
Indicates that the container must run as a non-root user.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setRunAsUser(long value) |
The UID to run the entrypoint of the container process.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSeccompProfile(Generated.SeccompProfile value) |
The seccomp options to use by the containers in this pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSeccompProfile(Generated.SeccompProfile.Builder builderForValue) |
The seccomp options to use by the containers in this pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSeLinuxChangePolicy(String value) |
seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSeLinuxChangePolicyBytes(com.google.protobuf.ByteString value) |
seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSeLinuxOptions(Generated.SELinuxOptions value) |
The SELinux context to be applied to all containers.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSeLinuxOptions(Generated.SELinuxOptions.Builder builderForValue) |
The SELinux context to be applied to all containers.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSupplementalGroups(int index,
long value) |
A list of groups applied to the first process run in each container, in
addition to the container's primary GID and fsGroup (if specified).
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSupplementalGroupsPolicy(String value) |
Defines how supplemental groups of the first container processes are calculated.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSupplementalGroupsPolicyBytes(com.google.protobuf.ByteString value) |
Defines how supplemental groups of the first container processes are calculated.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSysctls(int index,
Generated.Sysctl value) |
Sysctls hold a list of namespaced sysctls used for the pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setSysctls(int index,
Generated.Sysctl.Builder builderForValue) |
Sysctls hold a list of namespaced sysctls used for the pod.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setWindowsOptions(Generated.WindowsSecurityContextOptions value) |
The Windows specific settings applied to all containers.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.Builder.setWindowsOptions(Generated.WindowsSecurityContextOptions.Builder builderForValue) |
The Windows specific settings applied to all containers.
|
Generated.PodSecurityContext.Builder |
Generated.PodSecurityContext.toBuilder() |
|