Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Annotations ¶
type Annotations struct { manifests.Annotations OpenshiftVersions string `json:"com.redhat.openshift.versions,omitempty" yaml:"com.redhat.openshift.versions,omitempty"` }
func LoadAnnotations ¶
LoadAnnotations reads an operator bundle's annotations.yaml from r.
type AnnotationsFile ¶
type AnnotationsFile struct {
Annotations Annotations `json:"annotations" yaml:"annotations"`
}
Click to show internal directories.
Click to hide internal directories.