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