application

package
v0.6.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	GitRepoKind       = sourcev1beta2.GitRepositoryKind
	HelmRepoKind      = sourcev1beta2.HelmRepositoryKind
	OCIRepoKind       = sourcev1beta2.OCIRepositoryKind
	KustomizationKind = kustomizev1beta2.KustomizationKind
	HelmReleaseKind   = helmv2b1.HelmReleaseKind

	ApplicationLabel     = "apps.kurator.dev/app-name"
	ApplicationKind      = "Application"
	ApplicationFinalizer = "apps.kurator.dev"
)
View Source
const (
	// kurator rollout labels
	RolloutIdentifier = "kurator.dev/rollout"

	// StatusSyncInterval specifies the interval for requeueing when synchronizing status. It determines how frequently the status should be checked and updated.
	StatusSyncInterval = 30 * time.Second
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationManager

type ApplicationManager struct {
	client.Client
	Scheme *runtime.Scheme
}

ApplicationManager reconciles an Application object

func (*ApplicationManager) Reconcile

func (a *ApplicationManager) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)

func (*ApplicationManager) SetupWithManager

func (a *ApplicationManager) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error

SetupWithManager sets up the controller with the Manager.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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