Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.ExecConfigObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ExecConfigFluentImpl<WatchEventFluent.ExecConfigObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.ExecConfigObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.ExecConfigObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.ExecConfigObjectNested<N>>
,ExecConfigFluent<WatchEventFluent.ExecConfigObjectNested<N>>
,WatchEventFluent.ExecConfigObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.ExecConfigObjectNestedImpl<N> extends ExecConfigFluentImpl<WatchEventFluent.ExecConfigObjectNested<N>> implements WatchEventFluent.ExecConfigObjectNested<N>, Nested<N>
-
-
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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endExecConfigObject()
-
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, getInstallHint, getLastArg, getMatchingArg, hasApiVersion, hasArgs, hasCommand, hasEnv, hashCode, hasInstallHint, hasMatchingArg, hasMatchingEnv, hasProvideClusterInfo, isProvideClusterInfo, removeAllFromArgs, removeAllFromEnv, removeFromArgs, removeFromEnv, removeMatchingFromEnv, setNewEnvLike, setToArgs, setToEnv, withApiVersion, withArgs, withArgs, withCommand, withEnv, withEnv, withInstallHint, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewCommand, withNewCommand, withNewCommand, withNewInstallHint, withNewInstallHint, withNewInstallHint, withNewProvideClusterInfo, withNewProvideClusterInfo, withProvideClusterInfo
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ExecConfigFluent
addAllToArgs, addAllToEnv, addNewArg, addNewArg, addNewArg, addNewEnv, addNewEnv, addNewEnvLike, addToArgs, addToArgs, addToEnv, addToEnv, buildEnv, buildEnv, buildFirstEnv, buildLastEnv, buildMatchingEnv, editEnv, editFirstEnv, editLastEnv, editMatchingEnv, getApiVersion, getArg, getArgs, getCommand, getEnv, getFirstArg, getInstallHint, getLastArg, getMatchingArg, hasApiVersion, hasArgs, hasCommand, hasEnv, hasInstallHint, hasMatchingArg, hasMatchingEnv, hasProvideClusterInfo, isProvideClusterInfo, removeAllFromArgs, removeAllFromEnv, removeFromArgs, removeFromEnv, removeMatchingFromEnv, setNewEnvLike, setToArgs, setToEnv, withApiVersion, withArgs, withArgs, withCommand, withEnv, withEnv, withInstallHint, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewCommand, withNewCommand, withNewCommand, withNewInstallHint, withNewInstallHint, withNewInstallHint, withNewProvideClusterInfo, withNewProvideClusterInfo, withProvideClusterInfo
-
-
-
-
Method Detail
-
and
public N and()
-
endExecConfigObject
public N endExecConfigObject()
- Specified by:
endExecConfigObject
in interfaceWatchEventFluent.ExecConfigObjectNested<N>
-
-