github.com/verrazzano/verrazzano@v1.7.0/cluster-operator/controllers/quickcreate/controller/oci/network/testdata/ocicluster.yaml (about)

     1  # Copyright (c) 2023, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  
     4  apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
     5  kind: OCICluster
     6  metadata:
     7    name: test
     8    namespace: test
     9  spec:
    10    networkSpec:
    11      vcn:
    12        id: test
    13        subnets:
    14          - id: test1
    15            role: service-lb
    16          - id: test2
    17            role: control-plane-endpoint
    18          - id: test3
    19            role: worker