public interface VaultAuthFluent<A extends VaultAuthFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VaultAuthFluent.AppRoleNested<N> |
static interface |
VaultAuthFluent.KubernetesNested<N> |
static interface |
VaultAuthFluent.TokenSecretRefNested<N> |
@Deprecated VaultAppRole getAppRole()
VaultAppRole buildAppRole()
A withAppRole(VaultAppRole appRole)
Boolean hasAppRole()
VaultAuthFluent.AppRoleNested<A> withNewAppRole()
VaultAuthFluent.AppRoleNested<A> withNewAppRoleLike(VaultAppRole item)
VaultAuthFluent.AppRoleNested<A> editAppRole()
VaultAuthFluent.AppRoleNested<A> editOrNewAppRole()
VaultAuthFluent.AppRoleNested<A> editOrNewAppRoleLike(VaultAppRole item)
@Deprecated VaultKubernetesAuth getKubernetes()
VaultKubernetesAuth buildKubernetes()
A withKubernetes(VaultKubernetesAuth kubernetes)
Boolean hasKubernetes()
VaultAuthFluent.KubernetesNested<A> withNewKubernetes()
VaultAuthFluent.KubernetesNested<A> withNewKubernetesLike(VaultKubernetesAuth item)
VaultAuthFluent.KubernetesNested<A> editKubernetes()
VaultAuthFluent.KubernetesNested<A> editOrNewKubernetes()
VaultAuthFluent.KubernetesNested<A> editOrNewKubernetesLike(VaultKubernetesAuth item)
@Deprecated SecretKeySelector getTokenSecretRef()
SecretKeySelector buildTokenSecretRef()
A withTokenSecretRef(SecretKeySelector tokenSecretRef)
Boolean hasTokenSecretRef()
VaultAuthFluent.TokenSecretRefNested<A> withNewTokenSecretRef()
VaultAuthFluent.TokenSecretRefNested<A> withNewTokenSecretRefLike(SecretKeySelector item)
VaultAuthFluent.TokenSecretRefNested<A> editTokenSecretRef()
VaultAuthFluent.TokenSecretRefNested<A> editOrNewTokenSecretRef()
VaultAuthFluent.TokenSecretRefNested<A> editOrNewTokenSecretRefLike(SecretKeySelector item)
Copyright © 2015–2022 Red Hat. All rights reserved.