Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeReleaseProvider ¶
type FakeReleaseProvider struct {
// Version of the returned release iamge. Defaults to 4.11.0 if unset.
Version string
// Allows image-based versioning
ImageVersion map[string]string
}
func (*FakeReleaseProvider) GetRegistryOverrides ¶
func (*FakeReleaseProvider) GetRegistryOverrides() map[string]string
func (*FakeReleaseProvider) Lookup ¶
func (f *FakeReleaseProvider) Lookup(ctx context.Context, image string, pullSecret []byte) (*releaseinfo.ReleaseImage, error)
Click to show internal directories.
Click to hide internal directories.