Sha256: 1f33cf600827f4c8d0fa9eefbe23776576f2f8f00a64c5fb025bfb84b5a101ef
Contents?: true
Size: 801 Bytes
Versions: 1
Compression:
Stored size: 801 Bytes
Contents
# Zilla::IoK8sApiCoreV1NamespaceCondition ## 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** | | [optional] | | **reason** | **String** | | [optional] | | **status** | **String** | Status of the condition, one of True, False, Unknown. | | | **type** | **String** | Type of namespace controller condition. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1NamespaceCondition.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/IoK8sApiCoreV1NamespaceCondition.md |