Sha256: fa1c9ea7b1e7c52a63c94a174903afe60aa73dae59d85a19b6e96eae9e5535b4

Contents?: true

Size: 906 Bytes

Versions: 1

Compression:

Stored size: 906 Bytes

Contents

# Zilla::IoK8sApiAppsV1DaemonSetCondition

## 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 DaemonSet condition. |  |

## Example

```ruby
require 'zilla'

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