public class VaultAppRole extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
VaultAppRole()
No args constructor for use in serialization
|
VaultAppRole(String path,
String roleId,
SecretKeySelector secretRef) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getPath() |
String |
getRoleId() |
SecretKeySelector |
getSecretRef() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPath(String path) |
void |
setRoleId(String roleId) |
void |
setSecretRef(SecretKeySelector secretRef) |
public VaultAppRole()
public VaultAppRole(String path, String roleId, SecretKeySelector secretRef)
path - roleId - secretRef - public String getPath()
public void setPath(String path)
public String getRoleId()
public void setRoleId(String roleId)
public SecretKeySelector getSecretRef()
public void setSecretRef(SecretKeySelector secretRef)
Copyright © 2015–2022 Red Hat. All rights reserved.