Class V1DeploymentStatusFluentImpl<A extends V1DeploymentStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1DeploymentStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1DeploymentStatusFluent<A>
- Direct Known Subclasses:
V1DeploymentStatusBuilder
public class V1DeploymentStatusFluentImpl<A extends V1DeploymentStatusFluent<A>>
extends BaseFluent<A>
implements V1DeploymentStatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1DeploymentStatusFluent
V1DeploymentStatusFluent.ConditionsNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1DeploymentStatusFluentImpl(io.kubernetes.client.openapi.models.V1DeploymentStatus instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions(Collection<io.kubernetes.client.openapi.models.V1DeploymentCondition> items) addNewConditionLike(io.kubernetes.client.openapi.models.V1DeploymentCondition item) addToConditions(io.kubernetes.client.openapi.models.V1DeploymentCondition... items) addToConditions(Integer index, io.kubernetes.client.openapi.models.V1DeploymentCondition item) io.kubernetes.client.openapi.models.V1DeploymentConditionbuildCondition(Integer index) List<io.kubernetes.client.openapi.models.V1DeploymentCondition>io.kubernetes.client.openapi.models.V1DeploymentConditionio.kubernetes.client.openapi.models.V1DeploymentConditionio.kubernetes.client.openapi.models.V1DeploymentConditioneditCondition(Integer index) booleanList<io.kubernetes.client.openapi.models.V1DeploymentCondition>Deprecated.inthashCode()removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1DeploymentCondition> items) removeFromConditions(io.kubernetes.client.openapi.models.V1DeploymentCondition... items) setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1DeploymentCondition item) setToConditions(Integer index, io.kubernetes.client.openapi.models.V1DeploymentCondition item) toString()withAvailableReplicas(Integer availableReplicas) withCollisionCount(Integer collisionCount) withConditions(io.kubernetes.client.openapi.models.V1DeploymentCondition... conditions) withConditions(List<io.kubernetes.client.openapi.models.V1DeploymentCondition> conditions) withObservedGeneration(Long observedGeneration) withReadyReplicas(Integer readyReplicas) withReplicas(Integer replicas) withUnavailableReplicas(Integer unavailableReplicas) withUpdatedReplicas(Integer updatedReplicas) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1DeploymentStatusFluentImpl
public V1DeploymentStatusFluentImpl() -
V1DeploymentStatusFluentImpl
public V1DeploymentStatusFluentImpl(io.kubernetes.client.openapi.models.V1DeploymentStatus instance)
-
-
Method Details
-
getAvailableReplicas
- Specified by:
getAvailableReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
withAvailableReplicas
- Specified by:
withAvailableReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
hasAvailableReplicas
- Specified by:
hasAvailableReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
getCollisionCount
- Specified by:
getCollisionCountin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
withCollisionCount
- Specified by:
withCollisionCountin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
hasCollisionCount
- Specified by:
hasCollisionCountin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
addToConditions
public A addToConditions(Integer index, io.kubernetes.client.openapi.models.V1DeploymentCondition item) - Specified by:
addToConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
setToConditions
public A setToConditions(Integer index, io.kubernetes.client.openapi.models.V1DeploymentCondition item) - Specified by:
setToConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
addAllToConditions
public A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1DeploymentCondition> items) - Specified by:
addAllToConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
removeFromConditions
- Specified by:
removeFromConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1DeploymentCondition> items) - Specified by:
removeAllFromConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
removeMatchingFromConditions
- Specified by:
removeMatchingFromConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>- Returns:
- The buildable object.
-
buildConditions
- Specified by:
buildConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
buildCondition
- Specified by:
buildConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
buildFirstCondition
public io.kubernetes.client.openapi.models.V1DeploymentCondition buildFirstCondition()- Specified by:
buildFirstConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
buildLastCondition
public io.kubernetes.client.openapi.models.V1DeploymentCondition buildLastCondition()- Specified by:
buildLastConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
buildMatchingCondition
public io.kubernetes.client.openapi.models.V1DeploymentCondition buildMatchingCondition(Predicate<V1DeploymentConditionBuilder> predicate) - Specified by:
buildMatchingConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
hasMatchingCondition
- Specified by:
hasMatchingConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
hasConditions
- Specified by:
hasConditionsin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
addNewCondition
- Specified by:
addNewConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
addNewConditionLike
public V1DeploymentStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1DeploymentCondition item) - Specified by:
addNewConditionLikein interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
setNewConditionLike
public V1DeploymentStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1DeploymentCondition item) - Specified by:
setNewConditionLikein interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
editCondition
- Specified by:
editConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
editFirstCondition
- Specified by:
editFirstConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
editLastCondition
- Specified by:
editLastConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
editMatchingCondition
public V1DeploymentStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1DeploymentConditionBuilder> predicate) - Specified by:
editMatchingConditionin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
getObservedGeneration
- Specified by:
getObservedGenerationin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
withObservedGeneration
- Specified by:
withObservedGenerationin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
hasObservedGeneration
- Specified by:
hasObservedGenerationin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
getReadyReplicas
- Specified by:
getReadyReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
withReadyReplicas
- Specified by:
withReadyReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
hasReadyReplicas
- Specified by:
hasReadyReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
getReplicas
- Specified by:
getReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
withReplicas
- Specified by:
withReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
hasReplicas
- Specified by:
hasReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
getUpdatedReplicas
- Specified by:
getUpdatedReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
withUpdatedReplicas
- Specified by:
withUpdatedReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
hasUpdatedReplicas
- Specified by:
hasUpdatedReplicasin interfaceV1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1DeploymentStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1DeploymentStatusFluent<A>>
-
toString
-