Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.ReplicationControllerSpecObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ReplicationControllerSpecFluentImpl<WatchEventFluent.ReplicationControllerSpecObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.ReplicationControllerSpecObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.ReplicationControllerSpecObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.ReplicationControllerSpecObjectNested<N>>
,ReplicationControllerSpecFluent<WatchEventFluent.ReplicationControllerSpecObjectNested<N>>
,WatchEventFluent.ReplicationControllerSpecObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.ReplicationControllerSpecObjectNestedImpl<N> extends ReplicationControllerSpecFluentImpl<WatchEventFluent.ReplicationControllerSpecObjectNested<N>> implements WatchEventFluent.ReplicationControllerSpecObjectNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ReplicationControllerSpecFluentImpl
ReplicationControllerSpecFluentImpl.TemplateNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ReplicationControllerSpecFluent
ReplicationControllerSpecFluent.TemplateNested<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
endReplicationControllerSpecObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ReplicationControllerSpecFluentImpl
addToSelector, addToSelector, buildTemplate, editOrNewTemplate, editOrNewTemplateLike, editTemplate, equals, getMinReadySeconds, getReplicas, getSelector, getTemplate, hashCode, hasMinReadySeconds, hasReplicas, hasSelector, hasTemplate, removeFromSelector, removeFromSelector, withMinReadySeconds, withNewTemplate, withNewTemplateLike, withReplicas, withSelector, withTemplate
-
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.ReplicationControllerSpecFluent
addToSelector, addToSelector, buildTemplate, editOrNewTemplate, editOrNewTemplateLike, editTemplate, getMinReadySeconds, getReplicas, getSelector, getTemplate, hasMinReadySeconds, hasReplicas, hasSelector, hasTemplate, removeFromSelector, removeFromSelector, withMinReadySeconds, withNewTemplate, withNewTemplateLike, withReplicas, withSelector, withTemplate
-
-
-
-
Method Detail
-
and
public N and()
-
endReplicationControllerSpecObject
public N endReplicationControllerSpecObject()
- Specified by:
endReplicationControllerSpecObject
in interfaceWatchEventFluent.ReplicationControllerSpecObjectNested<N>
-
-