Interface V1Autoscaling.PodsMetricStatusOrBuilder

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

public static interface V1Autoscaling.PodsMetricStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
    currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
    metricName is the name of the metric in question
    com.google.protobuf.ByteString
    metricName is the name of the metric in question
    selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
    selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
    boolean
    currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
    boolean
    metricName is the name of the metric in question
    boolean
    selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasMetricName

      boolean hasMetricName()
       metricName is the name of the metric in question
       
      optional string metricName = 1;
    • getMetricName

      String getMetricName()
       metricName is the name of the metric in question
       
      optional string metricName = 1;
    • getMetricNameBytes

      com.google.protobuf.ByteString getMetricNameBytes()
       metricName is the name of the metric in question
       
      optional string metricName = 1;
    • hasCurrentAverageValue

      boolean hasCurrentAverageValue()
       currentAverageValue is the current value of the average of the
       metric across all relevant pods (as a quantity)
       
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 2;
    • getCurrentAverageValue

      Resource.Quantity getCurrentAverageValue()
       currentAverageValue is the current value of the average of the
       metric across all relevant pods (as a quantity)
       
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 2;
    • getCurrentAverageValueOrBuilder

      Resource.QuantityOrBuilder getCurrentAverageValueOrBuilder()
       currentAverageValue is the current value of the average of the
       metric across all relevant pods (as a quantity)
       
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 2;
    • hasSelector

      boolean hasSelector()
       selector is the string-encoded form of a standard kubernetes label selector for the given metric
       When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
       When unset, just the metricName will be used to gather metrics.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 3;
    • getSelector

      Meta.LabelSelector getSelector()
       selector is the string-encoded form of a standard kubernetes label selector for the given metric
       When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
       When unset, just the metricName will be used to gather metrics.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 3;
    • getSelectorOrBuilder

      Meta.LabelSelectorOrBuilder getSelectorOrBuilder()
       selector is the string-encoded form of a standard kubernetes label selector for the given metric
       When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
       When unset, just the metricName will be used to gather metrics.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 3;