Package org.cdk8s.plus23.k8s
Interface PodsMetricSourceV2Beta2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PodsMetricSourceV2Beta2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.622Z") @Stability(Stable) public interface PodsMetricSourceV2Beta2 extends software.amazon.jsii.JsiiSerializable
PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second).The values will be averaged together before being compared to the target value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PodsMetricSourceV2Beta2.Builder
A builder forPodsMetricSourceV2Beta2
static class
PodsMetricSourceV2Beta2.Jsii$Proxy
An implementation forPodsMetricSourceV2Beta2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PodsMetricSourceV2Beta2.Builder
builder()
MetricIdentifierV2Beta2
getMetric()
metric identifies the target metric by name and selector.MetricTargetV2Beta2
getTarget()
target specifies the target value for the given metric.
-
-
-
Method Detail
-
getMetric
@Stability(Stable) @NotNull MetricIdentifierV2Beta2 getMetric()
metric identifies the target metric by name and selector.
-
getTarget
@Stability(Stable) @NotNull MetricTargetV2Beta2 getTarget()
target specifies the target value for the given metric.
-
builder
@Stability(Stable) static PodsMetricSourceV2Beta2.Builder builder()
- Returns:
- a
PodsMetricSourceV2Beta2.Builder
ofPodsMetricSourceV2Beta2
-
-