...
1apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
2name: "[Stable] ClusterResourceQuota"
3crd: 0000_03_quota-openshift_01_clusterresourcequota.crd.yaml
4tests:
5 onCreate:
6 - name: Should be able to create a minimal ClusterResourceQuota
7 initial: |
8 apiVersion: quota.openshift.io/v1
9 kind: ClusterResourceQuota
10 spec:
11 selector: {}
12 quota: {}
13 expected: |
14 apiVersion: quota.openshift.io/v1
15 kind: ClusterResourceQuota
16 spec:
17 selector: {}
18 quota: {}
View as plain text