From 21af60fa79b5aeecdca44f2057025104e5893ca8 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 12 Dec 2024 11:25:30 +0000 Subject: [PATCH] Update crds for kubedb/apimachinery@90dd367e Signed-off-by: 1gtm <1gtm@appscode.com> --- .../crds/ops.kubedb.com_mysqlopsrequests.yaml | 112 ++++++++++++++++++ crds/kubedb-crds.yaml | 112 ++++++++++++++++++ 2 files changed, 224 insertions(+) diff --git a/charts/kubedb-crds/crds/ops.kubedb.com_mysqlopsrequests.yaml b/charts/kubedb-crds/crds/ops.kubedb.com_mysqlopsrequests.yaml index 95ad5ba8c..f4221e858 100644 --- a/charts/kubedb-crds/crds/ops.kubedb.com_mysqlopsrequests.yaml +++ b/charts/kubedb-crds/crds/ops.kubedb.com_mysqlopsrequests.yaml @@ -86,6 +86,117 @@ spec: format: int32 type: integer type: object + replicationModeTransformation: + properties: + certificates: + items: + properties: + alias: + type: string + dnsNames: + items: + type: string + type: array + duration: + type: string + emailAddresses: + items: + type: string + type: array + ipAddresses: + items: + type: string + type: array + issuerRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + privateKey: + properties: + encoding: + enum: + - PKCS1 + - PKCS8 + type: string + type: object + renewBefore: + type: string + secretName: + type: string + subject: + properties: + countries: + items: + type: string + type: array + localities: + items: + type: string + type: array + organizationalUnits: + items: + type: string + type: array + organizations: + items: + type: string + type: array + postalCodes: + items: + type: string + type: array + provinces: + items: + type: string + type: array + serialNumber: + type: string + streetAddresses: + items: + type: string + type: array + type: object + uris: + items: + type: string + type: array + required: + - alias + type: object + type: array + issuerRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + mode: + default: Single-Primary + enum: + - Single-Primary + - Multi-Primary + type: string + requireSSL: + type: boolean + required: + - mode + type: object restart: type: object timeout: @@ -208,6 +319,7 @@ spec: - Reconfigure - ReconfigureTLS - RotateAuth + - ReplicationModeTransformation type: string updateVersion: properties: diff --git a/crds/kubedb-crds.yaml b/crds/kubedb-crds.yaml index 96a02b3bf..fbdc2ae4f 100644 --- a/crds/kubedb-crds.yaml +++ b/crds/kubedb-crds.yaml @@ -368368,6 +368368,117 @@ spec: format: int32 type: integer type: object + replicationModeTransformation: + properties: + certificates: + items: + properties: + alias: + type: string + dnsNames: + items: + type: string + type: array + duration: + type: string + emailAddresses: + items: + type: string + type: array + ipAddresses: + items: + type: string + type: array + issuerRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + privateKey: + properties: + encoding: + enum: + - PKCS1 + - PKCS8 + type: string + type: object + renewBefore: + type: string + secretName: + type: string + subject: + properties: + countries: + items: + type: string + type: array + localities: + items: + type: string + type: array + organizationalUnits: + items: + type: string + type: array + organizations: + items: + type: string + type: array + postalCodes: + items: + type: string + type: array + provinces: + items: + type: string + type: array + serialNumber: + type: string + streetAddresses: + items: + type: string + type: array + type: object + uris: + items: + type: string + type: array + required: + - alias + type: object + type: array + issuerRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + mode: + default: Single-Primary + enum: + - Single-Primary + - Multi-Primary + type: string + requireSSL: + type: boolean + required: + - mode + type: object restart: type: object timeout: @@ -368490,6 +368601,7 @@ spec: - Reconfigure - ReconfigureTLS - RotateAuth + - ReplicationModeTransformation type: string updateVersion: properties: