Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clear() |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearAllowPrivilegeEscalation() |
AllowPrivilegeEscalation controls whether a process can gain more
privileges than its parent process.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearAppArmorProfile() |
appArmorProfile is the AppArmor options to use by this container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearCapabilities() |
The capabilities to add/drop when running containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearPrivileged() |
Run container in privileged mode.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearProcMount() |
procMount denotes the type of proc mount to use for the containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearReadOnlyRootFilesystem() |
Whether this container has a read-only root filesystem.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearRunAsGroup() |
The GID to run the entrypoint of the container process.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearRunAsNonRoot() |
Indicates that the container must run as a non-root user.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearRunAsUser() |
The UID to run the entrypoint of the container process.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearSeccompProfile() |
The seccomp options to use by this container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearSeLinuxOptions() |
The SELinux context to be applied to the container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clearWindowsOptions() |
The Windows specific settings applied to all containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.clone() |
|
Generated.SecurityContext.Builder |
Generated.Container.Builder.getSecurityContextBuilder() |
SecurityContext defines the security options the container should be run with.
|
Generated.SecurityContext.Builder |
Generated.EphemeralContainerCommon.Builder.getSecurityContextBuilder() |
Optional: SecurityContext defines the security options the ephemeral container should be run with.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.mergeAppArmorProfile(Generated.AppArmorProfile value) |
appArmorProfile is the AppArmor options to use by this container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.mergeCapabilities(Generated.Capabilities value) |
The capabilities to add/drop when running containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.mergeFrom(Generated.SecurityContext other) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.mergeSeccompProfile(Generated.SeccompProfile value) |
The seccomp options to use by this container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.mergeSeLinuxOptions(Generated.SELinuxOptions value) |
The SELinux context to be applied to the container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.mergeWindowsOptions(Generated.WindowsSecurityContextOptions value) |
The Windows specific settings applied to all containers.
|
static Generated.SecurityContext.Builder |
Generated.SecurityContext.newBuilder() |
|
static Generated.SecurityContext.Builder |
Generated.SecurityContext.newBuilder(Generated.SecurityContext prototype) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.newBuilderForType() |
|
protected Generated.SecurityContext.Builder |
Generated.SecurityContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setAllowPrivilegeEscalation(boolean value) |
AllowPrivilegeEscalation controls whether a process can gain more
privileges than its parent process.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setAppArmorProfile(Generated.AppArmorProfile value) |
appArmorProfile is the AppArmor options to use by this container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setAppArmorProfile(Generated.AppArmorProfile.Builder builderForValue) |
appArmorProfile is the AppArmor options to use by this container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setCapabilities(Generated.Capabilities value) |
The capabilities to add/drop when running containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setCapabilities(Generated.Capabilities.Builder builderForValue) |
The capabilities to add/drop when running containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setPrivileged(boolean value) |
Run container in privileged mode.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setProcMount(String value) |
procMount denotes the type of proc mount to use for the containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setProcMountBytes(com.google.protobuf.ByteString value) |
procMount denotes the type of proc mount to use for the containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setReadOnlyRootFilesystem(boolean value) |
Whether this container has a read-only root filesystem.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setRunAsGroup(long value) |
The GID to run the entrypoint of the container process.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setRunAsNonRoot(boolean value) |
Indicates that the container must run as a non-root user.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setRunAsUser(long value) |
The UID to run the entrypoint of the container process.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setSeccompProfile(Generated.SeccompProfile value) |
The seccomp options to use by this container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setSeccompProfile(Generated.SeccompProfile.Builder builderForValue) |
The seccomp options to use by this container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setSeLinuxOptions(Generated.SELinuxOptions value) |
The SELinux context to be applied to the container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setSeLinuxOptions(Generated.SELinuxOptions.Builder builderForValue) |
The SELinux context to be applied to the container.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setWindowsOptions(Generated.WindowsSecurityContextOptions value) |
The Windows specific settings applied to all containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.Builder.setWindowsOptions(Generated.WindowsSecurityContextOptions.Builder builderForValue) |
The Windows specific settings applied to all containers.
|
Generated.SecurityContext.Builder |
Generated.SecurityContext.toBuilder() |
|