public class ContainerEnvVarFluentImpl<A extends ContainerEnvVarFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ContainerEnvVarFluent<A>
| Constructor and Description |
|---|
ContainerEnvVarFluentImpl() |
ContainerEnvVarFluentImpl(ContainerEnvVar instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
Boolean |
hasName() |
Boolean |
hasValue() |
A |
withName(String name) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewValue(String arg1) |
A |
withNewValue(StringBuffer arg1) |
A |
withNewValue(StringBuilder arg1) |
A |
withValue(String value) |
public ContainerEnvVarFluentImpl()
public ContainerEnvVarFluentImpl(ContainerEnvVar instance)
public String getName()
getName in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public A withName(String name)
withName in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public Boolean hasName()
hasName in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public A withNewName(String arg1)
withNewName in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public String getValue()
getValue in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public A withValue(String value)
withValue in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public Boolean hasValue()
hasValue in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public A withNewValue(String arg1)
withNewValue in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public A withNewValue(StringBuilder arg1)
withNewValue in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>public A withNewValue(StringBuffer arg1)
withNewValue in interface ContainerEnvVarFluent<A extends ContainerEnvVarFluent<A>>Copyright © 2020. All rights reserved.