Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1.FlowSchemaCondition
-
Packages that use FlowSchemaCondition Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1 -
-
Uses of FlowSchemaCondition in io.fabric8.kubernetes.api.model.flowcontrol.v1
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 that return FlowSchemaCondition Modifier and Type Method Description FlowSchemaConditionFlowSchemaConditionBuilder. build()FlowSchemaConditionFlowSchemaStatusFluent. buildCondition(int index)FlowSchemaConditionFlowSchemaStatusFluent. buildFirstCondition()FlowSchemaConditionFlowSchemaStatusFluent. buildLastCondition()FlowSchemaConditionFlowSchemaStatusFluent. buildMatchingCondition(Predicate<FlowSchemaConditionBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 that return types with arguments of type FlowSchemaCondition Modifier and Type Method Description List<FlowSchemaCondition>FlowSchemaStatusFluent. buildConditions()List<FlowSchemaCondition>FlowSchemaStatus. getConditions()Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 with parameters of type FlowSchemaCondition Modifier and Type Method Description FlowSchemaStatusFluent.ConditionsNested<A>FlowSchemaStatusFluent. addNewConditionLike(FlowSchemaCondition item)AFlowSchemaStatusFluent. addToConditions(int index, FlowSchemaCondition item)AFlowSchemaStatusFluent. addToConditions(FlowSchemaCondition... items)protected voidFlowSchemaConditionFluent. copyInstance(FlowSchemaCondition instance)AFlowSchemaStatusFluent. removeFromConditions(FlowSchemaCondition... items)FlowSchemaStatusFluent.ConditionsNested<A>FlowSchemaStatusFluent. setNewConditionLike(int index, FlowSchemaCondition item)AFlowSchemaStatusFluent. setToConditions(int index, FlowSchemaCondition item)AFlowSchemaStatusFluent. withConditions(FlowSchemaCondition... conditions)Method parameters in io.fabric8.kubernetes.api.model.flowcontrol.v1 with type arguments of type FlowSchemaCondition Modifier and Type Method Description AFlowSchemaStatusFluent. addAllToConditions(Collection<FlowSchemaCondition> items)AFlowSchemaStatusFluent. removeAllFromConditions(Collection<FlowSchemaCondition> items)voidFlowSchemaStatus. setConditions(List<FlowSchemaCondition> conditions)AFlowSchemaStatusFluent. withConditions(List<FlowSchemaCondition> conditions)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1 with parameters of type FlowSchemaCondition Constructor Description FlowSchemaConditionBuilder(FlowSchemaCondition instance)FlowSchemaConditionBuilder(FlowSchemaConditionFluent<?> fluent, FlowSchemaCondition instance)FlowSchemaConditionFluent(FlowSchemaCondition instance)Constructor parameters in io.fabric8.kubernetes.api.model.flowcontrol.v1 with type arguments of type FlowSchemaCondition Constructor Description FlowSchemaStatus(List<FlowSchemaCondition> conditions)
-