You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stackgres-k8s/src/common/src/main/java/io/stackgres/common/crd/sgcluster/StackGresClusterPodsPersistentVolume.java
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ public class StackGresClusterPodsPersistentVolume {
30
30
31
31
privateStringstorageClass;
32
32
33
+
privateStringfsGroupChangePolicy;
34
+
33
35
publicStringgetSize() {
34
36
returnsize;
35
37
}
@@ -46,9 +48,17 @@ public void setStorageClass(String storageClass) {
Copy file name to clipboardExpand all lines: stackgres-k8s/src/common/src/main/resources/crds/SGBackup.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -358,7 +358,7 @@ spec:
358
358
type: object
359
359
required: ["accessKeyId", "secretAccessKey"]
360
360
description: |
361
-
Kubernetes [SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#secretkeyselector-v1-core)(s) to reference the Secrets that contain the information about the `awsCredentials`. Note that you may use the same or different Secrets for the `accessKeyId` and the `secretAccessKey`. In the former case, the `keys` that identify each must be, obviously, different.
361
+
Kubernetes [SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#secretkeyselector-v1-core)(s) to reference the Secrets that contain the information about the `awsCredentials`. Note that you may use the same or different Secrets for the `accessKeyId` and the `secretAccessKey`. In the former case, the `keys` that identify each must be, obviously, different.
362
362
properties:
363
363
accessKeyId:
364
364
type: object
@@ -427,7 +427,7 @@ spec:
427
427
type: object
428
428
required: ["accessKeyId", "secretAccessKey"]
429
429
description: |
430
-
Kubernetes [SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#secretkeyselector-v1-core)(s) to reference the Secret(s) that contain the information about the `awsCredentials`. Note that you may use the same or different Secrets for the `accessKeyId` and the `secretAccessKey`. In the former case, the `keys` that identify each must be, obviously, different.
430
+
Kubernetes [SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#secretkeyselector-v1-core)(s) to reference the Secret(s) that contain the information about the `awsCredentials`. Note that you may use the same or different Secrets for the `accessKeyId` and the `secretAccessKey`. In the former case, the `keys` that identify each must be, obviously, different.
431
431
properties:
432
432
accessKeyId:
433
433
type: object
@@ -497,7 +497,7 @@ spec:
497
497
type: object
498
498
required: [ "serviceAccountJSON" ]
499
499
description: |
500
-
A Kubernetes [SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#secretkeyselector-v1-core) to reference the Secrets that contain the information about the Service Account to access GCS.
500
+
A Kubernetes [SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#secretkeyselector-v1-core) to reference the Secrets that contain the information about the Service Account to access GCS.
501
501
properties:
502
502
serviceAccountJSON:
503
503
type: object
@@ -533,7 +533,7 @@ spec:
533
533
type: object
534
534
required: [ "storageAccount", "accessKey" ]
535
535
description: |
536
-
Kubernetes [SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#secretkeyselector-v1-core)(s) to reference the Secret(s) that contain the information about the `azureCredentials`. . Note that you may use the same or different Secrets for the `storageAccount` and the `accessKey`. In the former case, the `keys` that identify each must be, obviously, different.
536
+
Kubernetes [SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#secretkeyselector-v1-core)(s) to reference the Secret(s) that contain the information about the `azureCredentials`. . Note that you may use the same or different Secrets for the `storageAccount` and the `accessKey`. In the former case, the `keys` that identify each must be, obviously, different.
0 commit comments