Uses of Class
io.fabric8.openshift.api.model.autoscaling.v1.ClusterAutoscalerListFluent.ItemsNested
-
Packages that use ClusterAutoscalerListFluent.ItemsNested Package Description io.fabric8.openshift.api.model.autoscaling.v1 -
-
Uses of ClusterAutoscalerListFluent.ItemsNested in io.fabric8.openshift.api.model.autoscaling.v1
Methods in io.fabric8.openshift.api.model.autoscaling.v1 that return ClusterAutoscalerListFluent.ItemsNested Modifier and Type Method Description ClusterAutoscalerListFluent.ItemsNested<A>ClusterAutoscalerListFluent. addNewItem()ClusterAutoscalerListFluent.ItemsNested<A>ClusterAutoscalerListFluent. addNewItemLike(ClusterAutoscaler item)ClusterAutoscalerListFluent.ItemsNested<A>ClusterAutoscalerListFluent. editFirstItem()ClusterAutoscalerListFluent.ItemsNested<A>ClusterAutoscalerListFluent. editItem(int index)ClusterAutoscalerListFluent.ItemsNested<A>ClusterAutoscalerListFluent. editLastItem()ClusterAutoscalerListFluent.ItemsNested<A>ClusterAutoscalerListFluent. editMatchingItem(Predicate<ClusterAutoscalerBuilder> predicate)ClusterAutoscalerListFluent.ItemsNested<A>ClusterAutoscalerListFluent. setNewItemLike(int index, ClusterAutoscaler item)
-