Sha256: 6e1dbbdf8839cdb66019c2ffd6335b20071f315a13862607db8ce03ac1e1c871

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# Zilla::IoK8sApiAppsV1DeploymentCondition

## 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] |
| **last_update_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 deployment condition. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiAppsV1DeploymentCondition.new(
  last_transition_time: null,
  last_update_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/IoK8sApiAppsV1DeploymentCondition.md