@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1WindowsSecurityContextOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_GMSA_CREDENTIAL_SPEC |
static String |
SERIALIZED_NAME_GMSA_CREDENTIAL_SPEC_NAME |
static String |
SERIALIZED_NAME_HOST_PROCESS |
static String |
SERIALIZED_NAME_RUN_AS_USER_NAME |
Constructor and Description |
---|
V1WindowsSecurityContextOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGmsaCredentialSpec()
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.
|
String |
getGmsaCredentialSpecName()
GMSACredentialSpecName is the name of the GMSA credential spec to use.
|
Boolean |
getHostProcess()
HostProcess determines if a container should be run as a 'Host Process' container.
|
String |
getRunAsUserName()
The UserName in Windows to run the entrypoint of the container process.
|
V1WindowsSecurityContextOptions |
gmsaCredentialSpec(String gmsaCredentialSpec) |
V1WindowsSecurityContextOptions |
gmsaCredentialSpecName(String gmsaCredentialSpecName) |
int |
hashCode() |
V1WindowsSecurityContextOptions |
hostProcess(Boolean hostProcess) |
V1WindowsSecurityContextOptions |
runAsUserName(String runAsUserName) |
void |
setGmsaCredentialSpec(String gmsaCredentialSpec) |
void |
setGmsaCredentialSpecName(String gmsaCredentialSpecName) |
void |
setHostProcess(Boolean hostProcess) |
void |
setRunAsUserName(String runAsUserName) |
String |
toString() |
public static final String SERIALIZED_NAME_GMSA_CREDENTIAL_SPEC
public static final String SERIALIZED_NAME_GMSA_CREDENTIAL_SPEC_NAME
public static final String SERIALIZED_NAME_HOST_PROCESS
public static final String SERIALIZED_NAME_RUN_AS_USER_NAME
public V1WindowsSecurityContextOptions gmsaCredentialSpec(String gmsaCredentialSpec)
@Nullable public String getGmsaCredentialSpec()
public void setGmsaCredentialSpec(String gmsaCredentialSpec)
public V1WindowsSecurityContextOptions gmsaCredentialSpecName(String gmsaCredentialSpecName)
@Nullable public String getGmsaCredentialSpecName()
public void setGmsaCredentialSpecName(String gmsaCredentialSpecName)
public V1WindowsSecurityContextOptions hostProcess(Boolean hostProcess)
@Nullable public Boolean getHostProcess()
public void setHostProcess(Boolean hostProcess)
public V1WindowsSecurityContextOptions runAsUserName(String runAsUserName)
@Nullable public String getRunAsUserName()
public void setRunAsUserName(String runAsUserName)
Copyright © 2022. All rights reserved.