@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1alpha2IssuerSpecVaultAuthKubernetes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MOUNT_PATH |
static String |
SERIALIZED_NAME_ROLE |
static String |
SERIALIZED_NAME_SECRET_REF |
| Constructor and Description |
|---|
V1alpha2IssuerSpecVaultAuthKubernetes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMountPath()
The Vault mountPath here is the mount path to use when authenticating with Vault.
|
String |
getRole()
A required field containing the Vault Role to assume.
|
V1alpha2IssuerSpecVaultAuthKubernetesSecretRef |
getSecretRef()
Get secretRef
|
int |
hashCode() |
V1alpha2IssuerSpecVaultAuthKubernetes |
mountPath(String mountPath) |
V1alpha2IssuerSpecVaultAuthKubernetes |
role(String role) |
V1alpha2IssuerSpecVaultAuthKubernetes |
secretRef(V1alpha2IssuerSpecVaultAuthKubernetesSecretRef secretRef) |
void |
setMountPath(String mountPath) |
void |
setRole(String role) |
void |
setSecretRef(V1alpha2IssuerSpecVaultAuthKubernetesSecretRef secretRef) |
String |
toString() |
public static final String SERIALIZED_NAME_MOUNT_PATH
public static final String SERIALIZED_NAME_ROLE
public static final String SERIALIZED_NAME_SECRET_REF
public V1alpha2IssuerSpecVaultAuthKubernetes()
public V1alpha2IssuerSpecVaultAuthKubernetes mountPath(String mountPath)
@Nullable public String getMountPath()
public void setMountPath(String mountPath)
public V1alpha2IssuerSpecVaultAuthKubernetes role(String role)
public String getRole()
public void setRole(String role)
public V1alpha2IssuerSpecVaultAuthKubernetes secretRef(V1alpha2IssuerSpecVaultAuthKubernetesSecretRef secretRef)
public V1alpha2IssuerSpecVaultAuthKubernetesSecretRef getSecretRef()
public void setSecretRef(V1alpha2IssuerSpecVaultAuthKubernetesSecretRef secretRef)
Copyright © 2020. All rights reserved.