Documentation ¶
Index ¶
- func FetchModuleImage(repo, moduleName, moduleVersion string, opts ...Option) (v1.Image, error)
- func FetchModuleListingImage(repo, moduleName string, opts ...Option) (v1.Image, error)
- func FetchModuleReleaseImage(repo, moduleName, releaseChannel string, opts ...Option) (v1.Image, error)
- func FetchModuleRunImages(repo, moduleName string, img v1.Image, opts ...Option) (map[string]v1.Image, error)
- func GetAuthConfig(repo string, opts ...Option) (*authn.AuthConfig, string, error)
- func ModuleReleaseImageMetadata(img v1.Image) (string, error)
- func PushImage(repo, tag string, image v1.Image, opts ...Option) error
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchModuleImage ¶
func FetchModuleListingImage ¶
func FetchModuleReleaseImage ¶
func FetchModuleRunImages ¶
func GetAuthConfig ¶
Types ¶
type Option ¶
type Option func(options *registryOptions)
func WithInsecureSchema ¶
func WithInsecureSchema() Option
WithInsecureSchema use http schema instead of https
Click to show internal directories.
Click to hide internal directories.