install_crds

command
v0.17.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

README

Install CRDs

This script can be used to install all CRDs that a project requires to the current kubeconfig context.

  • It does so by reading the go.mod file and looking for all modules matching ^github\.com/telekom/controlplane/.*$.
  • It then leverages the convention that CRDs are stored in a config/crd/bases directory in the root of the module.
  • If the module is replaced by a local path, it will use that path to find the CRDs.
  • It installs all CRDs found in the config/crd/bases directory by running kubectl apply -f <path>.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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