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 |
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 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 Boolean hasFullyLabeledReplicas()
hasFullyLabeledReplicas
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 Boolean hasObservedGeneration()
hasObservedGeneration
in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>
public Integer getReadyReplicas()
getReadyReplicas
in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>
public A withReadyReplicas(Integer readyReplicas)
withReadyReplicas
in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>
public Boolean hasReadyReplicas()
hasReadyReplicas
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>>
public Boolean hasReplicas()
hasReplicas
in interface ReplicaSetStatusFluent<A extends ReplicaSetStatusFluent<A>>
Copyright © 2011–2017 Red Hat. All rights reserved.