Skip to content

Commit 7f939ff

Browse files
committed
feat: align DataGather with InsightsDataGather
This commit aligns the configuration options of the DataGather CRD with those of InsightsDataGather, making it easier to use both CRDs. Signed-off-by: Ondrej Pokorny <[email protected]>
1 parent 4d05e47 commit 7f939ff

13 files changed

+1584
-961
lines changed

insights/v1alpha2/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.PHONY: test
22
test:
3-
make -C ../../tests test GINKGO_EXTRA_ARGS=--focus="insights.openshift.io/v1alpha2"
3+
make -C ../../tests test GINKGO_EXTRA_ARGS=--focus="insights.openshift.io/v1alpha2"

insights/v1alpha2/doc.go

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// +k8s:defaulter-gen=TypeMeta
33
// +k8s:openapi-gen=true
44

5-
// +kubebuilder:validation:Optional
65
// +groupName=insights.openshift.io
76
// Package v1alpha2 is the v1alpha2 version of the API.
87
package v1alpha2

0 commit comments

Comments
 (0)