Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.PodExecOptionsObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodExecOptionsFluentImpl<WatchEventFluent.PodExecOptionsObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.PodExecOptionsObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.PodExecOptionsObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.PodExecOptionsObjectNested<N>>
,PodExecOptionsFluent<WatchEventFluent.PodExecOptionsObjectNested<N>>
,WatchEventFluent.PodExecOptionsObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.PodExecOptionsObjectNestedImpl<N> extends PodExecOptionsFluentImpl<WatchEventFluent.PodExecOptionsObjectNested<N>> implements WatchEventFluent.PodExecOptionsObjectNested<N>, Nested<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
endPodExecOptionsObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.PodExecOptionsFluentImpl
addAllToCommand, addNewCommand, addNewCommand, addNewCommand, addToCommand, addToCommand, equals, getApiVersion, getCommand, getCommand, getContainer, getFirstCommand, getKind, getLastCommand, getMatchingCommand, hasApiVersion, hasCommand, hasContainer, hashCode, 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, 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.PodExecOptionsFluent
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
-
-
-
-
Method Detail
-
and
public N and()
-
endPodExecOptionsObject
public N endPodExecOptionsObject()
- Specified by:
endPodExecOptionsObject
in interfaceWatchEventFluent.PodExecOptionsObjectNested<N>
-
-