Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Promote ¶
type Promote struct {
SrcRegistry string
SrcImage string
SrcImageTag string
SrcUsername string
SrcPassword string
SrcInsecure bool
DestRegistry string
DestImage string
DestImageTag string
DestUsername string
DestPassword string
DestInsecure bool
Debug bool
}
Promote holds promotion structure used to hold promotion parameters
func (*Promote) PromoteImage ¶
func (pr *Promote) PromoteImage()
PromoteImage is used to execute specified promotion structure
Click to show internal directories.
Click to hide internal directories.