Sha256: 159fad995dc2eb13478375a7d5e6641cdc522237f2a928416f170051222695c2
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
Contents
# Zilla::IoK8sApiAutoscalingV2beta2MetricStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **container_resource** | [**IoK8sApiAutoscalingV2beta2ContainerResourceMetricStatus**](IoK8sApiAutoscalingV2beta2ContainerResourceMetricStatus.md) | | [optional] | | **external** | [**IoK8sApiAutoscalingV2beta2ExternalMetricStatus**](IoK8sApiAutoscalingV2beta2ExternalMetricStatus.md) | | [optional] | | **object** | [**IoK8sApiAutoscalingV2beta2ObjectMetricStatus**](IoK8sApiAutoscalingV2beta2ObjectMetricStatus.md) | | [optional] | | **pods** | [**IoK8sApiAutoscalingV2beta2PodsMetricStatus**](IoK8sApiAutoscalingV2beta2PodsMetricStatus.md) | | [optional] | | **resource** | [**IoK8sApiAutoscalingV2beta2ResourceMetricStatus**](IoK8sApiAutoscalingV2beta2ResourceMetricStatus.md) | | [optional] | | **type** | **String** | type is the type of metric source. It will be one of \"ContainerResource\", \"External\", \"Object\", \"Pods\" or \"Resource\", each corresponds to a matching field in the object. Note: \"ContainerResource\" type is available on when the feature-gate HPAContainerMetrics is enabled | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAutoscalingV2beta2MetricStatus.new( container_resource: null, external: null, object: null, pods: null, resource: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAutoscalingV2beta2MetricStatus.md |