Sha256: 7661e93b4dacdab908a73dac376d4cc82c2bb4bcbcea66a1ab0f396a61f97fa9
Contents?: true
Size: 669 Bytes
Versions: 6
Compression:
Stored size: 669 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
6 entries across 6 versions & 1 rubygems