Uses of Class
io.kubernetes.client.openapi.models.V1ReplicaSetCondition
Packages that use V1ReplicaSetCondition
-
Uses of V1ReplicaSetCondition in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicaSetConditionModifier and TypeMethodDescriptionstatic V1ReplicaSetCondition
Create an instance of V1ReplicaSetCondition given an JSON stringV1ReplicaSetCondition.lastTransitionTime
(OffsetDateTime lastTransitionTime) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ReplicaSetConditionModifier and TypeMethodDescriptionV1ReplicaSetStatus.getConditions()
Represents the latest available observations of a replica set's current state.Methods in io.kubernetes.client.openapi.models with parameters of type V1ReplicaSetConditionModifier and TypeMethodDescriptionV1ReplicaSetStatus.addConditionsItem
(V1ReplicaSetCondition conditionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ReplicaSetConditionModifier and TypeMethodDescriptionV1ReplicaSetStatus.conditions
(List<V1ReplicaSetCondition> conditions) void
V1ReplicaSetStatus.setConditions
(List<V1ReplicaSetCondition> conditions)