Package io.fabric8.kubernetes.api.model
Class ExecActionBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ExecActionFluentImpl<ExecActionBuilder>
io.fabric8.kubernetes.api.model.ExecActionBuilder
- All Implemented Interfaces:
Builder<ExecAction>,Fluent<ExecActionBuilder>,Visitable<ExecActionBuilder>,VisitableBuilder<ExecAction,ExecActionBuilder>,ExecActionFluent<ExecActionBuilder>
public class ExecActionBuilder extends ExecActionFluentImpl<ExecActionBuilder> implements VisitableBuilder<ExecAction,ExecActionBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExecActionBuilder()ExecActionBuilder(ExecAction instance)ExecActionBuilder(ExecActionFluent<?> fluent)ExecActionBuilder(ExecActionFluent<?> fluent, ExecAction instance)ExecActionBuilder(ExecActionFluent<?> fluent, ExecAction instance, Boolean validationEnabled)ExecActionBuilder(ExecActionFluent<?> fluent, Boolean validationEnabled)ExecActionBuilder(ExecAction instance, Boolean validationEnabled)ExecActionBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description ExecActionbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.ExecActionFluentImpl
addAllToCommand, addNewCommand, addNewCommand, addNewCommand, addToCommand, addToCommand, getCommand, getCommand, getFirstCommand, getLastCommand, getMatchingCommand, hasCommand, hasMatchingCommand, removeAllFromCommand, removeFromCommand, setToCommand, withCommand, withCommandMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
ExecActionBuilder
public ExecActionBuilder() -
ExecActionBuilder
-
ExecActionBuilder
-
ExecActionBuilder
-
ExecActionBuilder
-
ExecActionBuilder
public ExecActionBuilder(ExecActionFluent<?> fluent, ExecAction instance, Boolean validationEnabled) -
ExecActionBuilder
-
ExecActionBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<ExecAction>
-
equals
- Overrides:
equalsin classExecActionFluentImpl<ExecActionBuilder>
-