Uses of Interface
org.cdk8s.plus25.k8s.MetricIdentifierV2
-
Packages that use MetricIdentifierV2 Package Description org.cdk8s.plus25.k8s -
-
Uses of MetricIdentifierV2 in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement MetricIdentifierV2 Modifier and Type Class Description static classMetricIdentifierV2.Jsii$ProxyAn implementation forMetricIdentifierV2Methods in org.cdk8s.plus25.k8s that return MetricIdentifierV2 Modifier and Type Method Description MetricIdentifierV2MetricIdentifierV2.Builder. build()Builds the configured instance.MetricIdentifierV2ExternalMetricSourceV2. getMetric()metric identifies the target metric by name and selector.MetricIdentifierV2ExternalMetricSourceV2.Jsii$Proxy. getMetric()MetricIdentifierV2ObjectMetricSourceV2. getMetric()metric identifies the target metric by name and selector.MetricIdentifierV2ObjectMetricSourceV2.Jsii$Proxy. getMetric()MetricIdentifierV2PodsMetricSourceV2. getMetric()metric identifies the target metric by name and selector.MetricIdentifierV2PodsMetricSourceV2.Jsii$Proxy. getMetric()Methods in org.cdk8s.plus25.k8s with parameters of type MetricIdentifierV2 Modifier and Type Method Description ExternalMetricSourceV2.BuilderExternalMetricSourceV2.Builder. metric(MetricIdentifierV2 metric)Sets the value ofExternalMetricSourceV2.getMetric()ObjectMetricSourceV2.BuilderObjectMetricSourceV2.Builder. metric(MetricIdentifierV2 metric)Sets the value ofObjectMetricSourceV2.getMetric()PodsMetricSourceV2.BuilderPodsMetricSourceV2.Builder. metric(MetricIdentifierV2 metric)Sets the value ofPodsMetricSourceV2.getMetric()
-