Sha256: 55a4fd659624b6a1cba5b5406cffa9624e68e4b24b9471fca2c9d5154c5d9ae2
Contents?: true
Size: 581 Bytes
Versions: 1
Compression:
Stored size: 581 Bytes
Contents
# Zilla::IoK8sApiCoreV1LifecycleHandler ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **exec** | [**IoK8sApiCoreV1ExecAction**](IoK8sApiCoreV1ExecAction.md) | | [optional] | | **http_get** | [**IoK8sApiCoreV1HTTPGetAction**](IoK8sApiCoreV1HTTPGetAction.md) | | [optional] | | **tcp_socket** | [**IoK8sApiCoreV1TCPSocketAction**](IoK8sApiCoreV1TCPSocketAction.md) | | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1LifecycleHandler.new( exec: null, http_get: null, tcp_socket: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1LifecycleHandler.md |