Documentation
¶
Overview ¶
Package image provides functionality for managing container image operations in KubeKey. This file contains repository-related code for handling both remote OCI registries and local directory storage of container images.
The repository module supports: - Remote registry connections with authentication - Local directory-based image storage (OCI layout) - HTTP transport layer for local image operations
Index ¶
Constants ¶
View Source
const ( // PolicyStrict: all requested platforms must exist in the image, otherwise return error. // This is the default policy. PolicyStrict = "strict" // PolicyWarn: log warning if some requested platforms are missing, but continue copying. PolicyWarn = "warn" )
Variables ¶
This section is empty.
Functions ¶
func ModuleImage ¶
ModuleImage handles the "image" module, managing container image operations including pulling, pushing, and copying images between registries and local directories.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.