public class VaultAuthFluentImpl<A extends VaultAuthFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements VaultAuthFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
VaultAuthFluentImpl.AppRoleNestedImpl<N> |
class |
VaultAuthFluentImpl.KubernetesNestedImpl<N> |
class |
VaultAuthFluentImpl.TokenSecretRefNestedImpl<N> |
VaultAuthFluent.AppRoleNested<N>, VaultAuthFluent.KubernetesNested<N>, VaultAuthFluent.TokenSecretRefNested<N>| Constructor and Description |
|---|
VaultAuthFluentImpl() |
VaultAuthFluentImpl(VaultAuth instance) |
public VaultAuthFluentImpl()
public VaultAuthFluentImpl(VaultAuth instance)
@Deprecated public VaultAppRole getAppRole()
getAppRole in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAppRole buildAppRole()
buildAppRole in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public A withAppRole(VaultAppRole appRole)
withAppRole in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public Boolean hasAppRole()
hasAppRole in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.AppRoleNested<A> withNewAppRole()
withNewAppRole in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.AppRoleNested<A> withNewAppRoleLike(VaultAppRole item)
withNewAppRoleLike in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.AppRoleNested<A> editAppRole()
editAppRole in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.AppRoleNested<A> editOrNewAppRole()
editOrNewAppRole in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.AppRoleNested<A> editOrNewAppRoleLike(VaultAppRole item)
editOrNewAppRoleLike in interface VaultAuthFluent<A extends VaultAuthFluent<A>>@Deprecated public VaultKubernetesAuth getKubernetes()
getKubernetes in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultKubernetesAuth buildKubernetes()
buildKubernetes in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public A withKubernetes(VaultKubernetesAuth kubernetes)
withKubernetes in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public Boolean hasKubernetes()
hasKubernetes in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.KubernetesNested<A> withNewKubernetes()
withNewKubernetes in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.KubernetesNested<A> withNewKubernetesLike(VaultKubernetesAuth item)
withNewKubernetesLike in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.KubernetesNested<A> editKubernetes()
editKubernetes in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.KubernetesNested<A> editOrNewKubernetes()
editOrNewKubernetes in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.KubernetesNested<A> editOrNewKubernetesLike(VaultKubernetesAuth item)
editOrNewKubernetesLike in interface VaultAuthFluent<A extends VaultAuthFluent<A>>@Deprecated public SecretKeySelector getTokenSecretRef()
getTokenSecretRef in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public SecretKeySelector buildTokenSecretRef()
buildTokenSecretRef in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public A withTokenSecretRef(SecretKeySelector tokenSecretRef)
withTokenSecretRef in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public Boolean hasTokenSecretRef()
hasTokenSecretRef in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public A withNewTokenSecretRef(String key, String name)
withNewTokenSecretRef in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.TokenSecretRefNested<A> withNewTokenSecretRef()
withNewTokenSecretRef in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.TokenSecretRefNested<A> withNewTokenSecretRefLike(SecretKeySelector item)
withNewTokenSecretRefLike in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.TokenSecretRefNested<A> editTokenSecretRef()
editTokenSecretRef in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.TokenSecretRefNested<A> editOrNewTokenSecretRef()
editOrNewTokenSecretRef in interface VaultAuthFluent<A extends VaultAuthFluent<A>>public VaultAuthFluent.TokenSecretRefNested<A> editOrNewTokenSecretRefLike(SecretKeySelector item)
editOrNewTokenSecretRefLike in interface VaultAuthFluent<A extends VaultAuthFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.