We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21381d1 commit fdce13bCopy full SHA for fdce13b
1 file changed
cmd/vela-docker/daemon.go
@@ -26,15 +26,15 @@ type (
26
// enable experimental features
27
Experimental bool
28
// enables insecure registry communication
29
- InsecureRegistries []string
+ InsecureRegistries []string `json:"insecure_registries"`
30
// enables IPv6 networking
31
IPV6 bool
32
// enable setting the log level for the daemon
33
LogLevel string `json:"log_level"`
34
// enable setting the containers network MTU
35
MTU int
36
// enables setting a preferred Docker registry mirror
37
- RegistryMirrors []string
+ RegistryMirrors []string `json:"registry_mirrors"`
38
// used for translating the storage configuration
39
Storage *Storage
40
// enables setting custom storage options
0 commit comments