typeregistry

package
v0.7.3 Latest Latest
Warning

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

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

README

pkg/typeregistry

This package contains a single generated file — zz_generated_typeregistry.go. Do not edit it manually.

Regenerate it whenever the Katalog changes:

ork generate registry -f katalog.yaml

The file wires Go types and hook/constructor functions into the Orkestra runtime's type registries (ObjectRegistry, ListRegistry, HookRegistry, ReconcilerRegistry). Without it, typed CRDs cannot be decoded and custom reconcile logic is not called.

For a full explanation of what gets generated and why, see pkg/generate/docs/03-type-registry.md.

Documentation

Overview

pkg/typeregistry/zz_generated_typeregistry.go Code generated by "ork generate registry" on 2026-03-19T12:05:02Z. DO NOT EDIT. Re-generate by running: ork generate registry --file <path-or-url>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterRuntimeObjects

func RegisterRuntimeObjects()

func RegisterTypedScheme

func RegisterTypedScheme(scheme *runtime.Scheme) (*runtime.Scheme, error)

RegisterTypedScheme drains orktypes.SchemeAdderFns — functions registered by external generated packages via their init() calls. This is how the user's generated pkg/runtime wires its AddToScheme functions into NewSchemeRegistry without any explicit call beyond the blank import.

Types

This section is empty.

Jump to

Keyboard shortcuts

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