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