Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyTask ¶
type CopyTask struct {
Source string
SourceRef string
SourceRegistryOpts content.RegistryOptions
Destination string
DestinationRef string
DestinationRegistryOpts content.RegistryOptions
}
CopyTask implements secret-container pulling process to and OCI compatible registry.
type ExtractArchiveTask ¶
type ExtractArchiveTask struct {
ArchiveReader tasks.ReaderProvider
OutputPath string
}
ExtractArchiveTask implements archive extraction task.
type PushTask ¶
type PushTask struct {
SpecReader tasks.ReaderProvider
OutputWriter tasks.WriterProvider
ContextPath string
Target string
Ref string
JSONOutput bool
RegistryOpts content.RegistryOptions
}
PushTask implements secret-container publication process to and OCI compatible registry.
Click to show internal directories.
Click to hide internal directories.