crossplane

package
v1.3.8 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exists

func Exists(ctx context.Context, opts ExistOpts) (bool, error)

func Install

func Install(ctx context.Context, opts InstallOpts) error

func InstalledPOD

func InstalledPOD(ctx context.Context, restConfig *rest.Config) (*corev1.Pod, error)

func PODImageVersion

func PODImageVersion(pod *corev1.Pod) (string, error)

func Uninstall

func Uninstall(opts UninstallOpts) error

Types

type ExistOpts

type ExistOpts struct {
	RESTConfig *rest.Config
	Namespace  string
}

type InstallOpts

type InstallOpts struct {
	RESTConfig *rest.Config
	ChartURL   string
	Verbose    bool
	HttpProxy  string
	HttpsProxy string
	NoProxy    string
	Namespace  string
	EventBus   eventbus.Bus
}

type UninstallOpts

type UninstallOpts struct {
	RESTConfig *rest.Config
	Namespace  string
	Verbose    bool
	EventBus   eventbus.Bus
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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