Package org.cdk8s.plus24.k8s
Interface ExternalMetricSourceV2Beta2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ExternalMetricSourceV2Beta2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:02.065Z") @Stability(Stable) public interface ExternalMetricSourceV2Beta2 extends software.amazon.jsii.JsiiSerializable
ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ExternalMetricSourceV2Beta2.Builder
A builder forExternalMetricSourceV2Beta2
static class
ExternalMetricSourceV2Beta2.Jsii$Proxy
An implementation forExternalMetricSourceV2Beta2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ExternalMetricSourceV2Beta2.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 ExternalMetricSourceV2Beta2.Builder builder()
-
-