MCPcopy Create free account
hub / github.com/cloudnative-pg/plugin-barman-cloud / init

Function init

internal/cnpgi/operator/manager.go:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46var scheme = runtime.NewScheme()
47
48func init() {
49 utilruntime.Must(clientgoscheme.AddToScheme(scheme))
50 barmancloudv1.AddKnownTypes(scheme)
51 // +kubebuilder:scaffold:scheme
52}
53
54// Start starts the manager
55func Start(ctx context.Context) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected