Versions in this module Expand all Collapse all v1 v1.23.0 Oct 27, 2025 Changes in this version + type ObjectVisitor func(obj ast.FileObject) status.Error + type Raw struct + AllowAPICall bool + AllowUnknownKinds bool + BuildScoper utildiscovery.BuildScoperFunc + ClusterName string + Converter *declared.ValueConverter + DynamicNSSelectorEnabled bool + NSControllerState *namespacecontroller.State + Objects []ast.FileObject + PolicyDir cmpath.Relative + PreviousCRDs []*apiextensionsv1.CustomResourceDefinition + Scheme *runtime.Scheme + Scope declared.Scope + SyncName string + WebhookEnabled bool + func (r *Raw) Scoped() (*Scoped, status.MultiError) + type RawVisitor func(r *Raw) status.MultiError + func VisitAllRaw(visit ObjectVisitor) RawVisitor + type Scoped struct + AllowAPICall bool + Cluster []ast.FileObject + DynamicNSSelectorEnabled bool + NSControllerState *namespacecontroller.State + Namespace []ast.FileObject + Scope declared.Scope + SyncName string + Unknown []ast.FileObject + func (s *Scoped) Objects() []ast.FileObject + type ScopedVisitor func(s *Scoped) status.MultiError + func VisitClusterScoped(validate ObjectVisitor) ScopedVisitor + func VisitNamespaceScoped(validate ObjectVisitor) ScopedVisitor + type Tree struct + Cluster []ast.FileObject + HierarchyConfigs []ast.FileObject + NamespaceSelectors map[string]ast.FileObject + Repo ast.FileObject + Tree *ast.TreeNode + func BuildTree(scoped *Scoped) (*Tree, status.MultiError) + func (t *Tree) Objects() []ast.FileObject + type TreeVisitor func(t *Tree) status.MultiError v1.23.0-rc.1 Oct 27, 2025