Package io.fabric8.kubernetes.api.model
Class DoneableExecConfig
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ExecConfigFluentImpl<DoneableExecConfig>
io.fabric8.kubernetes.api.model.DoneableExecConfig
- All Implemented Interfaces:
Fluent<DoneableExecConfig>,Visitable<DoneableExecConfig>,Doneable<ExecConfig>,ExecConfigFluent<DoneableExecConfig>
public class DoneableExecConfig extends ExecConfigFluentImpl<DoneableExecConfig> implements Doneable<ExecConfig>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ExecConfigFluentImpl
ExecConfigFluentImpl.EnvNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ExecConfigFluent
ExecConfigFluent.EnvNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableExecConfig(Function<ExecConfig,ExecConfig> function)DoneableExecConfig(ExecConfig item)DoneableExecConfig(ExecConfig item, Function<ExecConfig,ExecConfig> function) -
Method Summary
Modifier and Type Method Description ExecConfigdone()Methods inherited from class io.fabric8.kubernetes.api.model.ExecConfigFluentImpl
addAllToArgs, addAllToEnv, addNewArg, addNewArg, addNewArg, addNewEnv, addNewEnv, addNewEnvLike, addToArgs, addToArgs, addToEnv, addToEnv, buildEnv, buildEnv, buildFirstEnv, buildLastEnv, buildMatchingEnv, editEnv, editFirstEnv, editLastEnv, editMatchingEnv, equals, getApiVersion, getArg, getArgs, getCommand, getEnv, getFirstArg, getLastArg, getMatchingArg, hasApiVersion, hasArgs, hasCommand, hasEnv, hasMatchingArg, hasMatchingEnv, removeAllFromArgs, removeAllFromEnv, removeFromArgs, removeFromEnv, removeMatchingFromEnv, setNewEnvLike, setToArgs, setToEnv, withApiVersion, withArgs, withArgs, withCommand, withEnv, withEnv, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewCommand, withNewCommand, withNewCommand
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ExecConfig>
-