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