1# Copyright 2019 The Kubernetes Authors. 2# SPDX-License-Identifier: Apache-2.0 3 4apiVersion: apps/v1 5kind: Deployment 6metadata: 7 name: test-1 8 annotations: 9 baz: foo 10--- 11apiVersion: apps/v1 12kind: StatefulSet 13metadata: 14 name: test-2 15 annotations: 16 foo: bar 17--- 18apiVersion: apps/v1 19kind: Deployment 20metadata: 21 name: test-3 22 annotations: 23 foo: bar