Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSConfig ¶
type AWSConfig struct { Region string CacheBucket string CacheKeyPrefix string AccessKeyID string `secret:"AWS_ACCESS_KEY_ID"` SecretAccessKey string `secret:"AWS_SECRET_ACCESS_KEY"` EnableECR bool ECRRegistryHosts []string }
AWSConfig contains all information needed to access AWS services AWS credentials scoped to S3 Read/Write & ECR Push/Pull only
type GitHubConfig ¶
type GitHubConfig struct {
Token string `secret:"GITHUB_TOKEN"`
}
type QuayConfig ¶
type QuayConfig struct {
Token string `secret:"QUAY_TOKEN"`
}
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.