public class SecretSpecFluentImpl<A extends SecretSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SecretSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
SecretSpecFluentImpl.SecretSourceNestedImpl<N> |
SecretSpecFluent.SecretSourceNested<N>| Constructor and Description |
|---|
SecretSpecFluentImpl() |
SecretSpecFluentImpl(SecretSpec instance) |
public SecretSpecFluentImpl()
public SecretSpecFluentImpl(SecretSpec instance)
public String getMountPath()
getMountPath in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public A withMountPath(String mountPath)
withMountPath in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public Boolean hasMountPath()
hasMountPath in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public A withNewMountPath(String arg1)
withNewMountPath in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public A withNewMountPath(StringBuilder arg1)
withNewMountPath in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public A withNewMountPath(StringBuffer arg1)
withNewMountPath in interface SecretSpecFluent<A extends SecretSpecFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.LocalObjectReference getSecretSource()
getSecretSource in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildSecretSource()
buildSecretSource in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public A withSecretSource(io.fabric8.kubernetes.api.model.LocalObjectReference secretSource)
withSecretSource in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public Boolean hasSecretSource()
hasSecretSource in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public A withNewSecretSource(String name)
withNewSecretSource in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public SecretSpecFluent.SecretSourceNested<A> withNewSecretSource()
withNewSecretSource in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public SecretSpecFluent.SecretSourceNested<A> withNewSecretSourceLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
withNewSecretSourceLike in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public SecretSpecFluent.SecretSourceNested<A> editSecretSource()
editSecretSource in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public SecretSpecFluent.SecretSourceNested<A> editOrNewSecretSource()
editOrNewSecretSource in interface SecretSpecFluent<A extends SecretSpecFluent<A>>public SecretSpecFluent.SecretSourceNested<A> editOrNewSecretSourceLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
editOrNewSecretSourceLike in interface SecretSpecFluent<A extends SecretSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.