public interface EnvVarFluent<A extends EnvVarFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EnvVarFluent.ValueFromNested<N> |
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
String getValue()
Boolean hasValue()
@Deprecated A withNewValue(String arg0)
@Deprecated EnvVarSource getValueFrom()
EnvVarSource buildValueFrom()
A withValueFrom(EnvVarSource valueFrom)
Boolean hasValueFrom()
EnvVarFluent.ValueFromNested<A> withNewValueFrom()
EnvVarFluent.ValueFromNested<A> withNewValueFromLike(EnvVarSource item)
EnvVarFluent.ValueFromNested<A> editValueFrom()
EnvVarFluent.ValueFromNested<A> editOrNewValueFrom()
EnvVarFluent.ValueFromNested<A> editOrNewValueFromLike(EnvVarSource item)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.