Sha256: 92178b288e147f50a8ecc2fd7d16511e87cde1b11eaabd749707c3fb47eb890a
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
# Zilla::IoK8sApiAppsV1StatefulSetUpdateStrategy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **rolling_update** | [**IoK8sApiAppsV1RollingUpdateStatefulSetStrategy**](IoK8sApiAppsV1RollingUpdateStatefulSetStrategy.md) | | [optional] | | **type** | **String** | Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAppsV1StatefulSetUpdateStrategy.new( rolling_update: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAppsV1StatefulSetUpdateStrategy.md |