Uses of Class
io.fabric8.openshift.api.model.autoscaling.v1.ClusterAutoscaler
-
Packages that use ClusterAutoscaler Package Description io.fabric8.openshift.api.model.autoscaling.v1 -
-
Uses of ClusterAutoscaler in io.fabric8.openshift.api.model.autoscaling.v1
Methods in io.fabric8.openshift.api.model.autoscaling.v1 that return ClusterAutoscaler Modifier and Type Method Description ClusterAutoscalerClusterAutoscalerBuilder. build()ClusterAutoscalerClusterAutoscalerListFluent. buildFirstItem()ClusterAutoscalerClusterAutoscalerListFluent. buildItem(int index)ClusterAutoscalerClusterAutoscalerListFluent. buildLastItem()ClusterAutoscalerClusterAutoscalerListFluent. buildMatchingItem(Predicate<ClusterAutoscalerBuilder> predicate)Methods in io.fabric8.openshift.api.model.autoscaling.v1 that return types with arguments of type ClusterAutoscaler Modifier and Type Method Description List<ClusterAutoscaler>ClusterAutoscalerListFluent. buildItems()List<ClusterAutoscaler>ClusterAutoscalerList. getItems()Methods in io.fabric8.openshift.api.model.autoscaling.v1 with parameters of type ClusterAutoscaler Modifier and Type Method Description ClusterAutoscalerListFluent.ItemsNested<A>ClusterAutoscalerListFluent. addNewItemLike(ClusterAutoscaler item)AClusterAutoscalerListFluent. addToItems(int index, ClusterAutoscaler item)AClusterAutoscalerListFluent. addToItems(ClusterAutoscaler... items)protected voidClusterAutoscalerFluent. copyInstance(ClusterAutoscaler instance)AClusterAutoscalerListFluent. removeFromItems(ClusterAutoscaler... items)ClusterAutoscalerListFluent.ItemsNested<A>ClusterAutoscalerListFluent. setNewItemLike(int index, ClusterAutoscaler item)AClusterAutoscalerListFluent. setToItems(int index, ClusterAutoscaler item)AClusterAutoscalerListFluent. withItems(ClusterAutoscaler... items)Method parameters in io.fabric8.openshift.api.model.autoscaling.v1 with type arguments of type ClusterAutoscaler Modifier and Type Method Description AClusterAutoscalerListFluent. addAllToItems(Collection<ClusterAutoscaler> items)AClusterAutoscalerListFluent. removeAllFromItems(Collection<ClusterAutoscaler> items)voidClusterAutoscalerList. setItems(List<ClusterAutoscaler> items)AClusterAutoscalerListFluent. withItems(List<ClusterAutoscaler> items)Constructors in io.fabric8.openshift.api.model.autoscaling.v1 with parameters of type ClusterAutoscaler Constructor Description ClusterAutoscalerBuilder(ClusterAutoscaler instance)ClusterAutoscalerBuilder(ClusterAutoscalerFluent<?> fluent, ClusterAutoscaler instance)ClusterAutoscalerFluent(ClusterAutoscaler instance)Constructor parameters in io.fabric8.openshift.api.model.autoscaling.v1 with type arguments of type ClusterAutoscaler Constructor Description ClusterAutoscalerList(String apiVersion, List<ClusterAutoscaler> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-