public class VaultAuth extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
VaultAuth()
No args constructor for use in serialization
|
VaultAuth(VaultAppRole appRole,
VaultKubernetesAuth kubernetes,
SecretKeySelector tokenSecretRef) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
VaultAppRole |
getAppRole() |
VaultKubernetesAuth |
getKubernetes() |
SecretKeySelector |
getTokenSecretRef() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAppRole(VaultAppRole appRole) |
void |
setKubernetes(VaultKubernetesAuth kubernetes) |
void |
setTokenSecretRef(SecretKeySelector tokenSecretRef) |
public VaultAuth()
public VaultAuth(VaultAppRole appRole, VaultKubernetesAuth kubernetes, SecretKeySelector tokenSecretRef)
kubernetes - appRole - tokenSecretRef - public VaultAppRole getAppRole()
public void setAppRole(VaultAppRole appRole)
public VaultKubernetesAuth getKubernetes()
public void setKubernetes(VaultKubernetesAuth kubernetes)
public SecretKeySelector getTokenSecretRef()
public void setTokenSecretRef(SecretKeySelector tokenSecretRef)
Copyright © 2015–2023 Red Hat. All rights reserved.