public class EnvVarSourceFluentImpl<T extends EnvVarSourceFluent<T>> extends BaseFluent<T> implements EnvVarSourceFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
EnvVarSourceFluentImpl.FieldRefNestedImpl<N> |
EnvVarSourceFluent.FieldRefNested<N>_visitables| Constructor and Description |
|---|
EnvVarSourceFluentImpl() |
EnvVarSourceFluentImpl(EnvVarSource instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
EnvVarSourceFluent.FieldRefNested<T> |
editFieldRef() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
ObjectFieldSelector |
getFieldRef() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withFieldRef(ObjectFieldSelector fieldRef) |
EnvVarSourceFluent.FieldRefNested<T> |
withNewFieldRef() |
T |
withNewFieldRef(String apiVersion,
String fieldPath) |
EnvVarSourceFluent.FieldRefNested<T> |
withNewFieldRefLike(ObjectFieldSelector item) |
public EnvVarSourceFluentImpl()
public EnvVarSourceFluentImpl(EnvVarSource instance)
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 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–2015 Red Hat. All rights reserved.