Sha256: 3bd2f44e4bfe1afde6395e6365ae2fc10bcef3e7a9acd774f8d6c9c0db9fa61b

Contents?: true

Size: 606 Bytes

Versions: 1

Compression:

Stored size: 606 Bytes

Contents

# Zilla::IoK8sApiAutoscalingV2ContainerResourceMetricSource

## Properties

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

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiAutoscalingV2ContainerResourceMetricSource.new(
  container: null,
  name: null,
  target: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiAutoscalingV2ContainerResourceMetricSource.md