cmd

package
v0.0.0-...-588a758 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(version BuildVersion)

Execute executes the root command.

Types

type BuildVersion

type BuildVersion struct {
	Version string
	Commit  string
	Date    string
}

type Change

type Change struct {
	// contains filtered or unexported fields
}

func (*Change) Commit

func (c *Change) Commit() client.Commit

func (*Change) IsPR

func (c *Change) IsPR() bool

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) Changes

func (c *Component) Changes() []*Change

func (*Component) Commits

func (c *Component) Commits() []*client.Commit

func (*Component) Compare

func (c *Component) Compare() *client.CommitsComparison

func (*Component) Head

func (c *Component) Head() *helm.Dependency

func (*Component) Name

func (c *Component) Name() string

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 (p *Product) Components() map[string]*Component

func (*Product) Head

func (p *Product) Head() *ProductData

func (*Product) Name

func (p *Product) Name() string

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

func (*Request) Base

func (p *Request) Base() *bundle.Bundle

func (*Request) Head

func (p *Request) Head() *bundle.Bundle

func (*Request) Name

func (p *Request) Name() string

func (*Request) Products

func (p *Request) Products() map[string]*Product

func (*Request) Version

func (p *Request) Version() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳