operator

package
v0.1.1-alpha.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Pinned to upstream opm v1.18.0 (k8s 1.21).
	OPMImage = "quay.io/operator-framework/opm@sha256:038007c1c5d5f0efa50961cbcc097c6e63655a2ab4126547e3c4eb620ad0346e"
)

Functions

This section is empty.

Types

type MirrorOptions

type MirrorOptions struct {
	cli.RootOptions

	SkipImagePin bool
	Logger       *logrus.Entry
	// contains filtered or unexported fields
}

MirrorOptions configures either a Full or Diff mirror operation on a particular operator catalog image.

func NewMirrorOptions

func NewMirrorOptions(ro cli.RootOptions) *MirrorOptions

func (*MirrorOptions) Diff

Diff mirrors only the diff between each old and new catalog image pair to the <Dir>/src directory.

func (*MirrorOptions) Full

Full mirrors each catalog image in its entirety to the <Dir>/src directory.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳