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