Documentation
¶
Overview ¶
Package registry contains the manually vendored type definitions from the operator-framework/operator-registry repository.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotations ¶
type Annotations struct {
// PackageName is the name of the overall package, ala `etcd`.
PackageName string `json:"operators.operatorframework.io.bundle.package.v1" yaml:"operators.operatorframework.io.bundle.package.v1"`
// Channels are a comma separated list of the declared channels for the bundle, ala `stable` or `alpha`.
Channels string `json:"operators.operatorframework.io.bundle.channels.v1" yaml:"operators.operatorframework.io.bundle.channels.v1"`
// DefaultChannelName is, if specified, the name of the default channel for the package. The
// default channel will be installed if no other channel is explicitly given. If the package
// has a single channel, then that channel is implicitly the default.
DefaultChannelName string `` /* 127-byte string literal not displayed */
}
Annotations is a list of annotations for a given bundle
type AnnotationsFile ¶
type AnnotationsFile struct {
// annotations is a list of annotations for a given bundle
Annotations Annotations `json:"annotations" yaml:"annotations"`
}
AnnotationsFile holds annotation information about a bundle
Click to show internal directories.
Click to hide internal directories.