@@ -717,6 +717,9 @@ var OperatorConfigCRDResourceValidation = apiextv1beta1.CustomResourceValidation
717717 },
718718 },
719719 },
720+ "master_pod_move_timeout" : {
721+ Type : "string" ,
722+ },
720723 "node_readiness_label" : {
721724 Type : "object" ,
722725 AdditionalProperties : & apiextv1beta1.JSONSchemaPropsOrBool {
@@ -748,12 +751,21 @@ var OperatorConfigCRDResourceValidation = apiextv1beta1.CustomResourceValidation
748751 },
749752 },
750753 },
754+ "pod_priority_class_name" : {
755+ Type : "string" ,
756+ },
751757 "pod_role_label" : {
752758 Type : "string" ,
753759 },
760+ "pod_service_account_definition" : {
761+ Type : "string" ,
762+ },
754763 "pod_service_account_name" : {
755764 Type : "string" ,
756765 },
766+ "pod_service_account_role_binding_definition" : {
767+ Type : "string" ,
768+ },
757769 "pod_terminate_grace_period" : {
758770 Type : "string" ,
759771 },
@@ -826,6 +838,14 @@ var OperatorConfigCRDResourceValidation = apiextv1beta1.CustomResourceValidation
826838 "load_balancer" : {
827839 Type : "object" ,
828840 Properties : map [string ]apiextv1beta1.JSONSchemaProps {
841+ "custom_service_annotations" : {
842+ Type : "object" ,
843+ AdditionalProperties : & apiextv1beta1.JSONSchemaPropsOrBool {
844+ Schema : & apiextv1beta1.JSONSchemaProps {
845+ Type : "string" ,
846+ },
847+ },
848+ },
829849 "db_hosted_zone" : {
830850 Type : "string" ,
831851 },
@@ -835,14 +855,6 @@ var OperatorConfigCRDResourceValidation = apiextv1beta1.CustomResourceValidation
835855 "enable_replica_load_balancer" : {
836856 Type : "boolean" ,
837857 },
838- "custom_service_annotations" : {
839- Type : "object" ,
840- AdditionalProperties : & apiextv1beta1.JSONSchemaPropsOrBool {
841- Schema : & apiextv1beta1.JSONSchemaProps {
842- Type : "string" ,
843- },
844- },
845- },
846858 "master_dns_name_format" : {
847859 Type : "string" ,
848860 },
@@ -877,27 +889,27 @@ var OperatorConfigCRDResourceValidation = apiextv1beta1.CustomResourceValidation
877889 "logical_backup" : {
878890 Type : "object" ,
879891 Properties : map [string ]apiextv1beta1.JSONSchemaProps {
880- "logical_backup_schedule" : {
881- Type : "string" ,
882- Pattern : "^(\\ d+|\\ *)(/\\ d+)?(\\ s+(\\ d+|\\ *)(/\\ d+)?){4}$" ,
883- },
884892 "logical_backup_docker_image" : {
885893 Type : "string" ,
886894 },
895+ "logical_backup_s3_access_key_id" : {
896+ Type : "string" ,
897+ },
887898 "logical_backup_s3_bucket" : {
888899 Type : "string" ,
889900 },
890901 "logical_backup_s3_endpoint" : {
891902 Type : "string" ,
892903 },
893- "logical_backup_s3_sse " : {
904+ "logical_backup_s3_secret_access_key " : {
894905 Type : "string" ,
895906 },
896- "logical_backup_s3_access_key_id " : {
907+ "logical_backup_s3_sse " : {
897908 Type : "string" ,
898909 },
899- "logical_backup_s3_secret_access_key" : {
900- Type : "string" ,
910+ "logical_backup_schedule" : {
911+ Type : "string" ,
912+ Pattern : "^(\\ d+|\\ *)(/\\ d+)?(\\ s+(\\ d+|\\ *)(/\\ d+)?){4}$" ,
901913 },
902914 },
903915 },
0 commit comments