Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChangelogConfig ¶ added in v0.10.3
type ChangelogOptions ¶ added in v0.10.3
type ChangelogOptions struct {
Repos []ChangelogConfig
OutputDir string
}
type CliOptions ¶
type IndexEntry ¶ added in v0.12.0
type Options ¶
type Options struct {
Proto ProtoOptions
Cli CliOptions
Changelog ChangelogOptions
DocsRoot string // Will default to docs if empty
}
type PackageIndex ¶ added in v0.12.0
type PackageIndex struct {
// maps CRD name to CrdIndex
Crds map[string]*IndexEntry
Services []*IndexEntry
}
type ProtoOptions ¶
Click to show internal directories.
Click to hide internal directories.