Uses of Class
io.fabric8.kubernetes.api.model.APIServiceCondition
-
Packages that use APIServiceCondition Package Description io.fabric8.kubernetes.api.model -
-
Uses of APIServiceCondition in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return APIServiceCondition Modifier and Type Method Description APIServiceConditionAPIServiceConditionBuilder. build()APIServiceConditionAPIServiceStatusFluent. buildCondition(int index)APIServiceConditionAPIServiceStatusFluent. buildFirstCondition()APIServiceConditionAPIServiceStatusFluent. buildLastCondition()APIServiceConditionAPIServiceStatusFluent. buildMatchingCondition(Predicate<APIServiceConditionBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type APIServiceCondition Modifier and Type Method Description List<APIServiceCondition>APIServiceStatusFluent. buildConditions()List<APIServiceCondition>APIServiceStatus. getConditions()Current service state of apiService.Methods in io.fabric8.kubernetes.api.model with parameters of type APIServiceCondition Modifier and Type Method Description APIServiceStatusFluent.ConditionsNested<A>APIServiceStatusFluent. addNewConditionLike(APIServiceCondition item)AAPIServiceStatusFluent. addToConditions(int index, APIServiceCondition item)AAPIServiceStatusFluent. addToConditions(APIServiceCondition... items)protected voidAPIServiceConditionFluent. copyInstance(APIServiceCondition instance)AAPIServiceStatusFluent. removeFromConditions(APIServiceCondition... items)APIServiceStatusFluent.ConditionsNested<A>APIServiceStatusFluent. setNewConditionLike(int index, APIServiceCondition item)AAPIServiceStatusFluent. setToConditions(int index, APIServiceCondition item)AAPIServiceStatusFluent. withConditions(APIServiceCondition... conditions)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type APIServiceCondition Modifier and Type Method Description AAPIServiceStatusFluent. addAllToConditions(Collection<APIServiceCondition> items)AAPIServiceStatusFluent. removeAllFromConditions(Collection<APIServiceCondition> items)voidAPIServiceStatus. setConditions(List<APIServiceCondition> conditions)Current service state of apiService.AAPIServiceStatusFluent. withConditions(List<APIServiceCondition> conditions)Constructors in io.fabric8.kubernetes.api.model with parameters of type APIServiceCondition Constructor Description APIServiceConditionBuilder(APIServiceCondition instance)APIServiceConditionBuilder(APIServiceConditionFluent<?> fluent, APIServiceCondition instance)APIServiceConditionFluent(APIServiceCondition instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type APIServiceCondition Constructor Description APIServiceStatus(List<APIServiceCondition> conditions)
-