Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func (*Processor) FindRebaseAnnotations ¶
func (p *Processor) FindRebaseAnnotations() ([]RebaseAnnotation, error)
type RebaseAnnotation ¶
type RebaseAnnotation struct {
Identifier string
Name string
Tag string
// contains filtered or unexported fields
}
func (RebaseAnnotation) TagWithoutDigest ¶
func (a RebaseAnnotation) TagWithoutDigest() string
func (*RebaseAnnotation) UpdateTagDigest ¶
func (a *RebaseAnnotation) UpdateTagDigest(newDigest string)
UpdateTagDigest updates the YAML node for the tag with a new digest.
Click to show internal directories.
Click to hide internal directories.