Documentation
¶
Index ¶
- Constants
- func DeleteAllNonPublicImages(c *core.CommandConfig) error
- func ImageCmd() *core.Command
- func PreRunImageDelete(c *core.PreCommandConfig) error
- func PreRunImageId(c *core.PreCommandConfig) error
- func PreRunImageList(c *core.PreCommandConfig) error
- func PreRunImageUpload(c *core.PreCommandConfig) error
- func RunImageDelete(c *core.CommandConfig) error
- func RunImageGet(c *core.CommandConfig) error
- func RunImageList(c *core.CommandConfig) error
- func RunImageUpdate(c *core.CommandConfig) error
- func RunImageUpload(c *core.CommandConfig) error
- func Upload() *core.Command
Constants ¶
View Source
const ( FlagRenameImages = "rename" FlagImage = "image" FlagSkipUpdate = "skip-update" FlagSkipVerify = "skip-verify" FlagFtpUrl = "ftp-url" FlagCertificatePath = "crt-path" )
Variables ¶
This section is empty.
Functions ¶
func DeleteAllNonPublicImages ¶
func DeleteAllNonPublicImages(c *core.CommandConfig) error
DeleteAllNonPublicImages deletes non-public images, as deleting public images is forbidden by the API.
func PreRunImageDelete ¶
func PreRunImageDelete(c *core.PreCommandConfig) error
func PreRunImageId ¶
func PreRunImageId(c *core.PreCommandConfig) error
func PreRunImageList ¶
func PreRunImageList(c *core.PreCommandConfig) error
func PreRunImageUpload ¶
func PreRunImageUpload(c *core.PreCommandConfig) error
func RunImageDelete ¶
func RunImageDelete(c *core.CommandConfig) error
func RunImageGet ¶
func RunImageGet(c *core.CommandConfig) error
func RunImageList ¶
func RunImageList(c *core.CommandConfig) error
func RunImageUpdate ¶
func RunImageUpdate(c *core.CommandConfig) error
func RunImageUpload ¶
func RunImageUpload(c *core.CommandConfig) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.