@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1ThanosRulerSpecSecurityContextWindowsOptions 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 |
|---|
V1ThanosRulerSpecSecurityContextWindowsOptions() |
| 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.
|
V1ThanosRulerSpecSecurityContextWindowsOptions |
gmsaCredentialSpec(String gmsaCredentialSpec) |
V1ThanosRulerSpecSecurityContextWindowsOptions |
gmsaCredentialSpecName(String gmsaCredentialSpecName) |
int |
hashCode() |
V1ThanosRulerSpecSecurityContextWindowsOptions |
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 V1ThanosRulerSpecSecurityContextWindowsOptions()
public V1ThanosRulerSpecSecurityContextWindowsOptions gmsaCredentialSpec(String gmsaCredentialSpec)
@Nullable public String getGmsaCredentialSpec()
public void setGmsaCredentialSpec(String gmsaCredentialSpec)
public V1ThanosRulerSpecSecurityContextWindowsOptions gmsaCredentialSpecName(String gmsaCredentialSpecName)
@Nullable public String getGmsaCredentialSpecName()
public void setGmsaCredentialSpecName(String gmsaCredentialSpecName)
public V1ThanosRulerSpecSecurityContextWindowsOptions runAsUserName(String runAsUserName)
@Nullable public String getRunAsUserName()
public void setRunAsUserName(String runAsUserName)
Copyright © 2020. All rights reserved.