Uses of Class
io.kubernetes.client.openapi.models.V1ReplicationControllerCondition
Packages that use V1ReplicationControllerCondition
-
Uses of V1ReplicationControllerCondition in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicationControllerConditionModifier and TypeMethodDescriptionCreate an instance of V1ReplicationControllerCondition given an JSON stringV1ReplicationControllerCondition.lastTransitionTime
(OffsetDateTime lastTransitionTime) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ReplicationControllerConditionModifier and TypeMethodDescriptionV1ReplicationControllerStatus.getConditions()
Represents the latest available observations of a replication controller's current state.Methods in io.kubernetes.client.openapi.models with parameters of type V1ReplicationControllerConditionModifier and TypeMethodDescriptionV1ReplicationControllerStatus.addConditionsItem
(V1ReplicationControllerCondition conditionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ReplicationControllerConditionModifier and TypeMethodDescriptionV1ReplicationControllerStatus.conditions
(List<V1ReplicationControllerCondition> conditions) void
V1ReplicationControllerStatus.setConditions
(List<V1ReplicationControllerCondition> conditions)