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