...
1apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
2name: "[Stable] InsightsDataGather"
3crd: 0000_10_config-operator_01_insightsdatagather.crd.yaml
4tests:
5 onCreate:
6 - name: Should be able to create a minimal InsightsDataGather
7 initial: |
8 apiVersion: config.openshift.io/v1alpha1
9 kind: InsightsDataGather
10 spec: {} # No spec is required for a InsightsDataGather
11 expected: |
12 apiVersion: config.openshift.io/v1alpha1
13 kind: InsightsDataGather
14 spec: {}
View as plain text