Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Project string `yaml:"project"` Region string `yaml:"region"` Buckets []storage.Bucket `yaml:"buckets"` KeyringName string `yaml:"keyring_name"` EncryptionKeyName string `yaml:"encryption_key_name"` Kubeconfig string `yaml:"kubeconfig,omitempty"` Prefix string `yaml:"prefix,omitempty"` ServiceAccounts []serviceaccount.ServiceAccount `yaml:"serviceAccounts"` GenericSecrets []k8s.GenericSecret `yaml:"generics,flow,omitempty"` Labels map[string]string `yaml:"labels"` Clusters map[string]cluster.Cluster `yaml:"clusters"` }
Configuration for prow config.
func ReadConfig ¶
Get config configuration from yaml file.
Click to show internal directories.
Click to hide internal directories.