Package io.fabric8.kubernetes.api.model
Class EnvVarSourceFluentImpl<A extends EnvVarSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.EnvVarSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,EnvVarSourceFluent<A>
- Direct Known Subclasses:
EnvVarFluentImpl.ValueFromNestedImpl
,EnvVarSourceBuilder
,WatchEventFluentImpl.EnvVarSourceObjectNestedImpl
public class EnvVarSourceFluentImpl<A extends EnvVarSourceFluent<A>> extends BaseFluent<A> implements EnvVarSourceFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
EnvVarSourceFluentImpl.ConfigMapKeyRefNestedImpl<N>
class
EnvVarSourceFluentImpl.FieldRefNestedImpl<N>
class
EnvVarSourceFluentImpl.ResourceFieldRefNestedImpl<N>
class
EnvVarSourceFluentImpl.SecretKeyRefNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EnvVarSourceFluent
EnvVarSourceFluent.ConfigMapKeyRefNested<N>, EnvVarSourceFluent.FieldRefNested<N>, EnvVarSourceFluent.ResourceFieldRefNested<N>, EnvVarSourceFluent.SecretKeyRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description EnvVarSourceFluentImpl()
EnvVarSourceFluentImpl(EnvVarSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
EnvVarSourceFluentImpl
public EnvVarSourceFluentImpl()
-
EnvVarSourceFluentImpl
public EnvVarSourceFluentImpl(EnvVarSource instance)
-
-
Method Detail
-
getConfigMapKeyRef
@Deprecated public ConfigMapKeySelector getConfigMapKeyRef()
Deprecated.This method has been deprecated, please use method buildConfigMapKeyRef instead.- Specified by:
getConfigMapKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
- Returns:
- The buildable object.
-
buildConfigMapKeyRef
public ConfigMapKeySelector buildConfigMapKeyRef()
- Specified by:
buildConfigMapKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withConfigMapKeyRef
public A withConfigMapKeyRef(ConfigMapKeySelector configMapKeyRef)
- Specified by:
withConfigMapKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
hasConfigMapKeyRef
public Boolean hasConfigMapKeyRef()
- Specified by:
hasConfigMapKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewConfigMapKeyRef
public A withNewConfigMapKeyRef(String key, String name, Boolean optional)
- Specified by:
withNewConfigMapKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewConfigMapKeyRef
public EnvVarSourceFluent.ConfigMapKeyRefNested<A> withNewConfigMapKeyRef()
- Specified by:
withNewConfigMapKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewConfigMapKeyRefLike
public EnvVarSourceFluent.ConfigMapKeyRefNested<A> withNewConfigMapKeyRefLike(ConfigMapKeySelector item)
- Specified by:
withNewConfigMapKeyRefLike
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editConfigMapKeyRef
public EnvVarSourceFluent.ConfigMapKeyRefNested<A> editConfigMapKeyRef()
- Specified by:
editConfigMapKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editOrNewConfigMapKeyRef
public EnvVarSourceFluent.ConfigMapKeyRefNested<A> editOrNewConfigMapKeyRef()
- Specified by:
editOrNewConfigMapKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editOrNewConfigMapKeyRefLike
public EnvVarSourceFluent.ConfigMapKeyRefNested<A> editOrNewConfigMapKeyRefLike(ConfigMapKeySelector item)
- Specified by:
editOrNewConfigMapKeyRefLike
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
getFieldRef
@Deprecated public ObjectFieldSelector getFieldRef()
Deprecated.This method has been deprecated, please use method buildFieldRef instead.- Specified by:
getFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
- Returns:
- The buildable object.
-
buildFieldRef
public ObjectFieldSelector buildFieldRef()
- Specified by:
buildFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withFieldRef
public A withFieldRef(ObjectFieldSelector fieldRef)
- Specified by:
withFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
hasFieldRef
public Boolean hasFieldRef()
- Specified by:
hasFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewFieldRef
public A withNewFieldRef(String apiVersion, String fieldPath)
- Specified by:
withNewFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewFieldRef
public EnvVarSourceFluent.FieldRefNested<A> withNewFieldRef()
- Specified by:
withNewFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewFieldRefLike
public EnvVarSourceFluent.FieldRefNested<A> withNewFieldRefLike(ObjectFieldSelector item)
- Specified by:
withNewFieldRefLike
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editFieldRef
public EnvVarSourceFluent.FieldRefNested<A> editFieldRef()
- Specified by:
editFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editOrNewFieldRef
public EnvVarSourceFluent.FieldRefNested<A> editOrNewFieldRef()
- Specified by:
editOrNewFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editOrNewFieldRefLike
public EnvVarSourceFluent.FieldRefNested<A> editOrNewFieldRefLike(ObjectFieldSelector item)
- Specified by:
editOrNewFieldRefLike
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
getResourceFieldRef
@Deprecated public ResourceFieldSelector getResourceFieldRef()
Deprecated.This method has been deprecated, please use method buildResourceFieldRef instead.- Specified by:
getResourceFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
- Returns:
- The buildable object.
-
buildResourceFieldRef
public ResourceFieldSelector buildResourceFieldRef()
- Specified by:
buildResourceFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withResourceFieldRef
public A withResourceFieldRef(ResourceFieldSelector resourceFieldRef)
- Specified by:
withResourceFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
hasResourceFieldRef
public Boolean hasResourceFieldRef()
- Specified by:
hasResourceFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewResourceFieldRef
public EnvVarSourceFluent.ResourceFieldRefNested<A> withNewResourceFieldRef()
- Specified by:
withNewResourceFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewResourceFieldRefLike
public EnvVarSourceFluent.ResourceFieldRefNested<A> withNewResourceFieldRefLike(ResourceFieldSelector item)
- Specified by:
withNewResourceFieldRefLike
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editResourceFieldRef
public EnvVarSourceFluent.ResourceFieldRefNested<A> editResourceFieldRef()
- Specified by:
editResourceFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editOrNewResourceFieldRef
public EnvVarSourceFluent.ResourceFieldRefNested<A> editOrNewResourceFieldRef()
- Specified by:
editOrNewResourceFieldRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editOrNewResourceFieldRefLike
public EnvVarSourceFluent.ResourceFieldRefNested<A> editOrNewResourceFieldRefLike(ResourceFieldSelector item)
- Specified by:
editOrNewResourceFieldRefLike
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
getSecretKeyRef
@Deprecated public SecretKeySelector getSecretKeyRef()
Deprecated.This method has been deprecated, please use method buildSecretKeyRef instead.- Specified by:
getSecretKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSecretKeyRef
public SecretKeySelector buildSecretKeyRef()
- Specified by:
buildSecretKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withSecretKeyRef
public A withSecretKeyRef(SecretKeySelector secretKeyRef)
- Specified by:
withSecretKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
hasSecretKeyRef
public Boolean hasSecretKeyRef()
- Specified by:
hasSecretKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewSecretKeyRef
public A withNewSecretKeyRef(String key, String name, Boolean optional)
- Specified by:
withNewSecretKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewSecretKeyRef
public EnvVarSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRef()
- Specified by:
withNewSecretKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
withNewSecretKeyRefLike
public EnvVarSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRefLike(SecretKeySelector item)
- Specified by:
withNewSecretKeyRefLike
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editSecretKeyRef
public EnvVarSourceFluent.SecretKeyRefNested<A> editSecretKeyRef()
- Specified by:
editSecretKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editOrNewSecretKeyRef
public EnvVarSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRef()
- Specified by:
editOrNewSecretKeyRef
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
editOrNewSecretKeyRefLike
public EnvVarSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRefLike(SecretKeySelector item)
- Specified by:
editOrNewSecretKeyRefLike
in interfaceEnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
-
-