gke-deploy/core/resource/testing/replicaset-updated.yaml (14 lines of code) (raw):

apiVersion: extensions/v1beta1 kind: ReplicaSet metadata: name: test-replica-set spec: replicas: 3 template: metadata: labels: app: test-replica-set spec: containers: - image: REPLACED name: test-app