Sha256: 37c7260a2278e3fce31cc672755a1124e664f25a7c9ad7104d0cf20d85e78865
Contents?: true
Size: 910 Bytes
Versions: 1
Compression:
Stored size: 910 Bytes
Contents
# Zilla::IoK8sApiAppsV1ReplicaSetCondition ## 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 replica set condition. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAppsV1ReplicaSetCondition.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/IoK8sApiAppsV1ReplicaSetCondition.md |