Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.FlowSchema
-
Packages that use FlowSchema Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 -
-
Uses of FlowSchema in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 that return FlowSchema Modifier and Type Method Description FlowSchemaFlowSchemaBuilder. build()FlowSchemaFlowSchemaListFluent. buildFirstItem()FlowSchemaFlowSchemaListFluent. buildItem(int index)FlowSchemaFlowSchemaListFluent. buildLastItem()FlowSchemaFlowSchemaListFluent. buildMatchingItem(Predicate<FlowSchemaBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 that return types with arguments of type FlowSchema Modifier and Type Method Description List<FlowSchema>FlowSchemaListFluent. buildItems()List<FlowSchema>FlowSchemaList. getItems()Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 with parameters of type FlowSchema Modifier and Type Method Description FlowSchemaListFluent.ItemsNested<A>FlowSchemaListFluent. addNewItemLike(FlowSchema item)AFlowSchemaListFluent. addToItems(int index, FlowSchema item)AFlowSchemaListFluent. addToItems(FlowSchema... items)protected voidFlowSchemaFluent. copyInstance(FlowSchema instance)AFlowSchemaListFluent. removeFromItems(FlowSchema... items)FlowSchemaListFluent.ItemsNested<A>FlowSchemaListFluent. setNewItemLike(int index, FlowSchema item)AFlowSchemaListFluent. setToItems(int index, FlowSchema item)AFlowSchemaListFluent. withItems(FlowSchema... items)Method parameters in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 with type arguments of type FlowSchema Modifier and Type Method Description AFlowSchemaListFluent. addAllToItems(Collection<FlowSchema> items)AFlowSchemaListFluent. removeAllFromItems(Collection<FlowSchema> items)voidFlowSchemaList. setItems(List<FlowSchema> items)AFlowSchemaListFluent. withItems(List<FlowSchema> items)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 with parameters of type FlowSchema Constructor Description FlowSchemaBuilder(FlowSchema instance)FlowSchemaBuilder(FlowSchemaFluent<?> fluent, FlowSchema instance)FlowSchemaFluent(FlowSchema instance)Constructor parameters in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 with type arguments of type FlowSchema Constructor Description FlowSchemaList(String apiVersion, List<FlowSchema> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-