Documentation
¶
Index ¶
- type AwsTarget
- func (s *AwsTarget) Configure(serviceName string, env []string)
- func (s *AwsTarget) GetEnvironment() []string
- func (s *AwsTarget) GetImageRegistry() string
- func (s *AwsTarget) GetImageTag() string
- func (s *AwsTarget) GetProject() string
- func (s *AwsTarget) GetRegion() string
- func (s *AwsTarget) SetKey(key string)
- type LambdaTarget
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsTarget ¶
type AwsTarget struct {
Region string `required:"true" enum:"africa-south1,europe-west1"`
ProjectId string `required:"true"`
Environment []string `description:"Environment variables available at build time and runtime."`
// contains filtered or unexported fields
}
func (*AwsTarget) GetEnvironment ¶
func (*AwsTarget) GetImageRegistry ¶
func (*AwsTarget) GetImageTag ¶
func (*AwsTarget) GetProject ¶
type LambdaTarget ¶
type LambdaTarget struct {
AwsTarget
}
func (*LambdaTarget) Deploy ¶
func (t *LambdaTarget) Deploy()
func (*LambdaTarget) PostDeploy ¶
func (t *LambdaTarget) PostDeploy()
func (*LambdaTarget) Text ¶
func (t *LambdaTarget) Text() string
Click to show internal directories.
Click to hide internal directories.