Uses of Class
io.fabric8.kubernetes.api.model.extensions.ScaleSpec
-
-
Uses of ScaleSpec in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return ScaleSpec Modifier and Type Method Description ScaleSpecScaleSpecBuilder. build()ScaleSpecScaleFluent. buildSpec()ScaleSpecScale. getSpec()represents a scaling request for a resource.Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type ScaleSpec Modifier and Type Method Description protected voidScaleSpecFluent. copyInstance(ScaleSpec instance)ScaleFluent.SpecNested<A>ScaleFluent. editOrNewSpecLike(ScaleSpec item)voidScale. setSpec(ScaleSpec spec)represents a scaling request for a resource.ScaleFluent.SpecNested<A>ScaleFluent. withNewSpecLike(ScaleSpec item)AScaleFluent. withSpec(ScaleSpec spec)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type ScaleSpec Constructor Description Scale(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ScaleSpec spec, ScaleStatus status)ScaleSpecBuilder(ScaleSpec instance)ScaleSpecBuilder(ScaleSpecFluent<?> fluent, ScaleSpec instance)ScaleSpecFluent(ScaleSpec instance)
-