Sha256: c62fe067637e18e185e1a78102095cdff1b6ce17487d427cfcd3870ac38632bd
Contents?: true
Size: 870 Bytes
Versions: 1
Compression:
Stored size: 870 Bytes
Contents
# Zilla::IoK8sApiAppsV1RollingUpdateDeployment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **max_surge** | **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] | | **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] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAppsV1RollingUpdateDeployment.new( max_surge: null, max_unavailable: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAppsV1RollingUpdateDeployment.md |