Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildpackBackend ¶
type ImageConfig ¶
type ImageConfig struct { Registry struct { Scheme string `mapstructure:"scheme" yaml:"scheme"` Addr string `mapstructure:"addr" yaml:"addr"` Username string `mapstructure:"username" yaml:"username"` Password string `mapstructure:"password" yaml:"password"` } `mapstructure:"registry" yaml:"registry"` NamePrefix string `mapstructure:"namePrefix" yaml:"namePrefix"` }
func (*ImageConfig) FullImageName ¶
func (c *ImageConfig) FullImageName(appID string) string
func (*ImageConfig) ImageName ¶
func (c *ImageConfig) ImageName(appID string) string
Click to show internal directories.
Click to hide internal directories.