Sha256: eadf31d938155f9d2465553a3a2eff3e4d9c78f19d2e8e1c8dacd24785039f6c
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# Zilla::IoK8sApiAutoscalingV1HorizontalPodAutoscalerStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **current_cpu_utilization_percentage** | **Integer** | current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU. | [optional] | | **current_replicas** | **Integer** | current number of replicas of pods managed by this autoscaler. | | | **desired_replicas** | **Integer** | desired number of replicas of pods managed by this 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** | most recent generation observed by this autoscaler. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAutoscalingV1HorizontalPodAutoscalerStatus.new( current_cpu_utilization_percentage: 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/IoK8sApiAutoscalingV1HorizontalPodAutoscalerStatus.md |