class Pyrite::Api::Autoscaling::V2beta2::HorizontalPodAutoscaler
- Pyrite::Api::Autoscaling::V2beta2::HorizontalPodAutoscaler
- Pyrite::Kubernetes::Object
- Pyrite::Kubernetes::Resource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
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.
Defined in:
versions/v1.14/api/autoscaling/v2beta2/horizontal_pod_autoscaler.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
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.
-
.new(pull : JSON::PullParser)
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.
- .new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Autoscaling::V2beta2::HorizontalPodAutoscalerSpec? = nil, status : Api::Autoscaling::V2beta2::HorizontalPodAutoscalerStatus? = nil)
Instance Method Summary
- #spec : Api::Autoscaling::V2beta2::HorizontalPodAutoscalerSpec?
- #spec=(spec : Api::Autoscaling::V2beta2::HorizontalPodAutoscalerSpec?)
- #status : Api::Autoscaling::V2beta2::HorizontalPodAutoscalerStatus?
- #status=(status : Api::Autoscaling::V2beta2::HorizontalPodAutoscalerStatus?)
Instance methods inherited from class Pyrite::Kubernetes::Object
metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
metadata,
metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
metadata=
Constructor methods inherited from class Pyrite::Kubernetes::Object
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Instance methods inherited from class Pyrite::Kubernetes::Resource
api_version : String
api_version,
kind : String
kind
Constructor methods inherited from class Pyrite::Kubernetes::Resource
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
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.
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.