Package io.fabric8.kubernetes.api.model
Class EnvFromSourceFluentImpl<A extends EnvFromSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.EnvFromSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,EnvFromSourceFluent<A>
- Direct Known Subclasses:
ContainerFluentImpl.EnvFromNestedImpl,EnvFromSourceBuilder,EphemeralContainerFluentImpl.EnvFromNestedImpl,WatchEventFluentImpl.EnvFromSourceObjectNestedImpl
public class EnvFromSourceFluentImpl<A extends EnvFromSourceFluent<A>> extends BaseFluent<A> implements EnvFromSourceFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEnvFromSourceFluentImpl.ConfigMapRefNestedImpl<N>classEnvFromSourceFluentImpl.SecretRefNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EnvFromSourceFluent
EnvFromSourceFluent.ConfigMapRefNested<N>, EnvFromSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description EnvFromSourceFluentImpl()EnvFromSourceFluentImpl(EnvFromSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
EnvFromSourceFluentImpl
public EnvFromSourceFluentImpl()
-
EnvFromSourceFluentImpl
public EnvFromSourceFluentImpl(EnvFromSource instance)
-
-
Method Detail
-
getConfigMapRef
@Deprecated public ConfigMapEnvSource getConfigMapRef()
Deprecated.This method has been deprecated, please use method buildConfigMapRef instead.- Specified by:
getConfigMapRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>- Returns:
- The buildable object.
-
buildConfigMapRef
public ConfigMapEnvSource buildConfigMapRef()
- Specified by:
buildConfigMapRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withConfigMapRef
public A withConfigMapRef(ConfigMapEnvSource configMapRef)
- Specified by:
withConfigMapRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
hasConfigMapRef
public Boolean hasConfigMapRef()
- Specified by:
hasConfigMapRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewConfigMapRef
public A withNewConfigMapRef(String name, Boolean optional)
- Specified by:
withNewConfigMapRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewConfigMapRef
public EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRef()
- Specified by:
withNewConfigMapRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewConfigMapRefLike
public EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(ConfigMapEnvSource item)
- Specified by:
withNewConfigMapRefLikein interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editConfigMapRef
public EnvFromSourceFluent.ConfigMapRefNested<A> editConfigMapRef()
- Specified by:
editConfigMapRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editOrNewConfigMapRef
public EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRef()
- Specified by:
editOrNewConfigMapRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editOrNewConfigMapRefLike
public EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(ConfigMapEnvSource item)
- Specified by:
editOrNewConfigMapRefLikein interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
getPrefix
public String getPrefix()
- Specified by:
getPrefixin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withPrefix
public A withPrefix(String prefix)
- Specified by:
withPrefixin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
hasPrefix
public Boolean hasPrefix()
- Specified by:
hasPrefixin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewPrefix
public A withNewPrefix(String arg1)
- Specified by:
withNewPrefixin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewPrefix
public A withNewPrefix(StringBuilder arg1)
- Specified by:
withNewPrefixin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewPrefix
public A withNewPrefix(StringBuffer arg1)
- Specified by:
withNewPrefixin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
getSecretRef
@Deprecated public SecretEnvSource getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>- Returns:
- The buildable object.
-
buildSecretRef
public SecretEnvSource buildSecretRef()
- Specified by:
buildSecretRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withSecretRef
public A withSecretRef(SecretEnvSource secretRef)
- Specified by:
withSecretRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewSecretRef
public A withNewSecretRef(String name, Boolean optional)
- Specified by:
withNewSecretRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewSecretRef
public EnvFromSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewSecretRefLike
public EnvFromSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretEnvSource item)
- Specified by:
withNewSecretRefLikein interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editSecretRef
public EnvFromSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editOrNewSecretRef
public EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRefin interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editOrNewSecretRefLike
public EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretEnvSource item)
- Specified by:
editOrNewSecretRefLikein interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
-