Sha256: 711f3f8a4c031330ecba25821c5c258c6035a19fa80c3db01b95b1a88df7d0d8
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
# Zilla::IoK8sApiCoreV1Lifecycle ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **post_start** | [**IoK8sApiCoreV1LifecycleHandler**](IoK8sApiCoreV1LifecycleHandler.md) | | [optional] | | **pre_stop** | [**IoK8sApiCoreV1LifecycleHandler**](IoK8sApiCoreV1LifecycleHandler.md) | | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1Lifecycle.new( post_start: null, pre_stop: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1Lifecycle.md |