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