1{ 2 "type": "typeValue", 3 "object": { 4 "apiVersion": "example.com/v1", 5 "kind": "CustomType", 6 "spec": { 7 "replicas": 1 8 }, 9 "status": { 10 "available": 1 11 } 12 } 13}
View as plain text