Sha256: f97f6478de342aa527c7e5582c7df46fdbcb05bb04a181b3c92d3dca85493d0a

Contents?: true

Size: 943 Bytes

Versions: 1

Compression:

Stored size: 943 Bytes

Contents

# Zilla::IoK8sApiCoreV1ReplicationControllerCondition

## 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** | A human readable message indicating details about the transition. | [optional] |
| **reason** | **String** | The reason for the condition's last transition. | [optional] |
| **status** | **String** | Status of the condition, one of True, False, Unknown. |  |
| **type** | **String** | Type of replication controller condition. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1ReplicationControllerCondition.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/IoK8sApiCoreV1ReplicationControllerCondition.md