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