Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeHorizontalPodAutoscalerV2Beta1Props

HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.

schema

io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler

Hierarchy

  • KubeHorizontalPodAutoscalerV2Beta1Props

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler#metadata

Optional Readonly spec

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.

schema

io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler#spec

Generated using TypeDoc