Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ModuleRootDir is the filesystem path to the root of the repository. ModuleRootDir = filepath.Join(filepath.Dir(b), "../../..") // BinDir is the filesystem path of the bin directory which is populated using // Makefile commands // TODO: the BINDIR is configurable in make but is hardcoded here. It might be nice // to detect the BINDIR here (`make print-bindir`?) BinDir = filepath.Join(ModuleRootDir, "_bin") // BinToolsDir is the filesystem path of the bin/tools directory which can for // example be populated by `make -f make/Makefile integration-test-tools`. BinToolsDir = filepath.Join(BinDir, "tools") // BinCRDDir is the filesystem path of templated CRDs created by Makefile commands BinCRDDir = filepath.Join(BinDir, "yaml", "templated-crds") )
Functions ¶
func CRDDirectory ¶
CRDDirectory returns the directory containing CRDs, if it can be found.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.