helm_controller

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2024 License: AGPL-3.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LabelInstallOrUpgradeJob string = "kloudlite.io/chart-install-or-upgrade-job"
	LabelResourceGeneration  string = "kloudlite.io/resource-generation"
	LabelUninstallJob        string = "kloudlite.io/chart-uninstall-job"
	LabelHelmChartName       string = "kloudlite.io/helm-chart.name"
)
View Source
const (
	ClusterPrerequisitesReady string = "cluster-prerequisites-ready"

	HelmJobRBACReady                    string = "helm-job-rbac-ready"
	HelmInstallJobAppliedAndCompleted   string = "helm-install-job-applied-and-completed"
	HelmUninstallJobAppliedAndCompleted string = "helm-uninstall-job-applied-and-completed"

	DefaultsPatched string = "defaults-patched"
	KeyMsvcOutput   string = "msvc-output"

	AnnotationCurrentStorageSize string = "kloudlite.io/msvc.storage-size"
)

Variables

View Source
var ApplyCheckList = []rApi.CheckMeta{
	{Name: DefaultsPatched, Title: "Defaults Patched", Debug: true},
	{Name: HelmJobRBACReady, Title: "Helm Lifecycle RBAC Ready"},
	{Name: HelmInstallJobAppliedAndCompleted, Title: "Helm Install Lifecycle Applied and Completed"},
}
View Source
var DeleteCheckList = []rApi.CheckMeta{
	{Name: DefaultsPatched, Title: "Defaults Patched", Debug: true},
	{Name: HelmUninstallJobAppliedAndCompleted, Title: "Helm Uninstall Lifecycle Applied And Completed"},
}

DefaultsPatched string = "defaults-patched"

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	client.Client
	Scheme *runtime.Scheme
	Env    *env.Env

	Name string
	// contains filtered or unexported fields
}

func (*Reconciler) GetName

func (r *Reconciler) GetName() string

func (*Reconciler) Reconcile

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

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, logger logging.Logger) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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