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 class
EnvFromSourceFluentImpl.ConfigMapRefNestedImpl<N>
class
EnvFromSourceFluentImpl.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:
getConfigMapRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
- Returns:
- The buildable object.
-
buildConfigMapRef
public ConfigMapEnvSource buildConfigMapRef()
- Specified by:
buildConfigMapRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withConfigMapRef
public A withConfigMapRef(ConfigMapEnvSource configMapRef)
- Specified by:
withConfigMapRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
hasConfigMapRef
public Boolean hasConfigMapRef()
- Specified by:
hasConfigMapRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewConfigMapRef
public A withNewConfigMapRef(String name, Boolean optional)
- Specified by:
withNewConfigMapRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewConfigMapRef
public EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRef()
- Specified by:
withNewConfigMapRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewConfigMapRefLike
public EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(ConfigMapEnvSource item)
- Specified by:
withNewConfigMapRefLike
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editConfigMapRef
public EnvFromSourceFluent.ConfigMapRefNested<A> editConfigMapRef()
- Specified by:
editConfigMapRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editOrNewConfigMapRef
public EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRef()
- Specified by:
editOrNewConfigMapRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editOrNewConfigMapRefLike
public EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(ConfigMapEnvSource item)
- Specified by:
editOrNewConfigMapRefLike
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
getPrefix
public String getPrefix()
- Specified by:
getPrefix
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withPrefix
public A withPrefix(String prefix)
- Specified by:
withPrefix
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
hasPrefix
public Boolean hasPrefix()
- Specified by:
hasPrefix
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewPrefix
public A withNewPrefix(String arg1)
- Specified by:
withNewPrefix
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewPrefix
public A withNewPrefix(StringBuilder arg1)
- Specified by:
withNewPrefix
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewPrefix
public A withNewPrefix(StringBuffer arg1)
- Specified by:
withNewPrefix
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
getSecretRef
@Deprecated public SecretEnvSource getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSecretRef
public SecretEnvSource buildSecretRef()
- Specified by:
buildSecretRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withSecretRef
public A withSecretRef(SecretEnvSource secretRef)
- Specified by:
withSecretRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewSecretRef
public A withNewSecretRef(String name, Boolean optional)
- Specified by:
withNewSecretRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewSecretRef
public EnvFromSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
withNewSecretRefLike
public EnvFromSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretEnvSource item)
- Specified by:
withNewSecretRefLike
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editSecretRef
public EnvFromSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editOrNewSecretRef
public EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRef
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
editOrNewSecretRefLike
public EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretEnvSource item)
- Specified by:
editOrNewSecretRefLike
in interfaceEnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
-
-