app

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 (
	ImagesLabelled  string = "images-labelled"
	DeploymentReady string = "deployment-ready"
	ServicesReady   string = "services-ready"
	HPAConfigured   string = "hpa-configured"

	CleanedOwnedResources string = "cleaned-owned-resources"
	DeploymentSvcCreated  string = "deployment-svc-created"

	AppInterceptCreated string = "app-intercept-created"

	DefaultsPatched string = "defaults-patched"
	AppRouterReady  string = "app-router-ready"
)

Variables

View Source
var DeleteChecklist = []rApi.CheckMeta{
	{Name: CleanedOwnedResources, Title: "Cleaning up resources"},
}

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	client.Client
	Scheme     *runtime.Scheme
	Logger     logging.Logger
	Name       string
	Env        *env.Env
	YamlClient kubectl.YAMLClient
	// 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