Documentation
¶
Index ¶
- func Execute(version BuildVersion)
- type BuildVersion
- type Change
- type Component
- func (c *Component) Base() *helm.Dependency
- func (c *Component) Changes() []*Change
- func (c *Component) Commits() []*client.Commit
- func (c *Component) Compare() *client.CommitsComparison
- func (c *Component) Head() *helm.Dependency
- func (c *Component) Name() string
- func (c *Component) PullRequests() map[string][]*client.PullRequest
- type Product
- type ProductData
- type Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildVersion ¶
type Change ¶
type Change struct {
// contains filtered or unexported fields
}
func (*Change) PR ¶
func (c *Change) PR() client.PullRequest
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) Base ¶
func (c *Component) Base() *helm.Dependency
func (*Component) Compare ¶
func (c *Component) Compare() *client.CommitsComparison
func (*Component) Head ¶
func (c *Component) Head() *helm.Dependency
func (*Component) PullRequests ¶
func (c *Component) PullRequests() map[string][]*client.PullRequest
type Product ¶
type Product struct {
// contains filtered or unexported fields
}
func (*Product) Base ¶
func (p *Product) Base() *ProductData
func (*Product) Components ¶
func (*Product) Head ¶
func (p *Product) Head() *ProductData
type ProductData ¶
type ProductData struct {
// contains filtered or unexported fields
}
func (*ProductData) Bundle ¶
func (p *ProductData) Bundle() *bundle.Product
func (*ProductData) ChartLock ¶
func (p *ProductData) ChartLock() *helm.ChartLock
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func NewRequest ¶
func NewRequest(flags bundleNotesFlags) *Request
Click to show internal directories.
Click to hide internal directories.