Package io.fabric8.kubernetes.api.model
Class PodExecOptionsBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PodExecOptionsFluentImpl<PodExecOptionsBuilder>
io.fabric8.kubernetes.api.model.PodExecOptionsBuilder
- All Implemented Interfaces:
Builder<PodExecOptions>
,Fluent<PodExecOptionsBuilder>
,Visitable<PodExecOptionsBuilder>
,VisitableBuilder<PodExecOptions,PodExecOptionsBuilder>
,PodExecOptionsFluent<PodExecOptionsBuilder>
public class PodExecOptionsBuilder extends PodExecOptionsFluentImpl<PodExecOptionsBuilder> implements VisitableBuilder<PodExecOptions,PodExecOptionsBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PodExecOptionsBuilder()
PodExecOptionsBuilder(PodExecOptions instance)
PodExecOptionsBuilder(PodExecOptionsFluent<?> fluent)
PodExecOptionsBuilder(PodExecOptionsFluent<?> fluent, PodExecOptions instance)
PodExecOptionsBuilder(PodExecOptionsFluent<?> fluent, PodExecOptions instance, Boolean validationEnabled)
PodExecOptionsBuilder(PodExecOptionsFluent<?> fluent, Boolean validationEnabled)
PodExecOptionsBuilder(PodExecOptions instance, Boolean validationEnabled)
PodExecOptionsBuilder(Boolean validationEnabled)
-
Method Summary
Modifier and Type Method Description PodExecOptions
build()
boolean
equals(Object o)
Methods inherited from class io.fabric8.kubernetes.api.model.PodExecOptionsFluentImpl
addAllToCommand, addNewCommand, addNewCommand, addNewCommand, addToCommand, addToCommand, getApiVersion, getCommand, getCommand, getContainer, getFirstCommand, getKind, getLastCommand, getMatchingCommand, hasApiVersion, hasCommand, hasContainer, hasKind, hasMatchingCommand, hasStderr, hasStdin, hasStdout, hasTty, isStderr, isStdin, isStdout, isTty, removeAllFromCommand, removeFromCommand, setToCommand, withApiVersion, withCommand, withCommand, withContainer, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewContainer, withNewContainer, withNewContainer, withNewKind, withNewKind, withNewKind, withNewStderr, withNewStderr, withNewStdin, withNewStdin, withNewStdout, withNewStdout, withNewTty, withNewTty, withStderr, withStdin, withStdout, withTty
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
PodExecOptionsBuilder
public PodExecOptionsBuilder() -
PodExecOptionsBuilder
-
PodExecOptionsBuilder
-
PodExecOptionsBuilder
-
PodExecOptionsBuilder
-
PodExecOptionsBuilder
public PodExecOptionsBuilder(PodExecOptionsFluent<?> fluent, PodExecOptions instance, Boolean validationEnabled) -
PodExecOptionsBuilder
-
PodExecOptionsBuilder
-
-
Method Details
-
build
- Specified by:
build
in interfaceBuilder<PodExecOptions>
-
equals
- Overrides:
equals
in classPodExecOptionsFluentImpl<PodExecOptionsBuilder>
-