Interface V2beta2Autoscaling.ContainerResourceMetricSourceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    container is the name of the container in the pods of the scaling target
    com.google.protobuf.ByteString
    container is the name of the container in the pods of the scaling target
    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
    container is the name of the container in the pods of the scaling target
    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;
    • hasContainer

      boolean hasContainer()
       container is the name of the container in the pods of the scaling target
       
      optional string container = 3;
    • getContainer

      String getContainer()
       container is the name of the container in the pods of the scaling target
       
      optional string container = 3;
    • getContainerBytes

      com.google.protobuf.ByteString getContainerBytes()
       container is the name of the container in the pods of the scaling target
       
      optional string container = 3;