Interface V2beta2Autoscaling.ContainerResourceMetricStatusOrBuilder

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

public static interface V2beta2Autoscaling.ContainerResourceMetricStatusOrBuilder 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
    current contains the current value for the given metric
    current contains the current value for the given metric
    Name is the name of the resource in question.
    com.google.protobuf.ByteString
    Name is the name of the resource in question.
    boolean
    Container is the name of the container in the pods of the scaling target
    boolean
    current contains the current value for the given metric
    boolean
    Name is the name of the resource in question.

    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;
    • hasCurrent

      boolean hasCurrent()
       current contains the current value for the given metric
       
      optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;
    • getCurrent

       current contains the current value for the given metric
       
      optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;
    • getCurrentOrBuilder

       current contains the current value for the given metric
       
      optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 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;