Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InitOptions ¶
type InitOptions struct {
Chart string
Path string
GithubOwner string
GithubName string
AuthorName string
AuthorEmail string
Header string
}
InitOptions hold data for initializing a new chart-releaser config.
func NewInitOptions ¶
func NewInitOptions(chart, path, ghOwner, ghName, author, email string) (*InitOptions, error)
NewInitOptions creates a new InitOptions populated with the provided data, falling back to defaults where applicable.
Click to show internal directories.
Click to hide internal directories.