Documentation ¶
Index ¶
- Variables
- type InfraConfig
- func (c InfraConfig) GetEcrLoginAuth() (types.AuthConfig, error)
- func (c InfraConfig) Print(logger *log.Logger)
- func (c InfraConfig) PushImage(ctx context.Context, targetUrl docker.ImageUrl, targetAuth types.AuthConfig) error
- func (c InfraConfig) RetagImage(ctx context.Context, sourceUrl, targetUrl docker.ImageUrl) error
- type Provider
- func (p Provider) DefaultLogProvider() string
- func (p Provider) Deploy(nsConfig api.Config, details app.Details, userConfig map[string]string) error
- func (p Provider) Exec(ctx context.Context, nsConfig api.Config, details app.Details, ...) error
- func (p Provider) Push(nsConfig api.Config, details app.Details, userConfig map[string]string) error
- func (p Provider) Ssh(ctx context.Context, nsConfig api.Config, details app.Details, ...) error
- func (p Provider) Status(nsConfig api.Config, details app.Details) (app.StatusReport, error)
- func (p Provider) StatusDetail(nsConfig api.Config, details app.Details) (app.StatusDetailReports, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ModuleContractName = types.ModuleContractName{
Category: "*",
Subcategory: "",
Provider: "aws",
Platform: "ecr",
Subplatform: "",
}
Functions ¶
This section is empty.
Types ¶
type InfraConfig ¶
InfraConfig provides a minimal understanding of the infrastructure provisioned for a module type=aws-fargate
func (InfraConfig) GetEcrLoginAuth ¶
func (c InfraConfig) GetEcrLoginAuth() (types.AuthConfig, error)
func (InfraConfig) Print ¶
func (c InfraConfig) Print(logger *log.Logger)
func (InfraConfig) PushImage ¶
func (c InfraConfig) PushImage(ctx context.Context, targetUrl docker.ImageUrl, targetAuth types.AuthConfig) error
func (InfraConfig) RetagImage ¶
type Provider ¶
type Provider struct { }
func (Provider) DefaultLogProvider ¶ added in v0.0.22
func (Provider) Deploy ¶
func (p Provider) Deploy(nsConfig api.Config, details app.Details, userConfig map[string]string) error
Deploy updates the app version
func (Provider) StatusDetail ¶ added in v0.0.26
Click to show internal directories.
Click to hide internal directories.