Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateVersion ¶ added in v0.0.11
Types ¶
type Provider ¶
type Provider interface { Push(nsConfig api.Config, app *types.Application, workspace *types.Workspace, userConfig map[string]string) error Deploy(nsConfig api.Config, app *types.Application, workspace *types.Workspace, userConfig map[string]string) error }
Provider provides a standard interface to run commands against an app Each Operator is responsible for:
- Collecting necessary information from a workspace's outputs
- Modifying infrastructure to perform each command (e.g. push, deploy, etc.)
- Each Provider is specific to Category+Type (Example: category=app/container, type=service/aws-fargate)
Click to show internal directories.
Click to hide internal directories.