public interface VaultAppRoleFluent<A extends VaultAppRoleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VaultAppRoleFluent.SecretRefNested<N> |
| Modifier and Type | Method and Description |
|---|---|
SecretKeySelector |
buildSecretRef() |
VaultAppRoleFluent.SecretRefNested<A> |
editOrNewSecretRef() |
VaultAppRoleFluent.SecretRefNested<A> |
editOrNewSecretRefLike(SecretKeySelector item) |
VaultAppRoleFluent.SecretRefNested<A> |
editSecretRef() |
String |
getPath() |
String |
getRoleId() |
SecretKeySelector |
getSecretRef()
Deprecated.
|
Boolean |
hasPath() |
Boolean |
hasRoleId() |
Boolean |
hasSecretRef() |
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) |
String getPath()
Boolean hasPath()
String getRoleId()
Boolean hasRoleId()
@Deprecated SecretKeySelector getSecretRef()
SecretKeySelector buildSecretRef()
A withSecretRef(SecretKeySelector secretRef)
Boolean hasSecretRef()
VaultAppRoleFluent.SecretRefNested<A> withNewSecretRef()
VaultAppRoleFluent.SecretRefNested<A> withNewSecretRefLike(SecretKeySelector item)
VaultAppRoleFluent.SecretRefNested<A> editSecretRef()
VaultAppRoleFluent.SecretRefNested<A> editOrNewSecretRef()
VaultAppRoleFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretKeySelector item)
Copyright © 2015–2023 Red Hat. All rights reserved.