Versions in this module Expand all Collapse all v5 v5.3.0 Jun 16, 2023 Changes in this version + type API struct + APIVersion string + Kind string + Metadata Metadata + Spec APISpec + type APISpec struct + Definition DefinitionRef + Lifecycle string + Owner string + System string + Type string + type CatalogInfo struct + VervetAPIs []*API + func LoadCatalogInfo(r io.Reader) (*CatalogInfo, error) + func (c *CatalogInfo) LoadVervetAPIs(root, versions string) error + func (c *CatalogInfo) Save(w io.Writer) error + type Component struct + APIVersion string + Kind string + Metadata Metadata + Spec ComponentSpec + type ComponentSpec struct + Owner string + ProvidesAPIs []string + Type string + type DefinitionRef struct + Text string + type Metadata struct + Annotations map[string]string + Description string + Labels map[string]string + Name string + Namespace string + Tags []string + Title string