pkgcr

package
v0.27.0 Latest Latest
Warning

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

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

Documentation

Overview

Package pkgcr provides the TKR Package reconciler: it installs yet uninstalled TKR packages.

Index

Constants

View Source
const (
	LabelTKRPackage  = "run.tanzu.vmware.com/tkr-package"
	FieldInstallData = "installData"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ServiceAccountName string
}

type InstallData added in v0.23.0

type InstallData struct {
	ObservedGeneration int64
	Success            bool
}

type Reconciler

type Reconciler struct {
	Log    logr.Logger
	Client client.Client

	Config Config

	Registry registry.Registry
}

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error

Jump to

Keyboard shortcuts

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