...

Text file src/github.com/openshift/api/securityinternal/v1/stable.rangeallocation.testsuite.yaml

Documentation: github.com/openshift/api/securityinternal/v1

     1apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
     2name: "[Stable] RangeAllocation"
     3crd: 0000_03_securityinternal-openshift_02_rangeallocation.crd.yaml
     4tests:
     5  onCreate:
     6  - name: Should be able to create a minimal RangeAllocation
     7    initial: |
     8      apiVersion: security.internal.openshift.io/v1
     9      kind: RangeAllocation
    10      # No fields are required for a RangeAllocation
    11    expected: |
    12      apiVersion: security.internal.openshift.io/v1
    13      kind: RangeAllocation

View as plain text