operator

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateOperatorResourceGroup

func CreateOperatorResourceGroup(group string, args *FactoryArgs) ([]client.Object, error)

CreateOperatorResourceGroup creates all cluster resources from a specific group/component

func NewAaqCrd

func NewAaqCrd() *extv1.CustomResourceDefinition

NewAaqCrd - provides AAQ CRD

func NewClusterServiceVersion

func NewClusterServiceVersion(data *ClusterServiceVersionData) (*csvv1.ClusterServiceVersion, error)

NewClusterServiceVersion - generates CSV for CDI

Types

type ClusterServiceVersionData

type ClusterServiceVersionData struct {
	CsvVersion         string
	ReplacesCsvVersion string
	Namespace          string
	ImagePullPolicy    string
	ImagePullSecrets   []corev1.LocalObjectReference
	IconBase64         string
	Verbosity          string

	OperatorVersion string

	ControllerImage    string
	WebhookServerImage string
	OperatorImage      string
}

ClusterServiceVersionData - Data arguments used to create AAQ's CSV manifest

type FactoryArgs

type FactoryArgs struct {
	NamespacedArgs namespaced.FactoryArgs
	Image          string
}

FactoryArgs contains the required parameters to generate all cluster-scoped resources

Jump to

Keyboard shortcuts

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