Versions in this module Expand all Collapse all v1 v1.23.0 Oct 27, 2025 Changes in this version + func Hierarchical(objs []ast.FileObject, opts Options) ([]ast.FileObject, status.MultiError) + func Unstructured(ctx context.Context, c client.Client, objs []ast.FileObject, opts Options) ([]ast.FileObject, status.MultiError) + type Options struct + AllowAPICall bool + AllowUnknownKinds bool + BuildScoper discovery.BuildScoperFunc + ClusterName string + Converter *declared.ValueConverter + DynamicNSSelectorEnabled bool + FieldManager string + MaxObjectCount int + NSControllerState *namespacecontroller.State + PolicyDir cmpath.Relative + PreviousCRDs []*apiextensionsv1.CustomResourceDefinition + Scheme *runtime.Scheme + Scope declared.Scope + SyncName string + Visitors []VisitorFunc + WebhookEnabled bool + type VisitorFunc func(objs []ast.FileObject) ([]ast.FileObject, status.MultiError) v1.23.0-rc.1 Oct 27, 2025