Sha256: 3fd9b1fa0b0803e3f174d1e9988f8fc74ef953d627bf5d432a506e559f74aa20

Contents?: true

Size: 638 Bytes

Versions: 1

Compression:

Stored size: 638 Bytes

Contents

# Zilla::IoK8sApiAutoscalingV2beta2ContainerResourceMetricStatus

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **container** | **String** | Container is the name of the container in the pods of the scaling target |  |
| **current** | [**IoK8sApiAutoscalingV2beta2MetricValueStatus**](IoK8sApiAutoscalingV2beta2MetricValueStatus.md) |  |  |
| **name** | **String** | Name is the name of the resource in question. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiAutoscalingV2beta2ContainerResourceMetricStatus.new(
  container: null,
  current: null,
  name: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiAutoscalingV2beta2ContainerResourceMetricStatus.md