Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyImageOptions ¶
type CopyImageOptions struct {
SrcRef types.ImageReference
DestRef types.ImageReference
SrcAuth RegistryAuth
DestAuth RegistryAuth
CopyAll bool
SrcDisableV1Ping bool
SrcSkipTLSVerify bool
DestDisableV1Ping bool
DestSkipTLSVerify bool
ReportWriter io.Writer
}
type InstallationImageInfo ¶ added in v1.106.0
type InstallationImageInfo struct {
IsPrivate bool
}
type OCIArtifactFile ¶ added in v1.108.2
type ProcessImageOptions ¶ added in v1.106.0
type PushEmbeddedClusterArtifactsOptions ¶ added in v1.108.2
type PushEmbeddedClusterArtifactsOptions struct {
Registry dockerregistrytypes.RegistryOptions
Tag string
HTTPClient *http.Client
}
type PushImageOptions ¶ added in v1.107.0
type PushImagesOptions ¶ added in v1.106.0
type PushImagesOptions struct {
Registry dockerregistrytypes.RegistryOptions
KotsadmTag string
Log *logger.CLILogger
ProgressWriter io.Writer
LogForUI bool
}
type PushOCIArtifactOptions ¶ added in v1.108.2
type PushOCIArtifactOptions struct {
Files []OCIArtifactFile
ArtifactType string
Registry dockerregistrytypes.RegistryOptions
Repository string
Tag string
HTTPClient *http.Client
}
type RegistryAuth ¶
Click to show internal directories.
Click to hide internal directories.