* Generate CRDs for the sample API types * Allow alternative CRDs to be loaded into the envtest API server * Override the conversion configuration of the CRDs * Show webhook server logs in tests * Simplify the loading of the test API CRDs * Allow the ConversionHandler to be overridden in tests Signed-off-by: Richard Wall <richard.wall@jetstack.io>
14 lines
273 B
Python
14 lines
273 B
Python
filegroup(
|
|
name = "package-srcs",
|
|
srcs = glob(["**"]),
|
|
tags = ["automanaged"],
|
|
visibility = ["//visibility:private"],
|
|
)
|
|
|
|
filegroup(
|
|
name = "all-srcs",
|
|
srcs = [":package-srcs"],
|
|
tags = ["automanaged"],
|
|
visibility = ["//visibility:public"],
|
|
)
|