package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jul 5, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
StandardSourcesFile = ".crd-sources.yaml"
DefaultSourcesDir = ".crds"
)
type CRDSource struct {
Scope Scope `json:"scope,omitempty"`
Paths []string `json:"paths"`
}
CRDSource provides a source for loading CRDs.
Scope represents a resource scope for processing CRDs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.