...

Text file src/github.com/openshift/api/cloudnetwork/v1/stable.cloudprivateipconfig.testsuite.yaml

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

     1apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
     2name: "[Stable] Cloud Network"
     3crd: 001-cloudprivateipconfig.crd.yaml
     4tests:
     5  onCreate:
     6  - name: Should be able to create a minimal CloudPrivateIPConfig
     7    initial: |
     8      apiVersion: cloud.network.openshift.io/v1
     9      kind: CloudPrivateIPConfig
    10      metadata:
    11        name: 1.2.3.4
    12      spec: {} # No spec is required for a CloudPrivateIPConfig
    13    expected: |
    14      apiVersion: cloud.network.openshift.io/v1
    15      kind: CloudPrivateIPConfig
    16      metadata:
    17        name: 1.2.3.4
    18      spec: {}

View as plain text