public interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1APIServiceStatusFluent.ConditionsNested<N> |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1APIServiceCondition> items) |
V1APIServiceStatusFluent.ConditionsNested<A> |
addNewCondition() |
V1APIServiceStatusFluent.ConditionsNested<A> |
addNewConditionLike(io.kubernetes.client.openapi.models.V1APIServiceCondition item) |
A |
addToConditions(Integer index,
io.kubernetes.client.openapi.models.V1APIServiceCondition item) |
A |
addToConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... items) |
io.kubernetes.client.openapi.models.V1APIServiceCondition |
buildCondition(Integer index) |
List<io.kubernetes.client.openapi.models.V1APIServiceCondition> |
buildConditions() |
io.kubernetes.client.openapi.models.V1APIServiceCondition |
buildFirstCondition() |
io.kubernetes.client.openapi.models.V1APIServiceCondition |
buildLastCondition() |
io.kubernetes.client.openapi.models.V1APIServiceCondition |
buildMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate) |
V1APIServiceStatusFluent.ConditionsNested<A> |
editCondition(Integer index) |
V1APIServiceStatusFluent.ConditionsNested<A> |
editFirstCondition() |
V1APIServiceStatusFluent.ConditionsNested<A> |
editLastCondition() |
V1APIServiceStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate) |
List<io.kubernetes.client.openapi.models.V1APIServiceCondition> |
getConditions()
Deprecated.
|
Boolean |
hasConditions() |
Boolean |
hasMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate) |
A |
removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1APIServiceCondition> items) |
A |
removeFromConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... items) |
A |
removeMatchingFromConditions(Predicate<V1APIServiceConditionBuilder> predicate) |
V1APIServiceStatusFluent.ConditionsNested<A> |
setNewConditionLike(Integer index,
io.kubernetes.client.openapi.models.V1APIServiceCondition item) |
A |
setToConditions(Integer index,
io.kubernetes.client.openapi.models.V1APIServiceCondition item) |
A |
withConditions(List<io.kubernetes.client.openapi.models.V1APIServiceCondition> conditions) |
A |
withConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... conditions) |
A addToConditions(Integer index, io.kubernetes.client.openapi.models.V1APIServiceCondition item)
A setToConditions(Integer index, io.kubernetes.client.openapi.models.V1APIServiceCondition item)
A addToConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... items)
A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1APIServiceCondition> items)
A removeFromConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... items)
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1APIServiceCondition> items)
A removeMatchingFromConditions(Predicate<V1APIServiceConditionBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1APIServiceCondition> getConditions()
List<io.kubernetes.client.openapi.models.V1APIServiceCondition> buildConditions()
io.kubernetes.client.openapi.models.V1APIServiceCondition buildCondition(Integer index)
io.kubernetes.client.openapi.models.V1APIServiceCondition buildFirstCondition()
io.kubernetes.client.openapi.models.V1APIServiceCondition buildLastCondition()
io.kubernetes.client.openapi.models.V1APIServiceCondition buildMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate)
A withConditions(List<io.kubernetes.client.openapi.models.V1APIServiceCondition> conditions)
A withConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... conditions)
Boolean hasConditions()
V1APIServiceStatusFluent.ConditionsNested<A> addNewCondition()
V1APIServiceStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1APIServiceCondition item)
V1APIServiceStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1APIServiceCondition item)
V1APIServiceStatusFluent.ConditionsNested<A> editCondition(Integer index)
V1APIServiceStatusFluent.ConditionsNested<A> editFirstCondition()
V1APIServiceStatusFluent.ConditionsNested<A> editLastCondition()
V1APIServiceStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate)
Copyright © 2022. All rights reserved.