Uses of Class
io.fabric8.openshift.api.model.autoscaling.v1.ClusterAutoscalerSpec
-
Packages that use ClusterAutoscalerSpec Package Description io.fabric8.openshift.api.model.autoscaling.v1 -
-
Uses of ClusterAutoscalerSpec in io.fabric8.openshift.api.model.autoscaling.v1
Methods in io.fabric8.openshift.api.model.autoscaling.v1 that return ClusterAutoscalerSpec Modifier and Type Method Description ClusterAutoscalerSpecClusterAutoscalerSpecBuilder. build()ClusterAutoscalerSpecClusterAutoscalerFluent. buildSpec()ClusterAutoscalerSpecClusterAutoscaler. getSpec()ClusterAutoscaler is the Schema for the clusterautoscalers APIMethods in io.fabric8.openshift.api.model.autoscaling.v1 with parameters of type ClusterAutoscalerSpec Modifier and Type Method Description protected voidClusterAutoscalerSpecFluent. copyInstance(ClusterAutoscalerSpec instance)ClusterAutoscalerFluent.SpecNested<A>ClusterAutoscalerFluent. editOrNewSpecLike(ClusterAutoscalerSpec item)voidClusterAutoscaler. setSpec(ClusterAutoscalerSpec spec)ClusterAutoscaler is the Schema for the clusterautoscalers APIClusterAutoscalerFluent.SpecNested<A>ClusterAutoscalerFluent. withNewSpecLike(ClusterAutoscalerSpec item)AClusterAutoscalerFluent. withSpec(ClusterAutoscalerSpec spec)Constructors in io.fabric8.openshift.api.model.autoscaling.v1 with parameters of type ClusterAutoscalerSpec Constructor Description ClusterAutoscaler(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterAutoscalerSpec spec, Object status)ClusterAutoscalerSpecBuilder(ClusterAutoscalerSpec instance)ClusterAutoscalerSpecBuilder(ClusterAutoscalerSpecFluent<?> fluent, ClusterAutoscalerSpec instance)ClusterAutoscalerSpecFluent(ClusterAutoscalerSpec instance)
-