Versions in this module Expand all Collapse all v1 v1.23.0 Oct 27, 2025 Changes in this version + const RootScope + func DeleteAllNamespacesError(previous []string) status.Error + func IsRootManager(manager string) bool + func ReconcilerNameFromScope(syncScope Scope, syncName string) string + func ResourceManager(scope Scope, rsName string) string + type Resources struct + func (r *Resources) DeclaredCRDs(scheme *runtime.Scheme) ([]*apiextensionsv1.CustomResourceDefinition, status.MultiError) + func (r *Resources) DeclaredGVKs() (map[schema.GroupVersionKind]struct{}, string) + func (r *Resources) DeclaredObjects() []client.Object + func (r *Resources) DeclaredUnstructureds() []*unstructured.Unstructured + func (r *Resources) GetDeclared(id core.ID) (*unstructured.Unstructured, string, bool) + func (r *Resources) UpdateDeclared(ctx context.Context, objects []client.Object, commit string) ([]client.Object, status.Error) + type Scope string + func ManagerScopeAndName(manager string) (Scope, string) + func ScopeFromSyncNamespace(syncNamespace string) Scope + func (s Scope) String() string + func (s Scope) SyncKind() string + func (s Scope) SyncNamespace() string + func (s Scope) Validate() error + type ValueConverter struct + func NewValueConverter(dc discovery.OpenAPISchemaInterface) (*ValueConverter, error) + func (v *ValueConverter) Refresh() error + func (v *ValueConverter) TypedValue(obj runtime.Object) (*typed.TypedValue, error) v1.23.0-rc.1 Oct 27, 2025