Sha256: 3051a493df37e0cf93ac9fc824dc42d06535706bdac72954cedbfdb742805270
Contents?: true
Size: 722 Bytes
Versions: 1
Compression:
Stored size: 722 Bytes
Contents
# Zilla::IoK8sApiAutoscalingV1ScaleStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **replicas** | **Integer** | actual number of observed instances of the scaled object. | | | **selector** | **String** | label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAutoscalingV1ScaleStatus.new( replicas: null, selector: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAutoscalingV1ScaleStatus.md |