Documentation
¶
Index ¶
- func GetImage(registry *string, image string) string
- func String(value string) *string
- type Getter
- type GetterImpl
- func (i *GetterImpl) ChartMuseumImage() string
- func (i *GetterImpl) ClairAdapterImage() string
- func (i *GetterImpl) ClairImage() string
- func (i *GetterImpl) CoreImage() string
- func (i *GetterImpl) JobServiceImage() string
- func (i *GetterImpl) NotaryDBMigratorImage() string
- func (i *GetterImpl) NotaryServerImage() string
- func (i *GetterImpl) NotarySingerImage() string
- func (i *GetterImpl) PortalImage() string
- func (i *GetterImpl) RegistryControllerImage() string
- func (i *GetterImpl) RegistryImage() string
- type Locator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetterImpl ¶
type GetterImpl struct {
// contains filtered or unexported fields
}
GetterImpl contains the concrete Locator instance, if registry is not null, all the methods in Getter will be wrapped to add the registry prefix.
func (*GetterImpl) ChartMuseumImage ¶
func (i *GetterImpl) ChartMuseumImage() string
func (*GetterImpl) ClairAdapterImage ¶
func (i *GetterImpl) ClairAdapterImage() string
func (*GetterImpl) ClairImage ¶
func (i *GetterImpl) ClairImage() string
func (*GetterImpl) CoreImage ¶
func (i *GetterImpl) CoreImage() string
func (*GetterImpl) JobServiceImage ¶
func (i *GetterImpl) JobServiceImage() string
func (*GetterImpl) NotaryDBMigratorImage ¶
func (i *GetterImpl) NotaryDBMigratorImage() string
func (*GetterImpl) NotaryServerImage ¶
func (i *GetterImpl) NotaryServerImage() string
func (*GetterImpl) NotarySingerImage ¶
func (i *GetterImpl) NotarySingerImage() string
func (*GetterImpl) PortalImage ¶
func (i *GetterImpl) PortalImage() string
func (*GetterImpl) RegistryControllerImage ¶
func (i *GetterImpl) RegistryControllerImage() string
func (*GetterImpl) RegistryImage ¶
func (i *GetterImpl) RegistryImage() string
type Locator ¶
type Locator interface {
CoreImage() string
ChartMuseumImage() string
ClairImage() string
ClairAdapterImage() string
JobServiceImage() string
NotaryServerImage() string
NotarySingerImage() string
NotaryDBMigratorImage() string
PortalImage() string
RegistryImage() string
RegistryControllerImage() string
}
Locator provider method to get harbor component image.
Click to show internal directories.
Click to hide internal directories.