Sha256: e7386daf0e4561c094b939fc5edc03e5ab2de21ff406503a9cd45742ace2dc13
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
# Zilla::IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition ## 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** | Human-readable message indicating details about last transition. | [optional] | | **reason** | **String** | 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. | | | **type** | **String** | Type is the type of the condition. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition.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/IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition.md |