Uses of Class
io.fabric8.openshift.api.model.operator.v1.KubeControllerManager
-
Packages that use KubeControllerManager Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of KubeControllerManager in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return KubeControllerManager Modifier and Type Method Description KubeControllerManagerKubeControllerManagerBuilder. build()KubeControllerManagerKubeControllerManagerListFluent. buildFirstItem()KubeControllerManagerKubeControllerManagerListFluent. buildItem(int index)KubeControllerManagerKubeControllerManagerListFluent. buildLastItem()KubeControllerManagerKubeControllerManagerListFluent. buildMatchingItem(Predicate<KubeControllerManagerBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type KubeControllerManager Modifier and Type Method Description List<KubeControllerManager>KubeControllerManagerListFluent. buildItems()List<KubeControllerManager>KubeControllerManagerList. getItems()items contains the itemsMethods in io.fabric8.openshift.api.model.operator.v1 with parameters of type KubeControllerManager Modifier and Type Method Description KubeControllerManagerListFluent.ItemsNested<A>KubeControllerManagerListFluent. addNewItemLike(KubeControllerManager item)AKubeControllerManagerListFluent. addToItems(int index, KubeControllerManager item)AKubeControllerManagerListFluent. addToItems(KubeControllerManager... items)protected voidKubeControllerManagerFluent. copyInstance(KubeControllerManager instance)AKubeControllerManagerListFluent. removeFromItems(KubeControllerManager... items)KubeControllerManagerListFluent.ItemsNested<A>KubeControllerManagerListFluent. setNewItemLike(int index, KubeControllerManager item)AKubeControllerManagerListFluent. setToItems(int index, KubeControllerManager item)AKubeControllerManagerListFluent. withItems(KubeControllerManager... items)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type KubeControllerManager Modifier and Type Method Description AKubeControllerManagerListFluent. addAllToItems(Collection<KubeControllerManager> items)AKubeControllerManagerListFluent. removeAllFromItems(Collection<KubeControllerManager> items)voidKubeControllerManagerList. setItems(List<KubeControllerManager> items)items contains the itemsAKubeControllerManagerListFluent. withItems(List<KubeControllerManager> items)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type KubeControllerManager Constructor Description KubeControllerManagerBuilder(KubeControllerManager instance)KubeControllerManagerBuilder(KubeControllerManagerFluent<?> fluent, KubeControllerManager instance)KubeControllerManagerFluent(KubeControllerManager instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type KubeControllerManager Constructor Description KubeControllerManagerList(String apiVersion, List<KubeControllerManager> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-