Package io.fabric8.kubernetes.api.model
Class DoneableReplicationControllerSpec
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ReplicationControllerSpecFluentImpl<DoneableReplicationControllerSpec>
io.fabric8.kubernetes.api.model.DoneableReplicationControllerSpec
- All Implemented Interfaces:
Fluent<DoneableReplicationControllerSpec>
,Visitable<DoneableReplicationControllerSpec>
,Doneable<ReplicationControllerSpec>
,ReplicationControllerSpecFluent<DoneableReplicationControllerSpec>
public class DoneableReplicationControllerSpec extends ReplicationControllerSpecFluentImpl<DoneableReplicationControllerSpec> implements Doneable<ReplicationControllerSpec>
-
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
-
Constructor Summary
Constructors Constructor Description DoneableReplicationControllerSpec(Function<ReplicationControllerSpec,ReplicationControllerSpec> function)
DoneableReplicationControllerSpec(ReplicationControllerSpec item)
DoneableReplicationControllerSpec(ReplicationControllerSpec item, Function<ReplicationControllerSpec,ReplicationControllerSpec> function)
-
Method Summary
Modifier and Type Method Description ReplicationControllerSpec
done()
Methods inherited from class io.fabric8.kubernetes.api.model.ReplicationControllerSpecFluentImpl
addToSelector, addToSelector, buildTemplate, editOrNewTemplate, editOrNewTemplateLike, editTemplate, equals, getMinReadySeconds, getReplicas, getSelector, getTemplate, hasMinReadySeconds, hasReplicas, hasSelector, hasTemplate, removeFromSelector, removeFromSelector, withMinReadySeconds, withNewMinReadySeconds, withNewMinReadySeconds, withNewReplicas, withNewReplicas, withNewTemplate, withNewTemplateLike, withReplicas, withSelector, withTemplate
-
Constructor Details
-
DoneableReplicationControllerSpec
public DoneableReplicationControllerSpec(Function<ReplicationControllerSpec,ReplicationControllerSpec> function) -
DoneableReplicationControllerSpec
public DoneableReplicationControllerSpec(ReplicationControllerSpec item, Function<ReplicationControllerSpec,ReplicationControllerSpec> function) -
DoneableReplicationControllerSpec
-
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<ReplicationControllerSpec>
-