apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this name: "[Stable] ContainerRuntimeConfig" crd: 0000_80_containerruntimeconfig.crd.yaml tests: onCreate: - name: Should be able to create a minimal ContainerRuntimeConfig initial: | apiVersion: machineconfiguration.openshift.io/v1 kind: ContainerRuntimeConfig spec: containerRuntimeConfig: {} expected: | apiVersion: machineconfiguration.openshift.io/v1 kind: ContainerRuntimeConfig spec: containerRuntimeConfig: {}