Class V1ReplicaSetStatusFluentImpl<A extends V1ReplicaSetStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ReplicaSetStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ReplicaSetStatusFluent<A>
- Direct Known Subclasses:
V1ReplicaSetStatusBuilder
public class V1ReplicaSetStatusFluentImpl<A extends V1ReplicaSetStatusFluent<A>>
extends BaseFluent<A>
implements V1ReplicaSetStatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ReplicaSetStatusFluent
V1ReplicaSetStatusFluent.ConditionsNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ReplicaSetStatusFluentImpl(io.kubernetes.client.openapi.models.V1ReplicaSetStatus instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items) addNewConditionLike(io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) addToConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... items) addToConditions(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) io.kubernetes.client.openapi.models.V1ReplicaSetConditionbuildCondition(Integer index) List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition>io.kubernetes.client.openapi.models.V1ReplicaSetConditionio.kubernetes.client.openapi.models.V1ReplicaSetConditionio.kubernetes.client.openapi.models.V1ReplicaSetConditioneditCondition(Integer index) booleanList<io.kubernetes.client.openapi.models.V1ReplicaSetCondition>Deprecated.inthashCode()removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items) removeFromConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... items) setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) setToConditions(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) toString()withAvailableReplicas(Integer availableReplicas) withConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... conditions) withConditions(List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> conditions) withFullyLabeledReplicas(Integer fullyLabeledReplicas) withObservedGeneration(Long observedGeneration) withReadyReplicas(Integer readyReplicas) withReplicas(Integer replicas) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ReplicaSetStatusFluentImpl
public V1ReplicaSetStatusFluentImpl() -
V1ReplicaSetStatusFluentImpl
public V1ReplicaSetStatusFluentImpl(io.kubernetes.client.openapi.models.V1ReplicaSetStatus instance)
-
-
Method Details
-
getAvailableReplicas
- Specified by:
getAvailableReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
withAvailableReplicas
- Specified by:
withAvailableReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
hasAvailableReplicas
- Specified by:
hasAvailableReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
addToConditions
public A addToConditions(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) - Specified by:
addToConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
setToConditions
public A setToConditions(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) - Specified by:
setToConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
addAllToConditions
public A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items) - Specified by:
addAllToConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
removeFromConditions
- Specified by:
removeFromConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items) - Specified by:
removeAllFromConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
removeMatchingFromConditions
- Specified by:
removeMatchingFromConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>- Returns:
- The buildable object.
-
buildConditions
- Specified by:
buildConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
buildCondition
- Specified by:
buildConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
buildFirstCondition
public io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildFirstCondition()- Specified by:
buildFirstConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
buildLastCondition
public io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildLastCondition()- Specified by:
buildLastConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
buildMatchingCondition
public io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate) - Specified by:
buildMatchingConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
hasMatchingCondition
- Specified by:
hasMatchingConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
hasConditions
- Specified by:
hasConditionsin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
addNewCondition
- Specified by:
addNewConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
addNewConditionLike
public V1ReplicaSetStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) - Specified by:
addNewConditionLikein interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
setNewConditionLike
public V1ReplicaSetStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) - Specified by:
setNewConditionLikein interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
editCondition
- Specified by:
editConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
editFirstCondition
- Specified by:
editFirstConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
editLastCondition
- Specified by:
editLastConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
editMatchingCondition
public V1ReplicaSetStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate) - Specified by:
editMatchingConditionin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
getFullyLabeledReplicas
- Specified by:
getFullyLabeledReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
withFullyLabeledReplicas
- Specified by:
withFullyLabeledReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
hasFullyLabeledReplicas
- Specified by:
hasFullyLabeledReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
getObservedGeneration
- Specified by:
getObservedGenerationin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
withObservedGeneration
- Specified by:
withObservedGenerationin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
hasObservedGeneration
- Specified by:
hasObservedGenerationin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
getReadyReplicas
- Specified by:
getReadyReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
withReadyReplicas
- Specified by:
withReadyReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
hasReadyReplicas
- Specified by:
hasReadyReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
getReplicas
- Specified by:
getReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
withReplicas
- Specified by:
withReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
hasReplicas
- Specified by:
hasReplicasin interfaceV1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ReplicaSetStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ReplicaSetStatusFluent<A>>
-
toString
-