Uses of Class
io.fabric8.openshift.api.model.config.v1.FeatureGate
-
Packages that use FeatureGate Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of FeatureGate in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return FeatureGate Modifier and Type Method Description FeatureGateFeatureGateBuilder. build()FeatureGateFeatureGateListFluent. buildFirstItem()FeatureGateFeatureGateListFluent. buildItem(int index)FeatureGateFeatureGateListFluent. buildLastItem()FeatureGateFeatureGateListFluent. buildMatchingItem(Predicate<FeatureGateBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type FeatureGate Modifier and Type Method Description List<FeatureGate>FeatureGateListFluent. buildItems()List<FeatureGate>FeatureGateList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type FeatureGate Modifier and Type Method Description FeatureGateListFluent.ItemsNested<A>FeatureGateListFluent. addNewItemLike(FeatureGate item)AFeatureGateListFluent. addToItems(int index, FeatureGate item)AFeatureGateListFluent. addToItems(FeatureGate... items)protected voidFeatureGateFluent. copyInstance(FeatureGate instance)AFeatureGateListFluent. removeFromItems(FeatureGate... items)FeatureGateListFluent.ItemsNested<A>FeatureGateListFluent. setNewItemLike(int index, FeatureGate item)AFeatureGateListFluent. setToItems(int index, FeatureGate item)AFeatureGateListFluent. withItems(FeatureGate... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type FeatureGate Modifier and Type Method Description AFeatureGateListFluent. addAllToItems(Collection<FeatureGate> items)AFeatureGateListFluent. removeAllFromItems(Collection<FeatureGate> items)voidFeatureGateList. setItems(List<FeatureGate> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).AFeatureGateListFluent. withItems(List<FeatureGate> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type FeatureGate Constructor Description FeatureGateBuilder(FeatureGate instance)FeatureGateBuilder(FeatureGateFluent<?> fluent, FeatureGate instance)FeatureGateFluent(FeatureGate instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type FeatureGate Constructor Description FeatureGateList(String apiVersion, List<FeatureGate> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-