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