apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this name: "[Stable] ClusterResourceQuota" crd: 0000_03_quota-openshift_01_clusterresourcequota.crd.yaml tests: onCreate: - name: Should be able to create a minimal ClusterResourceQuota initial: | apiVersion: quota.openshift.io/v1 kind: ClusterResourceQuota spec: selector: {} quota: {} expected: | apiVersion: quota.openshift.io/v1 kind: ClusterResourceQuota spec: selector: {} quota: {}