Sha256: 9a38dc4c39917d66ff0bbb1c153fcd43e9d8ee7e677d979dfe1b50a935255935
Contents?: true
Size: 967 Bytes
Versions: 1
Compression:
Stored size: 967 Bytes
Contents
# Zilla::IoK8sApiAppsV1RollingUpdateStatefulSetStrategy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **max_unavailable** | **String** | IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number. | [optional] | | **partition** | **Integer** | Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAppsV1RollingUpdateStatefulSetStrategy.new( max_unavailable: null, partition: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAppsV1RollingUpdateStatefulSetStrategy.md |