Documentation
¶
Index ¶
Constants ¶
View Source
const ( GithubOrg = "solo-io" GlooMeshEnterpriseRepoName = "gloo-mesh-enterprise" GlooMeshRepoName = "gloo-mesh" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChangelogConfig ¶ added in v0.10.3
type ChangelogOptions ¶ added in v0.10.3
type ChangelogOptions struct {
OutputDir string
OtherRepos []ChangelogConfig
}
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.