Package io.fabric8.kubernetes.api.model
Class ExecEnvVarFluentImpl<A extends ExecEnvVarFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ExecEnvVarFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,ExecEnvVarFluent<A>
- Direct Known Subclasses:
DoneableExecEnvVar,ExecConfigFluentImpl.EnvNestedImpl,ExecEnvVarBuilder,WatchEventFluentImpl.ExecEnvVarObjectNestedImpl
public class ExecEnvVarFluentImpl<A extends ExecEnvVarFluent<A>> extends BaseFluent<A> implements ExecEnvVarFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExecEnvVarFluentImpl()ExecEnvVarFluentImpl(ExecEnvVar instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetValue()BooleanhasName()BooleanhasValue()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewValue(String arg1)AwithNewValue(StringBuffer arg1)AwithNewValue(StringBuilder arg1)AwithValue(String value)
-
Constructor Details
-
ExecEnvVarFluentImpl
public ExecEnvVarFluentImpl() -
ExecEnvVarFluentImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withName
- Specified by:
withNamein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
getValue
- Specified by:
getValuein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withValue
- Specified by:
withValuein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
hasValue
- Specified by:
hasValuein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
equals
-