k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/hack/testdata/multi-resource-2.yaml (about) 1 # Simple test that errors should not block apply of valid 2 # resources. The ConfigMap should successfully apply, while 3 # the custom resource fails because the CRD is missing. 4 apiVersion: v1 5 kind: ConfigMap 6 metadata: 7 name: foo 8 --- 9 apiVersion: example.com/v1 10 kind: Bogus 11 metadata: 12 name: foo