@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[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_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.
|
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 |
runAsUserName(String runAsUserName) |
void |
setGmsaCredentialSpec(String gmsaCredentialSpec) |
void |
setGmsaCredentialSpecName(String gmsaCredentialSpecName) |
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_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 runAsUserName(String runAsUserName)
@Nullable public String getRunAsUserName()
public void setRunAsUserName(String runAsUserName)
Copyright © 2020. All rights reserved.