Class ExternalMetricSourcePatch
- java.lang.Object
-
- com.pulumi.kubernetes.autoscaling.v2beta1.outputs.ExternalMetricSourcePatch
-
public final class ExternalMetricSourcePatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExternalMetricSourcePatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExternalMetricSourcePatch.Builder
builder()
static ExternalMetricSourcePatch.Builder
builder(ExternalMetricSourcePatch defaults)
java.util.Optional<java.lang.String>
metricName()
java.util.Optional<LabelSelectorPatch>
metricSelector()
java.util.Optional<java.lang.String>
targetAverageValue()
java.util.Optional<java.lang.String>
targetValue()
-
-
-
Method Detail
-
metricName
public java.util.Optional<java.lang.String> metricName()
- Returns:
- metricName is the name of the metric in question.
-
metricSelector
public java.util.Optional<LabelSelectorPatch> metricSelector()
- Returns:
- metricSelector is used to identify a specific time series within a given metric.
-
targetAverageValue
public java.util.Optional<java.lang.String> targetAverageValue()
- Returns:
- targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
-
targetValue
public java.util.Optional<java.lang.String> targetValue()
- Returns:
- targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
-
builder
public static ExternalMetricSourcePatch.Builder builder()
-
builder
public static ExternalMetricSourcePatch.Builder builder(ExternalMetricSourcePatch defaults)
-
-