package
Version:
v1.4.1-rc1
Opens a new window with list of versions in this module.
Published: Jun 22, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
¶
type InsecureRegistriesTypeChange struct {
}
InsecureRegistriesTypeChange
type OldRegistry struct {
InsecureRegistries []url.URL `vic:"0.1" scope:"read-only" key:"insecure_registries"`
}
type OldVCHConfig struct {
OldRegistry `vic:"0.1" scope:"read-only" key:"registry"`
}
type Registry struct {
InsecureRegistries []string `vic:"0.1" scope:"read-only" key:"insecure_registries"`
}
type VCHConfig struct {
Registry `vic:"0.1" scope:"read-only" key:"registry"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.