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