Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/crd/bases/multigres.com_cells.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,13 @@ spec:
storage:
description: Storage configuration for Etcd data.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
Expand Down
7 changes: 7 additions & 0 deletions config/crd/bases/multigres.com_celltemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ spec:
storage:
description: Storage configuration for Etcd data.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
Expand Down
7 changes: 7 additions & 0 deletions config/crd/bases/multigres.com_coretemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ spec:
storage:
description: Storage configuration for Etcd data.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
Expand Down
94 changes: 76 additions & 18 deletions config/crd/bases/multigres.com_multigresclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,13 @@ spec:
storage:
description: Storage configuration for Etcd data.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
Expand Down Expand Up @@ -4401,16 +4408,31 @@ spec:
x-kubernetes-list-type: atomic
type: object
type: object
backupStorageType:
default: hostPath
backupStorage:
description: |-
BackupStorageType defines how backup storage is provided.
Valid values are "hostPath" (for single-node testing) and "pvc" (for production).
Defaults to "hostPath".
enum:
- hostPath
- pvc
type: string
BackupStorage defines the storage configuration for backup volumes.
Shared across all pods in a pool. Defaults to same as Storage if not specified.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass
name.
maxLength: 63
minLength: 1
type: string
size:
description: Size of the persistent
volume.
maxLength: 63
pattern: ^([0-9]+)(.+)$
type: string
type: object
cells:
description: Cells defines the list of
cells where this Pool should be deployed.
Expand Down Expand Up @@ -4563,6 +4585,13 @@ spec:
description: Storage defines the storage
configuration for the pool's data volumes.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass
name.
Expand Down Expand Up @@ -6679,16 +6708,31 @@ spec:
x-kubernetes-list-type: atomic
type: object
type: object
backupStorageType:
default: hostPath
backupStorage:
description: |-
BackupStorageType defines how backup storage is provided.
Valid values are "hostPath" (for single-node testing) and "pvc" (for production).
Defaults to "hostPath".
enum:
- hostPath
- pvc
type: string
BackupStorage defines the storage configuration for backup volumes.
Shared across all pods in a pool. Defaults to same as Storage if not specified.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass
name.
maxLength: 63
minLength: 1
type: string
size:
description: Size of the persistent
volume.
maxLength: 63
pattern: ^([0-9]+)(.+)$
type: string
type: object
cells:
description: Cells defines the list of
cells where this Pool should be deployed.
Expand Down Expand Up @@ -6841,6 +6885,13 @@ spec:
description: Storage defines the storage
configuration for the pool's data volumes.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass
name.
Expand Down Expand Up @@ -6989,6 +7040,13 @@ spec:
storage:
description: Storage configuration for Etcd data.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
Expand Down
38 changes: 29 additions & 9 deletions config/crd/bases/multigres.com_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2066,16 +2066,29 @@ spec:
x-kubernetes-list-type: atomic
type: object
type: object
backupStorageType:
default: hostPath
backupStorage:
description: |-
BackupStorageType defines how backup storage is provided.
Valid values are "hostPath" (for single-node testing) and "pvc" (for production).
Defaults to "hostPath".
enum:
- hostPath
- pvc
type: string
BackupStorage defines the storage configuration for backup volumes.
Shared across all pods in a pool. Defaults to same as Storage if not specified.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
minLength: 1
type: string
size:
description: Size of the persistent volume.
maxLength: 63
pattern: ^([0-9]+)(.+)$
type: string
type: object
cells:
description: Cells defines the list of cells where this Pool
should be deployed.
Expand Down Expand Up @@ -2225,6 +2238,13 @@ spec:
description: Storage defines the storage configuration for the
pool's data volumes.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
Expand Down
38 changes: 29 additions & 9 deletions config/crd/bases/multigres.com_shardtemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1982,16 +1982,29 @@ spec:
x-kubernetes-list-type: atomic
type: object
type: object
backupStorageType:
default: hostPath
backupStorage:
description: |-
BackupStorageType defines how backup storage is provided.
Valid values are "hostPath" (for single-node testing) and "pvc" (for production).
Defaults to "hostPath".
enum:
- hostPath
- pvc
type: string
BackupStorage defines the storage configuration for backup volumes.
Shared across all pods in a pool. Defaults to same as Storage if not specified.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
minLength: 1
type: string
size:
description: Size of the persistent volume.
maxLength: 63
pattern: ^([0-9]+)(.+)$
type: string
type: object
cells:
description: Cells defines the list of cells where this Pool
should be deployed.
Expand Down Expand Up @@ -2141,6 +2154,13 @@ spec:
description: Storage defines the storage configuration for the
pool's data volumes.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
Expand Down
38 changes: 29 additions & 9 deletions config/crd/bases/multigres.com_tablegroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2097,16 +2097,29 @@ spec:
x-kubernetes-list-type: atomic
type: object
type: object
backupStorageType:
default: hostPath
backupStorage:
description: |-
BackupStorageType defines how backup storage is provided.
Valid values are "hostPath" (for single-node testing) and "pvc" (for production).
Defaults to "hostPath".
enum:
- hostPath
- pvc
type: string
BackupStorage defines the storage configuration for backup volumes.
Shared across all pods in a pool. Defaults to same as Storage if not specified.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
minLength: 1
type: string
size:
description: Size of the persistent volume.
maxLength: 63
pattern: ^([0-9]+)(.+)$
type: string
type: object
cells:
description: Cells defines the list of cells where this
Pool should be deployed.
Expand Down Expand Up @@ -2258,6 +2271,13 @@ spec:
description: Storage defines the storage configuration
for the pool's data volumes.
properties:
accessModes:
description: |-
AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
items:
type: string
type: array
class:
description: Class is the StorageClass name.
maxLength: 63
Expand Down
Loading