tektoninstallerset

package
v0.63.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2022 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

Creates the installerset on the cluster

func GenerateInstallerSetWithName

func GenerateInstallerSetWithName(ctx context.Context, ci ComponentInstaller, name string) (*v1alpha1.TektonInstallerSet, error)

Generates the installerset with name

func GenerateInstallerSetWithPrefixName

func GenerateInstallerSetWithPrefixName(ctx context.Context, ci ComponentInstaller, namePrefix string) (*v1alpha1.TektonInstallerSet, error)

Generates the installerset with prefix name

func InitTektonInstallerSetClient

func InitTektonInstallerSetClient(ctx context.Context)

Types

type ComponentInstaller

type ComponentInstaller interface {
	GetManifest(ctx context.Context) (*mf.Manifest, error)
	GetLabels(ctx context.Context) map[string]string
	GetAnnotations(ctx context.Context) map[string]string
	GetOwnerReferences(ctx context.Context) []metav1.OwnerReference
}

Jump to

Keyboard shortcuts

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