Package org.cdk8s.plus25
Interface MetricContainerResourceOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MetricContainerResourceOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.347Z") @Stability(Stable) public interface MetricContainerResourceOptions extends software.amazon.jsii.JsiiSerializable
Options forMetric.containerResource().
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMetricContainerResourceOptions.BuilderA builder forMetricContainerResourceOptionsstatic classMetricContainerResourceOptions.Jsii$ProxyAn implementation forMetricContainerResourceOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MetricContainerResourceOptions.Builderbuilder()ContainergetContainer()Container where the metric can be found.MetricTargetgetTarget()Target metric value that will trigger scaling.
-
-
-
Method Detail
-
getContainer
@Stability(Stable) @NotNull Container getContainer()
Container where the metric can be found.
-
getTarget
@Stability(Stable) @NotNull MetricTarget getTarget()
Target metric value that will trigger scaling.
-
builder
@Stability(Stable) static MetricContainerResourceOptions.Builder builder()
-
-