...

Text file src/github.com/openshift/api/machine/v1beta1/stable.machine.testsuite.yaml

Documentation: github.com/openshift/api/machine/v1beta1

     1apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
     2name: "[Stable] Machine"
     3crd: 0000_10_machine.crd.yaml
     4tests:
     5  onCreate:
     6  - name: Should be able to create a minimal Machine
     7    initial: |
     8      apiVersion: machine.openshift.io/v1beta1
     9      kind: Machine
    10      spec: {} # No spec is required for a Machine
    11    expected: |
    12      apiVersion: machine.openshift.io/v1beta1
    13      kind: Machine
    14      spec: {}

View as plain text