public class ReplicaSetStatusFluentImpl<A extends ReplicaSetStatusFluent<A>> extends BaseFluent<A> implements ReplicaSetStatusFluent<A>
_visitables| Constructor and Description |
|---|
ReplicaSetStatusFluentImpl() |
ReplicaSetStatusFluentImpl(ReplicaSetStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getFullyLabeledReplicas() |
Long |
getObservedGeneration() |
Integer |
getReplicas() |
A |
withFullyLabeledReplicas(Integer fullyLabeledReplicas) |
A |
withObservedGeneration(Long observedGeneration) |
A |
withReplicas(Integer replicas) |
public ReplicaSetStatusFluentImpl()
public ReplicaSetStatusFluentImpl(ReplicaSetStatus instance)
public Integer getFullyLabeledReplicas()
getFullyLabeledReplicas in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>public A withFullyLabeledReplicas(Integer fullyLabeledReplicas)
withFullyLabeledReplicas in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>public Integer getReplicas()
getReplicas in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.