NewController creates a new image build controller
()
| 43 | |
| 44 | // NewController creates a new image build controller |
| 45 | func NewController() Controller { |
| 46 | return &controller{} |
| 47 | } |
| 48 | |
| 49 | // Deploy deploys all deployments in the config |
| 50 | func (c *controller) Deploy(ctx devspacecontext.Context, deployments []string, options *Options) error { |
no outgoing calls