...

Text file src/github.com/openshift/api/example/v1alpha1/techpreview.notstableconfigtype.testsuite.yaml

Documentation: github.com/openshift/api/example/v1alpha1

     1apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
     2name: "[Stable] NotStableConfigType"
     3crd: 0000_50_notstabletype-techpreview.crd.yaml
     4tests:
     5  onCreate:
     6  - name: Should be able to create a minimal NotStableConfigType
     7    initial: |
     8      apiVersion: example.openshift.io/v1alpha1
     9      kind: NotStableConfigType
    10      spec:
    11        newField: foo
    12    expected: |
    13      apiVersion: example.openshift.io/v1alpha1
    14      kind: NotStableConfigType
    15      spec:
    16        newField: foo

View as plain text