clusterService

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: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AccessCredsGenerated     string = "access-creds-generated"
	MongoDBHelmApplied       string = `mongodb-helm-applied`
	MongoDBHelmReady         string = `mongodb-helm-ready`
	MongoDBHelmDeleted       string = `mongodb-helm-deleted`
	MongoDBStatefulSetsReady string = `mongodb-statefulsets-ready`

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

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

Variables

View Source
var ApplyCheckList = []rApi.CheckMeta{
	{Name: AccessCredsGenerated, Title: "Access Credentials Generated"},
	{Name: MongoDBHelmApplied, Title: "MongoDB Helm Applied"},
	{Name: MongoDBHelmReady, Title: "MongoDB Helm Ready"},
	{Name: MongoDBStatefulSetsReady, Title: "MongoDB StatefulSets Ready"},
}
View Source
var DeleteCheckList = []rApi.CheckMeta{
	{Name: MongoDBHelmDeleted, Title: "MongoDB Helm Deleted"},
}

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

Jump to

Keyboard shortcuts

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