()
| 110 | SignatureRecheckInterval string `yaml:"signature_recheck_interval"` |
| 111 | StuckBuiltTimeout string `yaml:"stuck_built_timeout"` |
| 112 | } |
| 113 | MaxCloneRetries uint64 `yaml:"max_clone_retries"` |
| 114 | Metrics struct { |
| 115 | Port uint32 |
| 116 | } |
| 117 | } |
| 118 | |
| 119 | type Globs []string |
| 120 | |
| 121 | type MultipleStateFilesError struct { |