Sha256: d5661601a7e170cbd5e6d2c02a4f09db68b809dd44889248c5f9f32985a56476

Contents?: true

Size: 997 Bytes

Versions: 1

Compression:

Stored size: 997 Bytes

Contents

# Zilla::IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **last_transition_time** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers. | [optional] |
| **message** | **String** | message is a human-readable explanation containing details about the transition | [optional] |
| **reason** | **String** | reason is the reason for the condition's last transition. | [optional] |
| **status** | **String** | status is the status of the condition (True, False, Unknown) |  |
| **type** | **String** | type describes the current condition |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition.new(
  last_transition_time: null,
  message: null,
  reason: null,
  status: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition.md