Class DoneableReplicaSet
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.apps.ReplicaSetFluentImpl<DoneableReplicaSet>
io.fabric8.kubernetes.api.model.apps.DoneableReplicaSet
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableReplicaSet>,io.fabric8.kubernetes.api.builder.Visitable<DoneableReplicaSet>,ReplicaSetFluent<DoneableReplicaSet>,io.fabric8.kubernetes.api.model.Doneable<ReplicaSet>
public class DoneableReplicaSet extends ReplicaSetFluentImpl<DoneableReplicaSet> implements io.fabric8.kubernetes.api.model.Doneable<ReplicaSet>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.apps.ReplicaSetFluentImpl
ReplicaSetFluentImpl.MetadataNestedImpl<N>, ReplicaSetFluentImpl.SpecNestedImpl<N>, ReplicaSetFluentImpl.StatusNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.apps.ReplicaSetFluent
ReplicaSetFluent.MetadataNested<N>, ReplicaSetFluent.SpecNested<N>, ReplicaSetFluent.StatusNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableReplicaSet(io.fabric8.kubernetes.api.builder.Function<ReplicaSet,ReplicaSet> function)DoneableReplicaSet(ReplicaSet item)DoneableReplicaSet(ReplicaSet item, io.fabric8.kubernetes.api.builder.Function<ReplicaSet,ReplicaSet> function) -
Method Summary
Modifier and Type Method Description ReplicaSetdone()Methods inherited from class io.fabric8.kubernetes.api.model.apps.ReplicaSetFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Constructor Details
-
DoneableReplicaSet
public DoneableReplicaSet(io.fabric8.kubernetes.api.builder.Function<ReplicaSet,ReplicaSet> function) -
DoneableReplicaSet
public DoneableReplicaSet(ReplicaSet item, io.fabric8.kubernetes.api.builder.Function<ReplicaSet,ReplicaSet> function) -
DoneableReplicaSet
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ReplicaSet>
-