Package io.fabric8.kubernetes.api.model
Class KubeSchemaFluentImpl.PodExecOptionsNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodExecOptionsFluentImpl<KubeSchemaFluent.PodExecOptionsNested<N>>
-
- io.fabric8.kubernetes.api.model.KubeSchemaFluentImpl.PodExecOptionsNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<KubeSchemaFluent.PodExecOptionsNested<N>>
,Nested<N>
,Visitable<KubeSchemaFluent.PodExecOptionsNested<N>>
,KubeSchemaFluent.PodExecOptionsNested<N>
,PodExecOptionsFluent<KubeSchemaFluent.PodExecOptionsNested<N>>
- Enclosing class:
- KubeSchemaFluentImpl<A extends KubeSchemaFluent<A>>
public class KubeSchemaFluentImpl.PodExecOptionsNestedImpl<N> extends PodExecOptionsFluentImpl<KubeSchemaFluent.PodExecOptionsNested<N>> implements KubeSchemaFluent.PodExecOptionsNested<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
endPodExecOptions()
-
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()
-
endPodExecOptions
public N endPodExecOptions()
- Specified by:
endPodExecOptions
in interfaceKubeSchemaFluent.PodExecOptionsNested<N>
-
-