Package org.cdk8s.plus24
Interface MetricContainerResourceOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MetricContainerResourceOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:01.890Z") @Stability(Stable) public interface MetricContainerResourceOptions extends software.amazon.jsii.JsiiSerializable
Options for `Metric.containerResource()`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MetricContainerResourceOptions.Builder
A builder forMetricContainerResourceOptions
static class
MetricContainerResourceOptions.Jsii$Proxy
An implementation forMetricContainerResourceOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MetricContainerResourceOptions.Builder
builder()
Container
getContainer()
Container where the metric can be found.MetricTarget
getTarget()
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()
-
-