bundle

package
v0.0.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSecurityContextConstraints

func GetSecurityContextConstraints(ctx context.Context, bundlePath string) ([]string, error)

GetSecurityContextConstraints returns an string array of SCC resource names requested by the operator as specified in the csv

Types

type Annotations

type Annotations struct {
	manifests.Annotations

	OpenshiftVersions string `json:"com.redhat.openshift.versions,omitempty" yaml:"com.redhat.openshift.versions,omitempty"`
}

func LoadAnnotations

func LoadAnnotations(ctx context.Context, r io.Reader) (*Annotations, error)

LoadAnnotations reads an operator bundle's annotations.yaml from r.

type AnnotationsFile

type AnnotationsFile struct {
	Annotations Annotations `json:"annotations" yaml:"annotations"`
}

type Report

type Report struct {
	Results []validationerrors.ManifestResult
	Passed  bool
}

func Validate

func Validate(ctx context.Context, imagePath string) (*Report, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL