Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageInfo ¶
type ImageInfo struct { Name string WithoutRegistry bool ImagesRepoManager ImagesRepoManager Tag string }
func (*ImageInfo) GetImageDigest ¶
func (*ImageInfo) GetImageId ¶
func (*ImageInfo) GetImageName ¶
func (*ImageInfo) GetImageTag ¶
func (*ImageInfo) IsNameless ¶
type ImageInfoGetter ¶
type ImageInfoGetterStub ¶
type ImageInfoGetterStub struct { Name string Tag string ImagesRepoManager ImagesRepoManager }
func (*ImageInfoGetterStub) GetImageId ¶
func (d *ImageInfoGetterStub) GetImageId() (string, error)
func (*ImageInfoGetterStub) GetImageName ¶
func (d *ImageInfoGetterStub) GetImageName() string
func (*ImageInfoGetterStub) GetImageTag ¶
func (d *ImageInfoGetterStub) GetImageTag() string
func (*ImageInfoGetterStub) GetName ¶
func (d *ImageInfoGetterStub) GetName() string
func (*ImageInfoGetterStub) IsNameless ¶
func (d *ImageInfoGetterStub) IsNameless() bool
Click to show internal directories.
Click to hide internal directories.