Sha256: c21734603e65db3c4f2a15f80ed2204fdb123203e06b65a6c7336c1efc8cf121
Contents?: true
Size: 1.59 KB
Versions: 1
Compression:
Stored size: 1.59 KB
Contents
# Zilla::IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conditions** | [**Array<IoK8sApiAutoscalingV2HorizontalPodAutoscalerCondition>**](IoK8sApiAutoscalingV2HorizontalPodAutoscalerCondition.md) | conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met. | [optional] | | **current_metrics** | [**Array<IoK8sApiAutoscalingV2MetricStatus>**](IoK8sApiAutoscalingV2MetricStatus.md) | currentMetrics is the last read state of the metrics used by this autoscaler. | [optional] | | **current_replicas** | **Integer** | currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler. | [optional] | | **desired_replicas** | **Integer** | desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler. | | | **last_scale_time** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | [optional] | | **observed_generation** | **Integer** | observedGeneration is the most recent generation observed by this autoscaler. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus.new( conditions: null, current_metrics: null, current_replicas: null, desired_replicas: null, last_scale_time: null, observed_generation: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus.md |