File tree 1 file changed +16
-0
lines changed
pkg/apis/acid.zalan.do/v1 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,14 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
355
355
},
356
356
},
357
357
},
358
+ "masterServiceAnnotations" : {
359
+ Type : "object" ,
360
+ AdditionalProperties : & apiextv1.JSONSchemaPropsOrBool {
361
+ Schema : & apiextv1.JSONSchemaProps {
362
+ Type : "string" ,
363
+ },
364
+ },
365
+ },
358
366
"nodeAffinity" : {
359
367
Type : "object" ,
360
368
Properties : map [string ]apiextv1.JSONSchemaProps {
@@ -654,6 +662,14 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
654
662
Type : "boolean" ,
655
663
Description : "deprecated" ,
656
664
},
665
+ "replicaServiceAnnotations" : {
666
+ Type : "object" ,
667
+ AdditionalProperties : & apiextv1.JSONSchemaPropsOrBool {
668
+ Schema : & apiextv1.JSONSchemaProps {
669
+ Type : "string" ,
670
+ },
671
+ },
672
+ },
657
673
"resources" : {
658
674
Type : "object" ,
659
675
Properties : map [string ]apiextv1.JSONSchemaProps {
You can’t perform that action at this time.
0 commit comments