MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / getDynamicWorkerPoolTypes

Function getDynamicWorkerPoolTypes

pkg/cmd/workerpool/dynamic/create/create.go:59–61  ·  view source on GitHub ↗
(client *client.Client)

Source from the content-addressed store, hash-verified

57}
58
59func getDynamicWorkerPoolTypes(client *client.Client) ([]*workerpools.DynamicWorkerPoolType, error) {
60 return client.WorkerPools.GetDynamicWorkerTypes()
61}
62
63func NewCmdCreate(f factory.Factory) *cobra.Command {
64 createFlags := NewCreateFlags()

Callers 1

NewCreateOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected