Uses of Class
io.kubernetes.client.openapi.models.V1APIServiceCondition
Packages that use V1APIServiceCondition
-
Uses of V1APIServiceCondition in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1APIServiceConditionModifier and TypeMethodDescriptionstatic V1APIServiceCondition
Create an instance of V1APIServiceCondition given an JSON stringV1APIServiceCondition.lastTransitionTime
(OffsetDateTime lastTransitionTime) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1APIServiceConditionModifier and TypeMethodDescriptionV1APIServiceStatus.getConditions()
Current service state of apiService.Methods in io.kubernetes.client.openapi.models with parameters of type V1APIServiceConditionModifier and TypeMethodDescriptionV1APIServiceStatus.addConditionsItem
(V1APIServiceCondition conditionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1APIServiceConditionModifier and TypeMethodDescriptionV1APIServiceStatus.conditions
(List<V1APIServiceCondition> conditions) void
V1APIServiceStatus.setConditions
(List<V1APIServiceCondition> conditions)