Sha256: 9f2ba7b2fe75fcad72f15682fbcbdd91a1b35de526c9b13623a2ababedefa89a
Contents?: true
Size: 618 Bytes
Versions: 1
Compression:
Stored size: 618 Bytes
Contents
# Zilla::IoK8sApiAutoscalingV2ContainerResourceMetricStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **container** | **String** | Container is the name of the container in the pods of the scaling target | | | **current** | [**IoK8sApiAutoscalingV2MetricValueStatus**](IoK8sApiAutoscalingV2MetricValueStatus.md) | | | | **name** | **String** | Name is the name of the resource in question. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAutoscalingV2ContainerResourceMetricStatus.new( container: null, current: null, name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAutoscalingV2ContainerResourceMetricStatus.md |