public class VaultKubernetesAuth extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
VaultKubernetesAuth()
No args constructor for use in serialization
|
VaultKubernetesAuth(String mountPath,
String role,
SecretKeySelector secretRef) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getMountPath() |
String |
getRole() |
SecretKeySelector |
getSecretRef() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMountPath(String mountPath) |
void |
setRole(String role) |
void |
setSecretRef(SecretKeySelector secretRef) |
public VaultKubernetesAuth()
public VaultKubernetesAuth(String mountPath, String role, SecretKeySelector secretRef)
mountPath - role - secretRef - public String getMountPath()
public void setMountPath(String mountPath)
public String getRole()
public void setRole(String role)
public SecretKeySelector getSecretRef()
public void setSecretRef(SecretKeySelector secretRef)
Copyright © 2015–2020 Red Hat. All rights reserved.