public interface V1ReplicationControllerStatusFluent<A extends V1ReplicationControllerStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1ReplicationControllerStatusFluent.ConditionsNested<N> |
Modifier and Type | Method and Description |
---|---|
A |
addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> items) |
V1ReplicationControllerStatusFluent.ConditionsNested<A> |
addNewCondition() |
V1ReplicationControllerStatusFluent.ConditionsNested<A> |
addNewConditionLike(io.kubernetes.client.openapi.models.V1ReplicationControllerCondition item) |
A |
addToConditions(int index,
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition item) |
A |
addToConditions(io.kubernetes.client.openapi.models.V1ReplicationControllerCondition... items) |
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition |
buildCondition(int index) |
List<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> |
buildConditions() |
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition |
buildFirstCondition() |
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition |
buildLastCondition() |
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition |
buildMatchingCondition(Predicate<V1ReplicationControllerConditionBuilder> predicate) |
V1ReplicationControllerStatusFluent.ConditionsNested<A> |
editCondition(int index) |
V1ReplicationControllerStatusFluent.ConditionsNested<A> |
editFirstCondition() |
V1ReplicationControllerStatusFluent.ConditionsNested<A> |
editLastCondition() |
V1ReplicationControllerStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<V1ReplicationControllerConditionBuilder> predicate) |
Integer |
getAvailableReplicas() |
List<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> |
getConditions()
Deprecated.
|
Integer |
getFullyLabeledReplicas() |
Long |
getObservedGeneration() |
Integer |
getReadyReplicas() |
Integer |
getReplicas() |
Boolean |
hasAvailableReplicas() |
Boolean |
hasConditions() |
Boolean |
hasFullyLabeledReplicas() |
Boolean |
hasMatchingCondition(Predicate<V1ReplicationControllerConditionBuilder> predicate) |
Boolean |
hasObservedGeneration() |
Boolean |
hasReadyReplicas() |
Boolean |
hasReplicas() |
A |
removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> items) |
A |
removeFromConditions(io.kubernetes.client.openapi.models.V1ReplicationControllerCondition... items) |
A |
removeMatchingFromConditions(Predicate<V1ReplicationControllerConditionBuilder> predicate) |
V1ReplicationControllerStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition item) |
A |
setToConditions(int index,
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition item) |
A |
withAvailableReplicas(Integer availableReplicas) |
A |
withConditions(List<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> conditions) |
A |
withConditions(io.kubernetes.client.openapi.models.V1ReplicationControllerCondition... conditions) |
A |
withFullyLabeledReplicas(Integer fullyLabeledReplicas) |
A |
withObservedGeneration(Long observedGeneration) |
A |
withReadyReplicas(Integer readyReplicas) |
A |
withReplicas(Integer replicas) |
Integer getAvailableReplicas()
Boolean hasAvailableReplicas()
A addToConditions(int index, io.kubernetes.client.openapi.models.V1ReplicationControllerCondition item)
A setToConditions(int index, io.kubernetes.client.openapi.models.V1ReplicationControllerCondition item)
A addToConditions(io.kubernetes.client.openapi.models.V1ReplicationControllerCondition... items)
A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> items)
A removeFromConditions(io.kubernetes.client.openapi.models.V1ReplicationControllerCondition... items)
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> items)
A removeMatchingFromConditions(Predicate<V1ReplicationControllerConditionBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> getConditions()
List<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> buildConditions()
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition buildCondition(int index)
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition buildFirstCondition()
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition buildLastCondition()
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition buildMatchingCondition(Predicate<V1ReplicationControllerConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<V1ReplicationControllerConditionBuilder> predicate)
A withConditions(List<io.kubernetes.client.openapi.models.V1ReplicationControllerCondition> conditions)
A withConditions(io.kubernetes.client.openapi.models.V1ReplicationControllerCondition... conditions)
Boolean hasConditions()
V1ReplicationControllerStatusFluent.ConditionsNested<A> addNewCondition()
V1ReplicationControllerStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1ReplicationControllerCondition item)
V1ReplicationControllerStatusFluent.ConditionsNested<A> setNewConditionLike(int index, io.kubernetes.client.openapi.models.V1ReplicationControllerCondition item)
V1ReplicationControllerStatusFluent.ConditionsNested<A> editCondition(int index)
V1ReplicationControllerStatusFluent.ConditionsNested<A> editFirstCondition()
V1ReplicationControllerStatusFluent.ConditionsNested<A> editLastCondition()
V1ReplicationControllerStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1ReplicationControllerConditionBuilder> predicate)
Integer getFullyLabeledReplicas()
Boolean hasFullyLabeledReplicas()
Long getObservedGeneration()
Boolean hasObservedGeneration()
Integer getReadyReplicas()
Boolean hasReadyReplicas()
Integer getReplicas()
Boolean hasReplicas()
Copyright © 2021. All rights reserved.