github.com/verrazzano/verrazzano@v1.7.0/tools/oam-converter/pkg/testdata/template/app_conf.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 apiVersion: core.oam.dev/v1alpha2 4 kind: ApplicationConfiguration 5 metadata: 6 name: test-appconf 7 namespace: test-namespace 8 spec: 9 components: 10 - componentName: test-component 11 traits: 12 - trait: 13 apiVersion: oam.verrazzano.io/v1alpha1 14 kind: IngressTrait 15 metadata: 16 name: test-ingress-trait 17 spec: 18 rules: 19 - paths: 20 - path: /test-ingress-path 21 pathType: Prefix