public class V1ReplicaSetStatusFluentImpl<A extends V1ReplicaSetStatusFluent<A>> extends BaseFluent<A> implements V1ReplicaSetStatusFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1ReplicaSetStatusFluentImpl.ConditionsNestedImpl<N> |
V1ReplicaSetStatusFluent.ConditionsNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1ReplicaSetStatusFluentImpl() |
V1ReplicaSetStatusFluentImpl(io.kubernetes.client.openapi.models.V1ReplicaSetStatus instance) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items) |
V1ReplicaSetStatusFluent.ConditionsNested<A> |
addNewCondition() |
V1ReplicaSetStatusFluent.ConditionsNested<A> |
addNewConditionLike(io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) |
A |
addToConditions(int index,
io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) |
A |
addToConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... items) |
io.kubernetes.client.openapi.models.V1ReplicaSetCondition |
buildCondition(int index) |
List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> |
buildConditions() |
io.kubernetes.client.openapi.models.V1ReplicaSetCondition |
buildFirstCondition() |
io.kubernetes.client.openapi.models.V1ReplicaSetCondition |
buildLastCondition() |
io.kubernetes.client.openapi.models.V1ReplicaSetCondition |
buildMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate) |
V1ReplicaSetStatusFluent.ConditionsNested<A> |
editCondition(int index) |
V1ReplicaSetStatusFluent.ConditionsNested<A> |
editFirstCondition() |
V1ReplicaSetStatusFluent.ConditionsNested<A> |
editLastCondition() |
V1ReplicaSetStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate) |
boolean |
equals(Object o) |
Integer |
getAvailableReplicas() |
List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> |
getConditions()
Deprecated.
|
Integer |
getFullyLabeledReplicas() |
Long |
getObservedGeneration() |
Integer |
getReadyReplicas() |
Integer |
getReplicas() |
Boolean |
hasAvailableReplicas() |
Boolean |
hasConditions() |
Boolean |
hasFullyLabeledReplicas() |
int |
hashCode() |
Boolean |
hasMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate) |
Boolean |
hasObservedGeneration() |
Boolean |
hasReadyReplicas() |
Boolean |
hasReplicas() |
A |
removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items) |
A |
removeFromConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... items) |
A |
removeMatchingFromConditions(Predicate<V1ReplicaSetConditionBuilder> predicate) |
V1ReplicaSetStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) |
A |
setToConditions(int index,
io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) |
A |
withAvailableReplicas(Integer availableReplicas) |
A |
withConditions(List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> conditions) |
A |
withConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... conditions) |
A |
withFullyLabeledReplicas(Integer fullyLabeledReplicas) |
A |
withObservedGeneration(Long observedGeneration) |
A |
withReadyReplicas(Integer readyReplicas) |
A |
withReplicas(Integer replicas) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1ReplicaSetStatusFluentImpl()
public V1ReplicaSetStatusFluentImpl(io.kubernetes.client.openapi.models.V1ReplicaSetStatus instance)
public Integer getAvailableReplicas()
getAvailableReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A withAvailableReplicas(Integer availableReplicas)
withAvailableReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Boolean hasAvailableReplicas()
hasAvailableReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A addToConditions(int index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item)
addToConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A setToConditions(int index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item)
setToConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A addToConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... items)
addToConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items)
addAllToConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A removeFromConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... items)
removeFromConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items)
removeAllFromConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A removeMatchingFromConditions(Predicate<V1ReplicaSetConditionBuilder> predicate)
removeMatchingFromConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
@Deprecated public List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> getConditions()
getConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> buildConditions()
buildConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildCondition(int index)
buildCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildFirstCondition()
buildFirstCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildLastCondition()
buildLastCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate)
buildMatchingCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Boolean hasMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate)
hasMatchingCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A withConditions(List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> conditions)
withConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A withConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... conditions)
withConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Boolean hasConditions()
hasConditions
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public V1ReplicaSetStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public V1ReplicaSetStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1ReplicaSetCondition item)
addNewConditionLike
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public V1ReplicaSetStatusFluent.ConditionsNested<A> setNewConditionLike(int index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item)
setNewConditionLike
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public V1ReplicaSetStatusFluent.ConditionsNested<A> editCondition(int index)
editCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public V1ReplicaSetStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public V1ReplicaSetStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public V1ReplicaSetStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate)
editMatchingCondition
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Integer getFullyLabeledReplicas()
getFullyLabeledReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A withFullyLabeledReplicas(Integer fullyLabeledReplicas)
withFullyLabeledReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Boolean hasFullyLabeledReplicas()
hasFullyLabeledReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Long getObservedGeneration()
getObservedGeneration
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A withObservedGeneration(Long observedGeneration)
withObservedGeneration
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Boolean hasObservedGeneration()
hasObservedGeneration
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Integer getReadyReplicas()
getReadyReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A withReadyReplicas(Integer readyReplicas)
withReadyReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Boolean hasReadyReplicas()
hasReadyReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Integer getReplicas()
getReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public A withReplicas(Integer replicas)
withReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
public Boolean hasReplicas()
hasReplicas
in interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
Copyright © 2021. All rights reserved.