v1

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StandardSourcesFile = ".crd-sources.yaml"
	DefaultSourcesDir   = ".crds"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CRDSource

type CRDSource struct {
	Scope Scope    `json:"scope,omitempty"`
	Paths []string `json:"paths"`
}

CRDSource provides a source for loading CRDs.

type Scope

type Scope = resource.Scope

Scope represents a resource scope for processing CRDs.

const (
	ScopeNamespaced Scope = resource.ScopeNamespaced
	ScopeCluster    Scope = resource.ScopeCluster
	ScopeBoth       Scope = resource.ScopeBoth
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL