Package org.cdk8s.plus28
Interface MetricContainerResourceOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MetricContainerResourceOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.585Z") @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()
-
-