github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/test-events/skaffold.yaml (about) 1 apiVersion: skaffold/v4beta11 2 kind: Config 3 build: 4 artifacts: 5 - image: test-events 6 manifests: 7 rawYaml: 8 - k8s-* 9 profiles: 10 - name: custom 11 test: 12 - image: test-events 13 custom: 14 - command: echo Hello! 15 - name: structure 16 test: 17 - image: test-events 18 structureTests: 19 - ./test/* 20 - name: customandstructure 21 test: 22 - image: test-events 23 custom: 24 - command: echo Hello! 25 structureTests: 26 - ./test/*