managers

package
v1.16.6 Latest Latest
Warning

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

Go to latest
Published: May 11, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

README

pkg/managers

This tree contains the controller factories that wrap region provisioners in the shared core/pkg/manager controller framework.

The common pattern is:

  • initialize a shared provider registry once per controller process
  • expose service metadata and any controller-specific CLI options
  • create a reconciler from a typed provisioner constructor
  • register a watch on one CRD with a generation-changed predicate

So the managers layer is thin by design. Its job is controller composition, not resource policy.

The main shared piece is providers.go, which performs the provider registry bootstrap with a direct client for warm-up and a cached client for normal operation.

Packages

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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