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 ¶
ApplicationManager reconciles an Application object
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.
Click to show internal directories.
Click to hide internal directories.