Uses of Interface
org.cdk8s.plus25.k8s.MetricTargetV2
-
Packages that use MetricTargetV2 Package Description org.cdk8s.plus25.k8s -
-
Uses of MetricTargetV2 in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement MetricTargetV2 Modifier and Type Class Description static classMetricTargetV2.Jsii$ProxyAn implementation forMetricTargetV2Methods in org.cdk8s.plus25.k8s that return MetricTargetV2 Modifier and Type Method Description MetricTargetV2MetricTargetV2.Builder. build()Builds the configured instance.MetricTargetV2ContainerResourceMetricSourceV2. getTarget()target specifies the target value for the given metric.MetricTargetV2ContainerResourceMetricSourceV2.Jsii$Proxy. getTarget()MetricTargetV2ExternalMetricSourceV2. getTarget()target specifies the target value for the given metric.MetricTargetV2ExternalMetricSourceV2.Jsii$Proxy. getTarget()MetricTargetV2ObjectMetricSourceV2. getTarget()target specifies the target value for the given metric.MetricTargetV2ObjectMetricSourceV2.Jsii$Proxy. getTarget()MetricTargetV2PodsMetricSourceV2. getTarget()target specifies the target value for the given metric.MetricTargetV2PodsMetricSourceV2.Jsii$Proxy. getTarget()MetricTargetV2ResourceMetricSourceV2. getTarget()target specifies the target value for the given metric.MetricTargetV2ResourceMetricSourceV2.Jsii$Proxy. getTarget()Methods in org.cdk8s.plus25.k8s with parameters of type MetricTargetV2 Modifier and Type Method Description ContainerResourceMetricSourceV2.BuilderContainerResourceMetricSourceV2.Builder. target(MetricTargetV2 target)Sets the value ofContainerResourceMetricSourceV2.getTarget()ExternalMetricSourceV2.BuilderExternalMetricSourceV2.Builder. target(MetricTargetV2 target)Sets the value ofExternalMetricSourceV2.getTarget()ObjectMetricSourceV2.BuilderObjectMetricSourceV2.Builder. target(MetricTargetV2 target)Sets the value ofObjectMetricSourceV2.getTarget()PodsMetricSourceV2.BuilderPodsMetricSourceV2.Builder. target(MetricTargetV2 target)Sets the value ofPodsMetricSourceV2.getTarget()ResourceMetricSourceV2.BuilderResourceMetricSourceV2.Builder. target(MetricTargetV2 target)Sets the value ofResourceMetricSourceV2.getTarget()
-