Uses of Interface
org.cdk8s.plus28.MetricOptions
-
Packages that use MetricOptions Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of MetricOptions in org.cdk8s.plus28
Subinterfaces of MetricOptions in org.cdk8s.plus28 Modifier and Type Interface Description interfaceMetricObjectOptionsOptions forMetric.object().Classes in org.cdk8s.plus28 that implement MetricOptions Modifier and Type Class Description static classMetricObjectOptions.Jsii$ProxyAn implementation forMetricObjectOptionsstatic classMetricOptions.Jsii$ProxyAn implementation forMetricOptionsMethods in org.cdk8s.plus28 that return MetricOptions Modifier and Type Method Description MetricOptionsMetricOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28 with parameters of type MetricOptions Modifier and Type Method Description static MetricMetric. external(MetricOptions options)A global metric that is not associated with any Kubernetes object.static MetricMetric. pods(MetricOptions options)A pod metric that will be averaged across all pods of the current scale target.
-