apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this name: "[Stable] InsightsDataGather" crd: 0000_10_config-operator_01_insightsdatagather.crd.yaml tests: onCreate: - name: Should be able to create a minimal InsightsDataGather initial: | apiVersion: config.openshift.io/v1alpha1 kind: InsightsDataGather spec: {} # No spec is required for a InsightsDataGather expected: | apiVersion: config.openshift.io/v1alpha1 kind: InsightsDataGather spec: {}