Interface V2beta2Autoscaling.PodsMetricSourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V2beta2Autoscaling.PodsMetricSource, V2beta2Autoscaling.PodsMetricSource.Builder
Enclosing class:
V2beta2Autoscaling

public static interface V2beta2Autoscaling.PodsMetricSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetric

      boolean hasMetric()
       metric identifies the target metric by name and selector
       
      optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;
    • getMetric

       metric identifies the target metric by name and selector
       
      optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;
    • getMetricOrBuilder

       metric identifies the target metric by name and selector
       
      optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;
    • hasTarget

      boolean hasTarget()
       target specifies the target value for the given metric
       
      optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;
    • getTarget

       target specifies the target value for the given metric
       
      optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;
    • getTargetOrBuilder

       target specifies the target value for the given metric
       
      optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;