Interface V2beta1Autoscaling.HorizontalPodAutoscalerOrBuilder

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

public static interface V2beta1Autoscaling.HorizontalPodAutoscalerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetadata

      boolean hasMetadata()
       metadata is the standard object metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadata

      Meta.ObjectMeta getMetadata()
       metadata is the standard object metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadataOrBuilder

      Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
       metadata is the standard object metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • hasSpec

      boolean hasSpec()
       spec is the specification for the behaviour of the autoscaler.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
       +optional
       
      optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec spec = 2;
    • getSpec

       spec is the specification for the behaviour of the autoscaler.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
       +optional
       
      optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec spec = 2;
    • getSpecOrBuilder

       spec is the specification for the behaviour of the autoscaler.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
       +optional
       
      optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec spec = 2;
    • hasStatus

      boolean hasStatus()
       status is the current information about the autoscaler.
       +optional
       
      optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus status = 3;
    • getStatus

       status is the current information about the autoscaler.
       +optional
       
      optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus status = 3;
    • getStatusOrBuilder

       status is the current information about the autoscaler.
       +optional
       
      optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus status = 3;