public class EnvVarSourceFluentImpl<T extends EnvVarSourceFluent<T>> extends BaseFluent<T> implements EnvVarSourceFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
EnvVarSourceFluentImpl.ConfigMapKeyRefNestedImpl<N> |
class |
EnvVarSourceFluentImpl.FieldRefNestedImpl<N> |
class |
EnvVarSourceFluentImpl.SecretKeyRefNestedImpl<N> |
EnvVarSourceFluent.ConfigMapKeyRefNested<N>, EnvVarSourceFluent.FieldRefNested<N>, EnvVarSourceFluent.SecretKeyRefNested<N>_visitables| Constructor and Description |
|---|
EnvVarSourceFluentImpl() |
EnvVarSourceFluentImpl(EnvVarSource instance) |
public EnvVarSourceFluentImpl()
public EnvVarSourceFluentImpl(EnvVarSource instance)
public ConfigMapKeySelector getConfigMapKeyRef()
getConfigMapKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T withConfigMapKeyRef(ConfigMapKeySelector configMapKeyRef)
withConfigMapKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public EnvVarSourceFluent.ConfigMapKeyRefNested<T> withNewConfigMapKeyRef()
withNewConfigMapKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public EnvVarSourceFluent.ConfigMapKeyRefNested<T> withNewConfigMapKeyRefLike(ConfigMapKeySelector item)
withNewConfigMapKeyRefLike in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public EnvVarSourceFluent.ConfigMapKeyRefNested<T> editConfigMapKeyRef()
editConfigMapKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T withNewConfigMapKeyRef(String key, String name)
withNewConfigMapKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public ObjectFieldSelector getFieldRef()
getFieldRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T withFieldRef(ObjectFieldSelector fieldRef)
withFieldRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public EnvVarSourceFluent.FieldRefNested<T> withNewFieldRef()
withNewFieldRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public EnvVarSourceFluent.FieldRefNested<T> withNewFieldRefLike(ObjectFieldSelector item)
withNewFieldRefLike in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public EnvVarSourceFluent.FieldRefNested<T> editFieldRef()
editFieldRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T withNewFieldRef(String apiVersion, String fieldPath)
withNewFieldRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public SecretKeySelector getSecretKeyRef()
getSecretKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T withSecretKeyRef(SecretKeySelector secretKeyRef)
withSecretKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public EnvVarSourceFluent.SecretKeyRefNested<T> withNewSecretKeyRef()
withNewSecretKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public EnvVarSourceFluent.SecretKeyRefNested<T> withNewSecretKeyRefLike(SecretKeySelector item)
withNewSecretKeyRefLike in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public EnvVarSourceFluent.SecretKeyRefNested<T> editSecretKeyRef()
editSecretKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T withNewSecretKeyRef(String key, String name)
withNewSecretKeyRef in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EnvVarSourceFluent<T extends EnvVarSourceFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.