Sha256: c835f2c0d84627f64516d0ea3d7d0785c81e43cf35c8273c3a9a969dd4ddfb2d
Contents?: true
Size: 644 Bytes
Versions: 2
Compression:
Stored size: 644 Bytes
Contents
# octopus_deploy_worker_pool Describes an Octopus Deploy [Worker Pool](https://octopus.com/docs/infrastructure/workers/worker-pools) resource. ## Example ```ruby describe octopus_deploy_worker_pool('My Worker Pool').in_space("My Space") do it { should exist } end ``` This type can be instantiated in several ways, depending on [how you authenticate](authentication.md). #### Type ```ruby octopus_deploy_worker_pool('My Worker Pool').in_space("My Space") octopus_worker_pool('Pool in Default Space') ``` #### Matchers | Matcher | Description | |:--------|:------------| | should exist | Tests for existence of a pool with this name |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
octopus-serverspec-extensions-0.19.1 | docs/octopus_deploy_worker_pool.md |
octopus-serverspec-extensions-0.19.0 | docs/octopus_deploy_worker_pool.md |