public class VaultAuthFluent<A extends VaultAuthFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
VaultAuthFluent.AppRoleNested<N> |
class |
VaultAuthFluent.KubernetesNested<N> |
class |
VaultAuthFluent.TokenSecretRefNested<N> |
| Constructor and Description |
|---|
VaultAuthFluent() |
VaultAuthFluent(VaultAuth instance) |
public VaultAuthFluent()
public VaultAuthFluent(VaultAuth instance)
protected void copyInstance(VaultAuth instance)
public VaultAppRole buildAppRole()
public A withAppRole(VaultAppRole appRole)
public boolean hasAppRole()
public VaultAuthFluent.AppRoleNested<A> withNewAppRole()
public VaultAuthFluent.AppRoleNested<A> withNewAppRoleLike(VaultAppRole item)
public VaultAuthFluent.AppRoleNested<A> editAppRole()
public VaultAuthFluent.AppRoleNested<A> editOrNewAppRole()
public VaultAuthFluent.AppRoleNested<A> editOrNewAppRoleLike(VaultAppRole item)
public VaultKubernetesAuth buildKubernetes()
public A withKubernetes(VaultKubernetesAuth kubernetes)
public boolean hasKubernetes()
public VaultAuthFluent.KubernetesNested<A> withNewKubernetes()
public VaultAuthFluent.KubernetesNested<A> withNewKubernetesLike(VaultKubernetesAuth item)
public VaultAuthFluent.KubernetesNested<A> editKubernetes()
public VaultAuthFluent.KubernetesNested<A> editOrNewKubernetes()
public VaultAuthFluent.KubernetesNested<A> editOrNewKubernetesLike(VaultKubernetesAuth item)
public SecretKeySelector buildTokenSecretRef()
public A withTokenSecretRef(SecretKeySelector tokenSecretRef)
public boolean hasTokenSecretRef()
public VaultAuthFluent.TokenSecretRefNested<A> withNewTokenSecretRef()
public VaultAuthFluent.TokenSecretRefNested<A> withNewTokenSecretRefLike(SecretKeySelector item)
public VaultAuthFluent.TokenSecretRefNested<A> editTokenSecretRef()
public VaultAuthFluent.TokenSecretRefNested<A> editOrNewTokenSecretRef()
public VaultAuthFluent.TokenSecretRefNested<A> editOrNewTokenSecretRefLike(SecretKeySelector item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VaultAuthFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VaultAuthFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.