Class V1ExecActionBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ExecActionFluentImpl<V1ExecActionBuilder>
io.kubernetes.client.openapi.models.V1ExecActionBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ExecAction>
,Fluent<V1ExecActionBuilder>
,Visitable<V1ExecActionBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ExecAction,
,V1ExecActionBuilder> V1ExecActionFluent<V1ExecActionBuilder>
public class V1ExecActionBuilder
extends V1ExecActionFluentImpl<V1ExecActionBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ExecAction,V1ExecActionBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ExecActionBuilder
(io.kubernetes.client.openapi.models.V1ExecAction instance) V1ExecActionBuilder
(V1ExecActionFluent<?> fluent) V1ExecActionBuilder
(V1ExecActionFluent<?> fluent, io.kubernetes.client.openapi.models.V1ExecAction instance) V1ExecActionBuilder
(V1ExecActionFluent<?> fluent, io.kubernetes.client.openapi.models.V1ExecAction instance, Boolean validationEnabled) V1ExecActionBuilder
(V1ExecActionFluent<?> fluent, Boolean validationEnabled) V1ExecActionBuilder
(io.kubernetes.client.openapi.models.V1ExecAction instance, Boolean validationEnabled) V1ExecActionBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1ExecActionFluentImpl
addAllToCommand, addToCommand, addToCommand, equals, getCommand, getCommand, getFirstCommand, getLastCommand, getMatchingCommand, hasCommand, hashCode, hasMatchingCommand, removeAllFromCommand, removeFromCommand, setToCommand, toString, withCommand, withCommand
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ExecActionBuilder
public V1ExecActionBuilder() -
V1ExecActionBuilder
-
V1ExecActionBuilder
-
V1ExecActionBuilder
-
V1ExecActionBuilder
public V1ExecActionBuilder(V1ExecActionFluent<?> fluent, io.kubernetes.client.openapi.models.V1ExecAction instance) -
V1ExecActionBuilder
public V1ExecActionBuilder(V1ExecActionFluent<?> fluent, io.kubernetes.client.openapi.models.V1ExecAction instance, Boolean validationEnabled) -
V1ExecActionBuilder
public V1ExecActionBuilder(io.kubernetes.client.openapi.models.V1ExecAction instance) -
V1ExecActionBuilder
public V1ExecActionBuilder(io.kubernetes.client.openapi.models.V1ExecAction instance, Boolean validationEnabled)
-
-
Method Details