public class ReplicationControllerStatusFluentImpl<A extends ReplicationControllerStatusFluent<A>> extends BaseFluent<A> implements ReplicationControllerStatusFluent<A>
_visitables| Constructor and Description |
|---|
ReplicationControllerStatusFluentImpl() |
ReplicationControllerStatusFluentImpl(ReplicationControllerStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getFullyLabeledReplicas() |
Long |
getObservedGeneration() |
Integer |
getReadyReplicas() |
Integer |
getReplicas() |
Boolean |
hasFullyLabeledReplicas() |
Boolean |
hasObservedGeneration() |
Boolean |
hasReadyReplicas() |
Boolean |
hasReplicas() |
A |
withFullyLabeledReplicas(Integer fullyLabeledReplicas) |
A |
withObservedGeneration(Long observedGeneration) |
A |
withReadyReplicas(Integer readyReplicas) |
A |
withReplicas(Integer replicas) |
public ReplicationControllerStatusFluentImpl()
public ReplicationControllerStatusFluentImpl(ReplicationControllerStatus instance)
public Integer getFullyLabeledReplicas()
getFullyLabeledReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public A withFullyLabeledReplicas(Integer fullyLabeledReplicas)
withFullyLabeledReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public Boolean hasFullyLabeledReplicas()
hasFullyLabeledReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public Integer getReadyReplicas()
getReadyReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public A withReadyReplicas(Integer readyReplicas)
withReadyReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public Boolean hasReadyReplicas()
hasReadyReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public Integer getReplicas()
getReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>public Boolean hasReplicas()
hasReplicas in interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.