From 0f900661cc870a056867312dd5c83efd2cfa6d65 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 16 Feb 2022 12:33:24 +0100 Subject: [PATCH] affinity matchExpression has values --- pkg/apis/acid.zalan.do/v1/crds.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/apis/acid.zalan.do/v1/crds.go b/pkg/apis/acid.zalan.do/v1/crds.go index 0c4b5f4f3..64f8b2270 100644 --- a/pkg/apis/acid.zalan.do/v1/crds.go +++ b/pkg/apis/acid.zalan.do/v1/crds.go @@ -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{