Sha256: ebf6e8cccab47b3096a791bb125983176b4276f9241a70841925194fe1679644
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
# Zilla::IoK8sApiApiserverinternalV1alpha1StorageVersionCondition ## 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] | | **observed_generation** | **Integer** | If set, this represents the .metadata.generation that the condition was set based upon. | [optional] | | **reason** | **String** | The reason for the condition's last transition. | | | **status** | **String** | Status of the condition, one of True, False, Unknown. | | | **type** | **String** | Type of the condition. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiApiserverinternalV1alpha1StorageVersionCondition.new( last_transition_time: null, message: null, observed_generation: null, reason: null, status: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiApiserverinternalV1alpha1StorageVersionCondition.md |