...
1apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
2name: "[Stable] Network"
3crd: 0000_70_cluster-network-operator_01.crd.yaml
4tests:
5 onCreate:
6 - name: Should be able to create a minimal Network
7 initial: |
8 apiVersion: operator.openshift.io/v1
9 kind: Network
10 spec: {} # No spec is required for a Network
11 expected: |
12 apiVersion: operator.openshift.io/v1
13 kind: Network
14 spec:
15 disableNetworkDiagnostics: false
16 logLevel: Normal
17 operatorLogLevel: Normal
View as plain text