public interface V1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1EnvFromSourceFluent.ConfigMapRefNested<N> |
static interface |
V1EnvFromSourceFluent.SecretRefNested<N> |
@Deprecated V1ConfigMapEnvSource getConfigMapRef()
V1ConfigMapEnvSource buildConfigMapRef()
A withConfigMapRef(V1ConfigMapEnvSource configMapRef)
Boolean hasConfigMapRef()
V1EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRef()
V1EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(V1ConfigMapEnvSource item)
V1EnvFromSourceFluent.ConfigMapRefNested<A> editConfigMapRef()
V1EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRef()
V1EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(V1ConfigMapEnvSource item)
String getPrefix()
Boolean hasPrefix()
A withNewPrefix(StringBuilder arg1)
A withNewPrefix(StringBuffer arg1)
@Deprecated V1SecretEnvSource getSecretRef()
V1SecretEnvSource buildSecretRef()
A withSecretRef(V1SecretEnvSource secretRef)
Boolean hasSecretRef()
V1EnvFromSourceFluent.SecretRefNested<A> withNewSecretRef()
V1EnvFromSourceFluent.SecretRefNested<A> withNewSecretRefLike(V1SecretEnvSource item)
V1EnvFromSourceFluent.SecretRefNested<A> editSecretRef()
V1EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRef()
V1EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(V1SecretEnvSource item)
Copyright © 2019. All rights reserved.