Uses of Class
io.fabric8.openshift.api.model.autoscaling.v1beta1.MachineAutoscalerSpec
-
Packages that use MachineAutoscalerSpec Package Description io.fabric8.openshift.api.model.autoscaling.v1beta1 -
-
Uses of MachineAutoscalerSpec in io.fabric8.openshift.api.model.autoscaling.v1beta1
Methods in io.fabric8.openshift.api.model.autoscaling.v1beta1 that return MachineAutoscalerSpec Modifier and Type Method Description MachineAutoscalerSpecMachineAutoscalerSpecBuilder. build()MachineAutoscalerSpecMachineAutoscalerFluent. buildSpec()MachineAutoscalerSpecMachineAutoscaler. getSpec()MachineAutoscaler is the Schema for the machineautoscalers APIMethods in io.fabric8.openshift.api.model.autoscaling.v1beta1 with parameters of type MachineAutoscalerSpec Modifier and Type Method Description protected voidMachineAutoscalerSpecFluent. copyInstance(MachineAutoscalerSpec instance)MachineAutoscalerFluent.SpecNested<A>MachineAutoscalerFluent. editOrNewSpecLike(MachineAutoscalerSpec item)voidMachineAutoscaler. setSpec(MachineAutoscalerSpec spec)MachineAutoscaler is the Schema for the machineautoscalers APIMachineAutoscalerFluent.SpecNested<A>MachineAutoscalerFluent. withNewSpecLike(MachineAutoscalerSpec item)AMachineAutoscalerFluent. withSpec(MachineAutoscalerSpec spec)Constructors in io.fabric8.openshift.api.model.autoscaling.v1beta1 with parameters of type MachineAutoscalerSpec Constructor Description MachineAutoscaler(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, MachineAutoscalerSpec spec, MachineAutoscalerStatus status)MachineAutoscalerSpecBuilder(MachineAutoscalerSpec instance)MachineAutoscalerSpecBuilder(MachineAutoscalerSpecFluent<?> fluent, MachineAutoscalerSpec instance)MachineAutoscalerSpecFluent(MachineAutoscalerSpec instance)
-