Documentation
¶
Index ¶
- Variables
- func ExpectConditionToBeFalse(g gomega.Gomega, condition *metav1.Condition, reason string)
- func ExpectConditionToBeTrue(g gomega.Gomega, condition *metav1.Condition, reason string)
- func ExpectConditionToMatch(g gomega.Gomega, condition *metav1.Condition, reason string, toBeTrue bool)
- func GetCrdPaths(modPathRE string) (paths []string, err error)
- func GetCrdPathsOrDie(modPathRE string) []string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PkgModCrdsSubpath = "config/crd/bases" IgnoreOwnModPath = true )
Functions ¶
func ExpectConditionToBeTrue ¶
func ExpectConditionToMatch ¶
func GetCrdPaths ¶
GetCrdPaths will detect matching module paths from go.mod and return the CRD paths The go.mod file is detected by traversing the directory tree starting from the current working directory
func GetCrdPathsOrDie ¶
GetCrdPathsOrDie same as LoadCrdPaths but panics on error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.