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