Sha256: 15243e3ee753c1dd61ec51a4981f6abe0c755783c1d2593caac3f9d77ec24f15

Contents?: true

Size: 550 Bytes

Versions: 1

Compression:

Stored size: 550 Bytes

Contents

# Zilla::IoK8sApiAppsV1DeploymentStrategy

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **rolling_update** | [**IoK8sApiAppsV1RollingUpdateDeployment**](IoK8sApiAppsV1RollingUpdateDeployment.md) |  | [optional] |
| **type** | **String** | Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.   | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiAppsV1DeploymentStrategy.new(
  rolling_update: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiAppsV1DeploymentStrategy.md