github.com/verrazzano/verrazzano@v1.7.0/application-operator/controllers/webhooks/testdata/hello-conf_multiComponents2.yaml (about)

     1  # Copyright (c) 2020, 2021, 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: core.oam.dev/v1alpha2
     5  kind: ApplicationConfiguration
     6  metadata:
     7    name: hello-app
     8    namespace: default
     9    annotations:
    10      version: v1.0.0
    11      description: "Hello application"
    12  
    13  spec:
    14    components:
    15      - componentName: hello-component1
    16      - componentName: hello-component2
    17        scopes:
    18          - scopeRef:
    19              apiVersion: core.oam.dev/v1alpha2
    20              kind: HealthScope
    21              name: example-health-scope
    22      - componentName: hello-component3
    23      - componentName: hello-component4
    24        scopes:
    25          - scopeRef:
    26              apiVersion: core.oam.dev/v1alpha2
    27              kind: HealthScope
    28              name: example-health-scope