Class V1APIServiceStatusFluentImpl<A extends V1APIServiceStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1APIServiceStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1APIServiceStatusFluent<A>
- Direct Known Subclasses:
V1APIServiceStatusBuilder
public class V1APIServiceStatusFluentImpl<A extends V1APIServiceStatusFluent<A>>
extends BaseFluent<A>
implements V1APIServiceStatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1APIServiceStatusFluent
V1APIServiceStatusFluent.ConditionsNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1APIServiceStatusFluentImpl(io.kubernetes.client.openapi.models.V1APIServiceStatus instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions(Collection<io.kubernetes.client.openapi.models.V1APIServiceCondition> items) addNewConditionLike(io.kubernetes.client.openapi.models.V1APIServiceCondition item) addToConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... items) addToConditions(Integer index, io.kubernetes.client.openapi.models.V1APIServiceCondition item) io.kubernetes.client.openapi.models.V1APIServiceConditionbuildCondition(Integer index) List<io.kubernetes.client.openapi.models.V1APIServiceCondition>io.kubernetes.client.openapi.models.V1APIServiceConditionio.kubernetes.client.openapi.models.V1APIServiceConditionio.kubernetes.client.openapi.models.V1APIServiceConditioneditCondition(Integer index) booleanList<io.kubernetes.client.openapi.models.V1APIServiceCondition>Deprecated.inthashCode()removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1APIServiceCondition> items) removeFromConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... items) setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1APIServiceCondition item) setToConditions(Integer index, io.kubernetes.client.openapi.models.V1APIServiceCondition item) toString()withConditions(io.kubernetes.client.openapi.models.V1APIServiceCondition... conditions) withConditions(List<io.kubernetes.client.openapi.models.V1APIServiceCondition> conditions) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1APIServiceStatusFluentImpl
public V1APIServiceStatusFluentImpl() -
V1APIServiceStatusFluentImpl
public V1APIServiceStatusFluentImpl(io.kubernetes.client.openapi.models.V1APIServiceStatus instance)
-
-
Method Details
-
addToConditions
public A addToConditions(Integer index, io.kubernetes.client.openapi.models.V1APIServiceCondition item) - Specified by:
addToConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
setToConditions
public A setToConditions(Integer index, io.kubernetes.client.openapi.models.V1APIServiceCondition item) - Specified by:
setToConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
addAllToConditions
public A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1APIServiceCondition> items) - Specified by:
addAllToConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
removeFromConditions
- Specified by:
removeFromConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1APIServiceCondition> items) - Specified by:
removeAllFromConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
removeMatchingFromConditions
- Specified by:
removeMatchingFromConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>- Returns:
- The buildable object.
-
buildConditions
- Specified by:
buildConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
buildCondition
- Specified by:
buildConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
buildFirstCondition
public io.kubernetes.client.openapi.models.V1APIServiceCondition buildFirstCondition()- Specified by:
buildFirstConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
buildLastCondition
public io.kubernetes.client.openapi.models.V1APIServiceCondition buildLastCondition()- Specified by:
buildLastConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
buildMatchingCondition
public io.kubernetes.client.openapi.models.V1APIServiceCondition buildMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate) - Specified by:
buildMatchingConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
hasMatchingCondition
- Specified by:
hasMatchingConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
hasConditions
- Specified by:
hasConditionsin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
addNewCondition
- Specified by:
addNewConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
addNewConditionLike
public V1APIServiceStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1APIServiceCondition item) - Specified by:
addNewConditionLikein interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
setNewConditionLike
public V1APIServiceStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1APIServiceCondition item) - Specified by:
setNewConditionLikein interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
editCondition
- Specified by:
editConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
editFirstCondition
- Specified by:
editFirstConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
editLastCondition
- Specified by:
editLastConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
editMatchingCondition
public V1APIServiceStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate) - Specified by:
editMatchingConditionin interfaceV1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1APIServiceStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1APIServiceStatusFluent<A>>
-
toString
-