Sha256: 33892cd21c4814ef3f74c3abe9e567a840873c989fa0887d5365f3018d04d3a2
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
# Zilla::IoK8sApiAutoscalingV2MetricSpec ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **container_resource** | [**IoK8sApiAutoscalingV2ContainerResourceMetricSource**](IoK8sApiAutoscalingV2ContainerResourceMetricSource.md) | | [optional] | | **external** | [**IoK8sApiAutoscalingV2ExternalMetricSource**](IoK8sApiAutoscalingV2ExternalMetricSource.md) | | [optional] | | **object** | [**IoK8sApiAutoscalingV2ObjectMetricSource**](IoK8sApiAutoscalingV2ObjectMetricSource.md) | | [optional] | | **pods** | [**IoK8sApiAutoscalingV2PodsMetricSource**](IoK8sApiAutoscalingV2PodsMetricSource.md) | | [optional] | | **resource** | [**IoK8sApiAutoscalingV2ResourceMetricSource**](IoK8sApiAutoscalingV2ResourceMetricSource.md) | | [optional] | | **type** | **String** | type is the type of metric source. It should be one of \"ContainerResource\", \"External\", \"Object\", \"Pods\" or \"Resource\", each mapping 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::IoK8sApiAutoscalingV2MetricSpec.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/IoK8sApiAutoscalingV2MetricSpec.md |