diff --git a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml index f6009ed..33735f8 100644 --- a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml +++ b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml @@ -1287,78 +1287,36 @@ spec: description: Storage Status contains information about Kubernetes storage system properties: - etcd: - description: ETCDStatus defines the observed state of ETCDStatus. + certificate: properties: - role: - properties: - exists: - type: boolean - name: - type: string - permissions: - items: - properties: - key: - type: string - rangeEnd: - type: string - type: - type: integer - type: object - type: array - required: - - exists - - name - type: object - user: - properties: - exists: - type: boolean - name: - type: string - roles: - items: - type: string - type: array - required: - - exists - - name - type: object - type: object - kine: - properties: - certificate: - properties: - checksum: - type: string - lastUpdate: - format: date-time - type: string - secretName: - type: string - type: object - config: - properties: - checksum: - type: string - secretName: - type: string - type: object - driver: + checksum: + type: string + lastUpdate: + format: date-time + type: string + secretName: + type: string + type: object + config: + properties: + checksum: + type: string + secretName: + type: string + type: object + driver: + type: string + setup: + properties: + checksum: + type: string + lastUpdate: + format: date-time + type: string + schema: + type: string + user: type: string - setup: - properties: - checksum: - type: string - lastUpdate: - format: date-time - type: string - schema: - type: string - user: - type: string - type: object type: object type: object type: object diff --git a/config/install.yaml b/config/install.yaml index 30286c4..44c4e22 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -1048,78 +1048,36 @@ spec: storage: description: Storage Status contains information about Kubernetes storage system properties: - etcd: - description: ETCDStatus defines the observed state of ETCDStatus. + certificate: properties: - role: - properties: - exists: - type: boolean - name: - type: string - permissions: - items: - properties: - key: - type: string - rangeEnd: - type: string - type: - type: integer - type: object - type: array - required: - - exists - - name - type: object - user: - properties: - exists: - type: boolean - name: - type: string - roles: - items: - type: string - type: array - required: - - exists - - name - type: object - type: object - kine: - properties: - certificate: - properties: - checksum: - type: string - lastUpdate: - format: date-time - type: string - secretName: - type: string - type: object - config: - properties: - checksum: - type: string - secretName: - type: string - type: object - driver: + checksum: + type: string + lastUpdate: + format: date-time + type: string + secretName: + type: string + type: object + config: + properties: + checksum: + type: string + secretName: + type: string + type: object + driver: + type: string + setup: + properties: + checksum: + type: string + lastUpdate: + format: date-time + type: string + schema: + type: string + user: type: string - setup: - properties: - checksum: - type: string - lastUpdate: - format: date-time - type: string - schema: - type: string - user: - type: string - type: object type: object type: object type: object