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), "../../..") // BazelBinDir is the filesystem path to the bazel-bin directory within the // root of the repository. // This will not be accessible when running within the bazel sandbox, but // is useful for reading bazel files when running commands with `go test`. BazelBinDir = filepath.Join(ModuleRootDir, "bazel-bin") )
Functions ¶
func CRDDirectory ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.