public class EnvFromSourceFluentImpl<A extends EnvFromSourceFluent<A>> extends BaseFluent<A> implements EnvFromSourceFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
EnvFromSourceFluentImpl.ConfigMapRefNestedImpl<N> |
class |
EnvFromSourceFluentImpl.SecretRefNestedImpl<N> |
EnvFromSourceFluent.ConfigMapRefNested<N>, EnvFromSourceFluent.SecretRefNested<N>
_visitables
Constructor and Description |
---|
EnvFromSourceFluentImpl() |
EnvFromSourceFluentImpl(EnvFromSource instance) |
public EnvFromSourceFluentImpl()
public EnvFromSourceFluentImpl(EnvFromSource instance)
@Deprecated public ConfigMapEnvSource getConfigMapRef()
getConfigMapRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public ConfigMapEnvSource buildConfigMapRef()
buildConfigMapRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public A withConfigMapRef(ConfigMapEnvSource configMapRef)
withConfigMapRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public Boolean hasConfigMapRef()
hasConfigMapRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRef()
withNewConfigMapRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(ConfigMapEnvSource item)
withNewConfigMapRefLike
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.ConfigMapRefNested<A> editConfigMapRef()
editConfigMapRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRef()
editOrNewConfigMapRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(ConfigMapEnvSource item)
editOrNewConfigMapRefLike
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public A withNewConfigMapRef(String name, Boolean optional)
withNewConfigMapRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public String getPrefix()
getPrefix
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public A withPrefix(String prefix)
withPrefix
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public Boolean hasPrefix()
hasPrefix
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
@Deprecated public SecretEnvSource getSecretRef()
getSecretRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public SecretEnvSource buildSecretRef()
buildSecretRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public A withSecretRef(SecretEnvSource secretRef)
withSecretRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public Boolean hasSecretRef()
hasSecretRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretEnvSource item)
withNewSecretRefLike
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.SecretRefNested<A> editSecretRef()
editSecretRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRef()
editOrNewSecretRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretEnvSource item)
editOrNewSecretRefLike
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public A withNewSecretRef(String name, Boolean optional)
withNewSecretRef
in interface EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
Copyright © 2011–2017 Red Hat. All rights reserved.