Interface V2beta2Autoscaling.ResourceMetricSourceOrBuilder

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

public static interface V2beta2Autoscaling.ResourceMetricSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    name is the name of the resource in question.
    com.google.protobuf.ByteString
    name is the name of the resource in question.
    target specifies the target value for the given metric
    target specifies the target value for the given metric
    boolean
    name is the name of the resource in question.
    boolean
    target specifies the target value for the given metric

    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

    • hasName

      boolean hasName()
       name is the name of the resource in question.
       
      optional string name = 1;
    • getName

      String getName()
       name is the name of the resource in question.
       
      optional string name = 1;
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       name is the name of the resource in question.
       
      optional string name = 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;