Package io.fabric8.kubernetes.api.model
Interface ExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ExecConfigFluent.EnvNested<N>,WatchEventFluent.ExecEnvVarObjectNested<N>
- All Known Implementing Classes:
DoneableExecEnvVar,ExecConfigFluentImpl.EnvNestedImpl,ExecEnvVarBuilder,ExecEnvVarFluentImpl,WatchEventFluentImpl.ExecEnvVarObjectNestedImpl
public interface ExecEnvVarFluent<A extends ExecEnvVarFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description 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)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getValue
String getValue() -
withValue
-
hasValue
Boolean hasValue() -
withNewValue
-
withNewValue
-
withNewValue
-