MCPcopy Create free account
hub / github.com/coderanger/migrations-operator / init

Function init

main.go:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42)
43
44func init() {
45 _ = clientgoscheme.AddToScheme(scheme)
46
47 _ = argoprojstubv1alpha1.AddToScheme(scheme)
48 _ = migrationsv1beta1.AddToScheme(scheme)
49 // +kubebuilder:scaffold:scheme
50}
51
52func main() {
53 var metricsAddr string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected