Sha256: 3a34a962cf1b72bd4bbdf9ae6adea525ef76cc2592f0b1f4db94191f7deca038
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
# Zilla::IoK8sApiAutoscalingV2beta2MetricSpec ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **container_resource** | [**IoK8sApiAutoscalingV2beta2ContainerResourceMetricSource**](IoK8sApiAutoscalingV2beta2ContainerResourceMetricSource.md) | | [optional] | | **external** | [**IoK8sApiAutoscalingV2beta2ExternalMetricSource**](IoK8sApiAutoscalingV2beta2ExternalMetricSource.md) | | [optional] | | **object** | [**IoK8sApiAutoscalingV2beta2ObjectMetricSource**](IoK8sApiAutoscalingV2beta2ObjectMetricSource.md) | | [optional] | | **pods** | [**IoK8sApiAutoscalingV2beta2PodsMetricSource**](IoK8sApiAutoscalingV2beta2PodsMetricSource.md) | | [optional] | | **resource** | [**IoK8sApiAutoscalingV2beta2ResourceMetricSource**](IoK8sApiAutoscalingV2beta2ResourceMetricSource.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::IoK8sApiAutoscalingV2beta2MetricSpec.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/IoK8sApiAutoscalingV2beta2MetricSpec.md |