Documentation ¶
Index ¶
Constants ¶
View Source
const ( RegistryDomain = "registry.appliance.com" RegistryPort = 5000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistriesConf ¶
type RegistriesConf struct { File *asset.File Config *sysregistriesv2.V2RegistriesConf }
RegistriesConf generates the registries.conf file.
func (*RegistriesConf) Dependencies ¶
func (*RegistriesConf) Dependencies() []asset.Asset
Dependencies returns all the dependencies directly needed to generate the asset.
func (*RegistriesConf) Files ¶
func (i *RegistriesConf) Files() []*asset.File
Files returns the files generated by the asset.
func (*RegistriesConf) Load ¶
func (i *RegistriesConf) Load(f asset.FileFetcher) (bool, error)
func (*RegistriesConf) Name ¶
func (*RegistriesConf) Name() string
Name returns a human friendly name for the asset.
Click to show internal directories.
Click to hide internal directories.