Documentation ¶ Index ¶ func CreateDeploymentFromService(name string, svc *service.Service) (string, error) func List(opts ListOpts) ([]*Deployment, error) func StartNewOrExistingFromService(ctx context.Context, svc *service.Service, max_deployment_index int) (*Deployment, string, error) type ListOpts Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CreateDeploymentFromService ¶ func CreateDeploymentFromService(name string, svc *service.Service) (string, error) func List ¶ func List(opts ListOpts) ([]*Deployment, error) func StartNewOrExistingFromService ¶ func StartNewOrExistingFromService(ctx context.Context, svc *service.Service, max_deployment_index int) (*Deployment, string, error) Types ¶ type ListOpts ¶ type ListOpts struct { FilterServiceDir string FilterDeploymentName string FilterServiceId string } Source Files ¶ View all Source files deployment.go Click to show internal directories. Click to hide internal directories.