affinity matchExpression has values

This commit is contained in:
Felix Kunde 2022-02-16 12:33:24 +01:00
parent 6ce84147c1
commit 0f900661cc
1 changed files with 4 additions and 4 deletions

View File

@ -368,7 +368,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
"operator": {
Type: "string",
},
"value": {
"values": {
Type: "array",
Items: &apiextv1.JSONSchemaPropsOrArray{
Schema: &apiextv1.JSONSchemaProps{
@ -393,7 +393,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
"operator": {
Type: "string",
},
"value": {
"values": {
Type: "array",
Items: &apiextv1.JSONSchemaPropsOrArray{
Schema: &apiextv1.JSONSchemaProps{
@ -438,7 +438,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
"operator": {
Type: "string",
},
"value": {
"values": {
Type: "array",
Items: &apiextv1.JSONSchemaPropsOrArray{
Schema: &apiextv1.JSONSchemaProps{
@ -463,7 +463,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
"operator": {
Type: "string",
},
"value": {
"values": {
Type: "array",
Items: &apiextv1.JSONSchemaPropsOrArray{
Schema: &apiextv1.JSONSchemaProps{