Documentation ¶
Index ¶
- func CreateManifest(arg common.Argument, name string, registry bool) error
- func CreateManifestSpecifyVersion(arg common.Argument, name, version string, registry bool, arch []string) error
- type ArchiveDependencies
- type ArchiveModule
- type CreateMd5File
- type DownloadISOFile
- type EnableDownload
- type LocalCopy
- type Md5AreEqual
- type Md5Check
- type RepositoryModule
- type UnArchive
- type UnArchiveModule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArchiveDependencies ¶
type ArchiveDependencies struct {
common.ArtifactAction
}
type ArchiveModule ¶
type ArchiveModule struct {
common.ArtifactModule
}
func (*ArchiveModule) Init ¶
func (a *ArchiveModule) Init()
type CreateMd5File ¶
type CreateMd5File struct {
common.KubeAction
}
type DownloadISOFile ¶
type DownloadISOFile struct {
common.ArtifactAction
}
type EnableDownload ¶
type EnableDownload struct {
common.ArtifactPrepare
}
type LocalCopy ¶
type LocalCopy struct {
common.ArtifactAction
}
type Md5AreEqual ¶
type Md5AreEqual struct { common.KubePrepare Not bool }
type Md5Check ¶
type Md5Check struct {
common.KubeAction
}
type RepositoryModule ¶
type RepositoryModule struct {
common.ArtifactModule
}
func (*RepositoryModule) Init ¶
func (r *RepositoryModule) Init()
type UnArchive ¶
type UnArchive struct {
common.KubeAction
}
type UnArchiveModule ¶
type UnArchiveModule struct { common.KubeModule Skip bool }
func (*UnArchiveModule) Init ¶
func (u *UnArchiveModule) Init()
func (*UnArchiveModule) IsSkip ¶
func (u *UnArchiveModule) IsSkip() bool
Click to show internal directories.
Click to hide internal directories.