Sha256: a1e1f5785132fbefafb8e8a43b4e1cc29719ec99180b6b055167f41211940bac

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# Zilla::IoK8sApiFlowcontrolV1beta1FlowSchemaCondition

## 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 message indicating details about last transition. | [optional] |
| **reason** | **String** | `reason` is a unique, one-word, CamelCase reason for the condition's last transition. | [optional] |
| **status** | **String** | `status` is the status of the condition. Can be True, False, Unknown. Required. | [optional] |
| **type** | **String** | `type` is the type of the condition. Required. | [optional] |

## Example

```ruby
require 'zilla'

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