Package io.fabric8.kubernetes.api.model
Class ExecActionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ExecActionFluent<ExecActionBuilder>
-
- io.fabric8.kubernetes.api.model.ExecActionBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ExecAction>
,io.fabric8.kubernetes.api.builder.Visitable<ExecActionBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<ExecAction,ExecActionBuilder>
public class ExecActionBuilder extends ExecActionFluent<ExecActionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ExecAction,ExecActionBuilder>
-
-
Constructor Summary
Constructors Constructor Description ExecActionBuilder()
ExecActionBuilder(ExecAction instance)
ExecActionBuilder(ExecActionFluent<?> fluent)
ExecActionBuilder(ExecActionFluent<?> fluent, ExecAction instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecAction
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ExecActionFluent
addAllToCommand, addToAdditionalProperties, addToAdditionalProperties, addToCommand, addToCommand, copyInstance, equals, getAdditionalProperties, getCommand, getCommand, getFirstCommand, getLastCommand, getMatchingCommand, hasAdditionalProperties, hasCommand, hashCode, hasMatchingCommand, removeAllFromCommand, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCommand, setToCommand, toString, withAdditionalProperties, withCommand, withCommand
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ExecActionBuilder
public ExecActionBuilder()
-
ExecActionBuilder
public ExecActionBuilder(ExecActionFluent<?> fluent)
-
ExecActionBuilder
public ExecActionBuilder(ExecActionFluent<?> fluent, ExecAction instance)
-
ExecActionBuilder
public ExecActionBuilder(ExecAction instance)
-
-
Method Detail
-
build
public ExecAction build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<ExecAction>
-
-