Uses of Interface
org.cdk8s.plus25.IScalable
-
Packages that use IScalable Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of IScalable in org.cdk8s.plus25
Subinterfaces of IScalable in org.cdk8s.plus25 Modifier and Type Interface Description static interfaceIScalable.Jsii$DefaultInternal default implementation forIScalable.Classes in org.cdk8s.plus25 that implement IScalable Modifier and Type Class Description classDeploymentA Deployment provides declarative updates for Pods and ReplicaSets.static classIScalable.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classStatefulSetStatefulSet is the workload API object used to manage stateful applications.Methods in org.cdk8s.plus25 that return IScalable Modifier and Type Method Description IScalableHorizontalPodAutoscaler. getTarget()The workload to scale up or down.IScalableHorizontalPodAutoscalerProps. getTarget()The workload to scale up or down.IScalableHorizontalPodAutoscalerProps.Jsii$Proxy. getTarget()Methods in org.cdk8s.plus25 with parameters of type IScalable Modifier and Type Method Description HorizontalPodAutoscaler.BuilderHorizontalPodAutoscaler.Builder. target(IScalable target)The workload to scale up or down.HorizontalPodAutoscalerProps.BuilderHorizontalPodAutoscalerProps.Builder. target(IScalable target)Sets the value ofHorizontalPodAutoscalerProps.getTarget()
-