+ rawSchemaCustomKindv1_0 = []byte(`{"spec":{"properties":{"boolField":{"default":false,"type":"boolean"},"enum":{"default":"default","enum":["default","val2","val3","val4","val1"],"type":"string"},"field1":{"type":"string"},"floatField":{"format":"double","type":"number"},"i32":{"maximum":123456,"minimum":-2147483648,"type":"integer"},"i64":{"maximum":9223372036854775807,"minimum":123456,"type":"integer"},"inner":{"properties":{"innerField1":{"type":"string"},"innerField2":{"items":{"type":"string"},"type":"array"},"innerField3":{"items":{"properties":{"details":{"type":"object","x-kubernetes-preserve-unknown-fields":true},"name":{"type":"string"}},"required":["name","details"],"type":"object"},"type":"array"},"innerField4":{"items":{"type":"object","x-kubernetes-preserve-unknown-fields":true},"type":"array"}},"required":["innerField1","innerField2","innerField3","innerField4"],"type":"object"},"map":{"additionalProperties":{"properties":{"details":{"type":"object","x-kubernetes-preserve-unknown-fields":true},"group":{"type":"string"}},"required":["group","details"],"type":"object"},"type":"object"},"timestamp":{"format":"date-time","type":"string"},"union":{"oneOf":[{"allOf":[{"required":["group"]},{"not":{"anyOf":[{"required":["group","details"]}]}}]},{"required":["group","details"]}],"properties":{"details":{"type":"object","x-kubernetes-preserve-unknown-fields":true},"group":{"type":"string"},"options":{"items":{"type":"string"},"type":"array"}},"type":"object"}},"required":["field1","inner","union","map","timestamp","enum","i32","i64","boolField","floatField"],"type":"object"},"status":{"properties":{"additionalFields":{"description":"additionalFields is reserved for future use","type":"object","x-kubernetes-preserve-unknown-fields":true},"operatorStates":{"additionalProperties":{"properties":{"descriptiveState":{"description":"descriptiveState is an optional more descriptive state field which has no requirements on format","type":"string"},"details":{"description":"details contains any extra information that is operator-specific","type":"object","x-kubernetes-preserve-unknown-fields":true},"lastEvaluation":{"description":"lastEvaluation is the ResourceVersion last evaluated","type":"string"},"state":{"description":"state describes the state of the lastEvaluation.\nIt is limited to three possible states for machine evaluation.","enum":["success","in_progress","failed"],"type":"string"}},"required":["lastEvaluation","state"],"type":"object"},"description":"operatorStates is a map of operator ID to operator state evaluations.\nAny operator which consumes this kind SHOULD add its state evaluation information to this field.","type":"object"},"statusField1":{"type":"string"}},"required":["statusField1"],"type":"object","x-kubernetes-preserve-unknown-fields":true}}`)
0 commit comments