Package io.fabric8.kubernetes.api.model
Class PodExecOptionsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodExecOptionsFluent<PodExecOptionsBuilder>
-
- io.fabric8.kubernetes.api.model.PodExecOptionsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PodExecOptions>
,io.fabric8.kubernetes.api.builder.Visitable<PodExecOptionsBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<PodExecOptions,PodExecOptionsBuilder>
public class PodExecOptionsBuilder extends PodExecOptionsFluent<PodExecOptionsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PodExecOptions,PodExecOptionsBuilder>
-
-
Constructor Summary
Constructors Constructor Description PodExecOptionsBuilder()
PodExecOptionsBuilder(PodExecOptions instance)
PodExecOptionsBuilder(PodExecOptionsFluent<?> fluent)
PodExecOptionsBuilder(PodExecOptionsFluent<?> fluent, PodExecOptions instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodExecOptions
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.PodExecOptionsFluent
addAllToCommand, addToAdditionalProperties, addToAdditionalProperties, addToCommand, addToCommand, copyInstance, equals, getAdditionalProperties, getApiVersion, getCommand, getCommand, getContainer, getFirstCommand, getKind, getLastCommand, getMatchingCommand, getStderr, getStdin, getStdout, getTty, hasAdditionalProperties, hasApiVersion, hasCommand, hasContainer, hashCode, hasKind, hasMatchingCommand, hasStderr, hasStdin, hasStdout, hasTty, removeAllFromCommand, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCommand, setToCommand, toString, withAdditionalProperties, withApiVersion, withCommand, withCommand, withContainer, withKind, withStderr, withStderr, withStdin, withStdin, withStdout, withStdout, withTty, withTty
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PodExecOptionsBuilder
public PodExecOptionsBuilder()
-
PodExecOptionsBuilder
public PodExecOptionsBuilder(PodExecOptionsFluent<?> fluent)
-
PodExecOptionsBuilder
public PodExecOptionsBuilder(PodExecOptionsFluent<?> fluent, PodExecOptions instance)
-
PodExecOptionsBuilder
public PodExecOptionsBuilder(PodExecOptions instance)
-
-
Method Detail
-
build
public PodExecOptions build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<PodExecOptions>
-
-