Sha256: 922c32f157771c55864759879b340acad3bbdfdcbb53d3eb2c2b8f15f761296d
Contents?: true
Size: 626 Bytes
Versions: 1
Compression:
Stored size: 626 Bytes
Contents
# Zilla::IoK8sApiAutoscalingV2beta2ContainerResourceMetricSource ## 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** | [**IoK8sApiAutoscalingV2beta2MetricTarget**](IoK8sApiAutoscalingV2beta2MetricTarget.md) | | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAutoscalingV2beta2ContainerResourceMetricSource.new( container: null, name: null, target: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAutoscalingV2beta2ContainerResourceMetricSource.md |