1# Copyright 2021 The Kubernetes Authors. 2# SPDX-License-Identifier: Apache-2.0 3 4apiVersion: example.com/v1 5kind: Foo 6metadata: 7 name: example 8spec: 9 targets: 10 - app: A 11 type: Go 12 size: small 13 - app: B 14 type: Go
View as plain text