1kind: Foo 2apiVersion: company.com/v1 3metadata: 4 name: second-instance 5 namespace: default 6 labels: 7 pruneGroup: "true" 8someField: field1 9otherField: field2 10nestedField: 11 someSubfield: subfield1 12 otherSubfield: subfield2
View as plain text