| Modifier and Type | Method and Description |
|---|---|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.clear() |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.clearGmsaCredentialSpec()
GMSACredentialSpec is where the GMSA admission webhook
(https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the
GMSA credential spec named by the GMSACredentialSpecName field.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.clearGmsaCredentialSpecName()
GMSACredentialSpecName is the name of the GMSA credential spec to use.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.clearHostProcess()
HostProcess determines if a container should be run as a 'Host Process' container.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.clearRunAsUserName()
The UserName in Windows to run the entrypoint of the container process.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.clone() |
V1.WindowsSecurityContextOptions.Builder |
V1.PodSecurityContext.Builder.getWindowsOptionsBuilder()
The Windows specific settings applied to all containers.
|
V1.WindowsSecurityContextOptions.Builder |
V1.SecurityContext.Builder.getWindowsOptionsBuilder()
The Windows specific settings applied to all containers.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.mergeFrom(V1.WindowsSecurityContextOptions other) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.newBuilder() |
static V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.newBuilder(V1.WindowsSecurityContextOptions prototype) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.newBuilderForType() |
protected V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setGmsaCredentialSpec(String value)
GMSACredentialSpec is where the GMSA admission webhook
(https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the
GMSA credential spec named by the GMSACredentialSpecName field.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setGmsaCredentialSpecBytes(com.google.protobuf.ByteString value)
GMSACredentialSpec is where the GMSA admission webhook
(https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the
GMSA credential spec named by the GMSACredentialSpecName field.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setGmsaCredentialSpecName(String value)
GMSACredentialSpecName is the name of the GMSA credential spec to use.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setGmsaCredentialSpecNameBytes(com.google.protobuf.ByteString value)
GMSACredentialSpecName is the name of the GMSA credential spec to use.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setHostProcess(boolean value)
HostProcess determines if a container should be run as a 'Host Process' container.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setRunAsUserName(String value)
The UserName in Windows to run the entrypoint of the container process.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setRunAsUserNameBytes(com.google.protobuf.ByteString value)
The UserName in Windows to run the entrypoint of the container process.
|
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.WindowsSecurityContextOptions.Builder |
V1.WindowsSecurityContextOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.PodSecurityContext.Builder |
V1.PodSecurityContext.Builder.setWindowsOptions(V1.WindowsSecurityContextOptions.Builder builderForValue)
The Windows specific settings applied to all containers.
|
V1.SecurityContext.Builder |
V1.SecurityContext.Builder.setWindowsOptions(V1.WindowsSecurityContextOptions.Builder builderForValue)
The Windows specific settings applied to all containers.
|
Copyright © 2023. All rights reserved.