Sha256: 69f9331fc3c5a401b2f27ef25e93349748b863baf8c41f0fb73abee367cc4384
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
# Zilla::IoK8sApiCoreV1ContainerStateWaiting ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **message** | **String** | Message regarding why the container is not yet running. | [optional] | | **reason** | **String** | (brief) reason the container is not yet running. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1ContainerStateWaiting.new( message: null, reason: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1ContainerStateWaiting.md |