Uses of Interface
org.cdk8s.plus24.MetricOptions
-
Packages that use MetricOptions Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of MetricOptions in org.cdk8s.plus24
Subinterfaces of MetricOptions in org.cdk8s.plus24 Modifier and Type Interface Description interface
MetricObjectOptions
Options for `Metric.object()`.Classes in org.cdk8s.plus24 that implement MetricOptions Modifier and Type Class Description static class
MetricObjectOptions.Jsii$Proxy
An implementation forMetricObjectOptions
static class
MetricOptions.Jsii$Proxy
An implementation forMetricOptions
Methods in org.cdk8s.plus24 that return MetricOptions Modifier and Type Method Description MetricOptions
MetricOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type MetricOptions Modifier and Type Method Description static Metric
Metric. external(MetricOptions options)
A global metric that is not associated with any Kubernetes object.static Metric
Metric. pods(MetricOptions options)
A pod metric that will be averaged across all pods of the current scale target.
-