public class VaultKubernetesAuthFluent<A extends VaultKubernetesAuthFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
VaultKubernetesAuthFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
VaultKubernetesAuthFluent() |
VaultKubernetesAuthFluent(VaultKubernetesAuth instance) |
public VaultKubernetesAuthFluent()
public VaultKubernetesAuthFluent(VaultKubernetesAuth instance)
protected void copyInstance(VaultKubernetesAuth instance)
public String getMountPath()
public boolean hasMountPath()
public String getRole()
public boolean hasRole()
public SecretKeySelector buildSecretRef()
public A withSecretRef(SecretKeySelector secretRef)
public boolean hasSecretRef()
public VaultKubernetesAuthFluent.SecretRefNested<A> withNewSecretRef()
public VaultKubernetesAuthFluent.SecretRefNested<A> withNewSecretRefLike(SecretKeySelector item)
public VaultKubernetesAuthFluent.SecretRefNested<A> editSecretRef()
public VaultKubernetesAuthFluent.SecretRefNested<A> editOrNewSecretRef()
public VaultKubernetesAuthFluent.SecretRefNested<A> editOrNewSecretRefLike(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 VaultKubernetesAuthFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VaultKubernetesAuthFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.