public class VaultAppRoleFluent<A extends VaultAppRoleFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
VaultAppRoleFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
VaultAppRoleFluent() |
VaultAppRoleFluent(VaultAppRole instance) |
| Modifier and Type | Method and Description |
|---|---|
SecretKeySelector |
buildSecretRef() |
VaultAppRoleFluent.SecretRefNested<A> |
editOrNewSecretRef() |
VaultAppRoleFluent.SecretRefNested<A> |
editOrNewSecretRefLike(SecretKeySelector item) |
VaultAppRoleFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(Object o) |
String |
getPath() |
String |
getRoleId() |
int |
hashCode() |
boolean |
hasPath() |
boolean |
hasRoleId() |
boolean |
hasSecretRef() |
String |
toString() |
VaultAppRoleFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(String key,
String name) |
VaultAppRoleFluent.SecretRefNested<A> |
withNewSecretRefLike(SecretKeySelector item) |
A |
withPath(String path) |
A |
withRoleId(String roleId) |
A |
withSecretRef(SecretKeySelector secretRef) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic VaultAppRoleFluent()
public VaultAppRoleFluent(VaultAppRole instance)
public String getPath()
public boolean hasPath()
public String getRoleId()
public boolean hasRoleId()
public SecretKeySelector buildSecretRef()
public A withSecretRef(SecretKeySelector secretRef)
public boolean hasSecretRef()
public VaultAppRoleFluent.SecretRefNested<A> withNewSecretRef()
public VaultAppRoleFluent.SecretRefNested<A> withNewSecretRefLike(SecretKeySelector item)
public VaultAppRoleFluent.SecretRefNested<A> editSecretRef()
public VaultAppRoleFluent.SecretRefNested<A> editOrNewSecretRef()
public VaultAppRoleFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretKeySelector item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VaultAppRoleFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VaultAppRoleFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.