Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { AWSServices []string `yaml:"aws_services"` CarmTestServices []string `yaml:"carm_test_services"` SoakTestOnReleaseServiceNames []string `yaml:"soak_test_on_release_service_names"` CodegenPresubmitServices []string `yaml:"code_gen_presubmit_services"` RuntimePresubmitServices []string `yaml:"runtime_presubmit_services"` ACKTestPresubmitServices []string `yaml:"acktest_presubmit_services"` }
Structure for prow job configurations stored in jobs.yaml
type ImageContext ¶
type ImageContext struct { ImageRepo string `yaml:"image_repo"` Images map[string]string `yaml:"images"` }
Structure for prow job versions stored in images_config.yaml
Click to show internal directories.
Click to hide internal directories.