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 {
Runtime CRDSourceRuntime `json:"runtime"`
Offline CRDSourceOffline `json:"offline"`
}
CRDSource provides a source for loading CRDs.
type CRDSourceOffline ¶
CRDSourceOffline is the section used by tooling to download CRDs from remote packages to the local filesystem.
type CRDSourceRuntime ¶
CRDSourceRuntime is used by the language server at runtime to load schemas from filesystem paths.
Click to show internal directories.
Click to hide internal directories.