Uses of Class
org.cdk8s.plus24.k8s.PodsMetricSourceV2Beta1.Builder
-
Packages that use PodsMetricSourceV2Beta1.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of PodsMetricSourceV2Beta1.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return PodsMetricSourceV2Beta1.Builder Modifier and Type Method Description static PodsMetricSourceV2Beta1.Builder
PodsMetricSourceV2Beta1. builder()
PodsMetricSourceV2Beta1.Builder
PodsMetricSourceV2Beta1.Builder. metricName(String metricName)
Sets the value ofPodsMetricSourceV2Beta1.getMetricName()
PodsMetricSourceV2Beta1.Builder
PodsMetricSourceV2Beta1.Builder. selector(LabelSelector selector)
Sets the value ofPodsMetricSourceV2Beta1.getSelector()
PodsMetricSourceV2Beta1.Builder
PodsMetricSourceV2Beta1.Builder. targetAverageValue(Quantity targetAverageValue)
Sets the value ofPodsMetricSourceV2Beta1.getTargetAverageValue()
Constructors in org.cdk8s.plus24.k8s with parameters of type PodsMetricSourceV2Beta1.Builder Constructor Description Jsii$Proxy(PodsMetricSourceV2Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodsMetricSourceV2Beta1.Builder
.
-