Uses of Interface
org.cdk8s.plus25.k8s.KubeScaleProps
-
Packages that use KubeScaleProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeScaleProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeScaleProps Modifier and Type Class Description static classKubeScaleProps.Jsii$ProxyAn implementation forKubeScalePropsMethods in org.cdk8s.plus25.k8s that return KubeScaleProps Modifier and Type Method Description KubeScalePropsKubeScaleProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeScaleProps Modifier and Type Method Description static ObjectKubeScale. manifest(KubeScaleProps props)Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v1.Scale".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeScaleProps Constructor Description KubeScale(software.constructs.Construct scope, String id, KubeScaleProps props)Defines a "io.k8s.api.autoscaling.v1.Scale" API object.
-