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 RoleARN string ECRRoleArnByAccountID bool RoleTokenPath 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.