Sha256: 02e599c68e50ce6f281c5ed5203e7cb50ce829d5009b9a639adfca2582848091
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# Zilla::IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition ## 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. | | | **type** | **String** | type is the type of the condition. Types include Established, NamesAccepted and Terminating. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition.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/IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition.md |