Package io.fabric8.kubernetes.api.model
Class ReplicationControllerFluent.SpecNested<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ReplicationControllerSpecFluent<ReplicationControllerFluent.SpecNested<N>>
-
- io.fabric8.kubernetes.api.model.ReplicationControllerFluent.SpecNested<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Nested<N>
- Enclosing class:
- ReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
public class ReplicationControllerFluent.SpecNested<N> extends ReplicationControllerSpecFluent<ReplicationControllerFluent.SpecNested<N>> implements io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ReplicationControllerSpecFluent
ReplicationControllerSpecFluent.TemplateNested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endSpec()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ReplicationControllerSpecFluent
addToAdditionalProperties, addToAdditionalProperties, addToSelector, addToSelector, buildTemplate, copyInstance, editOrNewTemplate, editOrNewTemplateLike, editTemplate, equals, getAdditionalProperties, getMinReadySeconds, getReplicas, getSelector, hasAdditionalProperties, hashCode, hasMinReadySeconds, hasReplicas, hasSelector, hasTemplate, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromSelector, removeFromSelector, toString, withAdditionalProperties, withMinReadySeconds, withNewTemplate, withNewTemplateLike, withReplicas, withSelector, withTemplate
-
-