Versions in this module Expand all Collapse all v2 v2.12.0 Dec 1, 2025 Changes in this version + var ErrNoCRD = errors.New("not a CRD") + func DecodeCRD(content []byte) (*apiextensionsv1.CustomResourceDefinition, error) + func EmbeddedCRD(kind string) (*apiextensionsv1.CustomResourceDefinition, error) + func ParseCRD(scanner *bufio.Scanner) (*apiextensionsv1.CustomResourceDefinition, error)