Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmMetadata ¶
HelmMetadata writes metadata parsed from a Helm chart to ClusterServiceVersion.
func (*HelmMetadata) Embed ¶
func (hm *HelmMetadata) Embed(ctx context.Context, csv *v1alpha1.ClusterServiceVersion) error
Embed reads Chart.yaml and puts all the matching available metadata into given ClusterServiceVersion.
type Parser ¶
Parser parses Kubernetes objects from given streams and files.
func (*Parser) Parse ¶
func (p *Parser) Parse() ([]*unstructured.Unstructured, error)
Parse returns an array of *unstructured.Unstructured parsed from the streams.
Click to show internal directories.
Click to hide internal directories.