Skip to content

Commit 4f0db48

Browse files
authored
feat: updated GCP NFS Volume and Redis Instance (#919)
1 parent fdf7fee commit 4f0db48

9 files changed

+29
-17
lines changed

config/dist/skr/crd/bases/providers/gcp/cloud-resources.kyma-project.io_gcpnfsvolumes_ui.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
data:
3-
details: |
3+
details: |+
44
body:
55
- name: configuration
66
widget: Panel
@@ -68,6 +68,10 @@ data:
6868
- widget: Labels
6969
source: state
7070
name: status.state
71+
- widget: Labels
72+
source: capacityGb
73+
name: status.capacityGb
74+
7175
form: |
7276
- path: spec.capacityGb
7377
name: spec.capacityGb
@@ -183,14 +187,14 @@ data:
183187
en:
184188
spec.tier: Tier
185189
spec.location: Location
186-
spec.capacityGb: Capacity
187190
spec.fileShareName: File Share Name
188-
spec.capacityGb: Capacity (Gb)
191+
spec.capacityGb: Requested Capacity (Gb)
189192
spec.ipRange: IP Range
190193
spec.ipRange.name: Name
191194
configuration: Configuration
192195
status.state: State
193196
status: Status
197+
status.capacityGb: Allocated Capacity (Gb)
194198
spec.volume: Volume
195199
spec.volume.name: Name
196200
spec.volume.labels: Labels
@@ -205,7 +209,7 @@ data:
205209
kind: ConfigMap
206210
metadata:
207211
annotations:
208-
cloud-resources.kyma-project.io/version: v0.0.3
212+
cloud-resources.kyma-project.io/version: v0.0.4
209213
labels:
210214
busola.io/extension: resource
211215
busola.io/extension-version: "0.5"

config/dist/skr/crd/bases/providers/gcp/cloud-resources.kyma-project.io_gcpredisinstances_ui.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ data:
7474
- path: spec.redisVersion
7575
name: spec.redisVersion
7676
required: true
77-
disableOnEdit: true
77+
disableOnEdit: false
7878
- path: spec.redisConfigs
7979
name: spec.redisConfigs
8080
required: false
@@ -187,7 +187,7 @@ data:
187187
kind: ConfigMap
188188
metadata:
189189
annotations:
190-
cloud-resources.kyma-project.io/version: v0.0.8
190+
cloud-resources.kyma-project.io/version: v0.0.9
191191
labels:
192192
busola.io/extension: resource
193193
busola.io/extension-version: "0.5"

config/ui-extensions/gcpnfsvolumes/cloud-resources.kyma-project.io_gcpnfsvolumes_ui.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
data:
3-
details: |
3+
details: |+
44
body:
55
- name: configuration
66
widget: Panel
@@ -68,6 +68,10 @@ data:
6868
- widget: Labels
6969
source: state
7070
name: status.state
71+
- widget: Labels
72+
source: capacityGb
73+
name: status.capacityGb
74+
7175
form: |
7276
- path: spec.capacityGb
7377
name: spec.capacityGb
@@ -183,14 +187,14 @@ data:
183187
en:
184188
spec.tier: Tier
185189
spec.location: Location
186-
spec.capacityGb: Capacity
187190
spec.fileShareName: File Share Name
188-
spec.capacityGb: Capacity (Gb)
191+
spec.capacityGb: Requested Capacity (Gb)
189192
spec.ipRange: IP Range
190193
spec.ipRange.name: Name
191194
configuration: Configuration
192195
status.state: State
193196
status: Status
197+
status.capacityGb: Allocated Capacity (Gb)
194198
spec.volume: Volume
195199
spec.volume.name: Name
196200
spec.volume.labels: Labels
@@ -205,7 +209,7 @@ data:
205209
kind: ConfigMap
206210
metadata:
207211
annotations:
208-
cloud-resources.kyma-project.io/version: v0.0.3
212+
cloud-resources.kyma-project.io/version: v0.0.4
209213
labels:
210214
busola.io/extension: resource
211215
busola.io/extension-version: "0.5"

config/ui-extensions/gcpnfsvolumes/details

+4
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@ body:
6565
- widget: Labels
6666
source: state
6767
name: status.state
68+
- widget: Labels
69+
source: capacityGb
70+
name: status.capacityGb
71+

config/ui-extensions/gcpnfsvolumes/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ configMapGenerator:
1313
busola.io/extension: resource
1414
busola.io/extension-version: "0.5"
1515
annotations:
16-
cloud-resources.kyma-project.io/version: "v0.0.3"
16+
cloud-resources.kyma-project.io/version: "v0.0.4"
1717
namespace: kyma-system

config/ui-extensions/gcpnfsvolumes/translations

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
en:
22
spec.tier: Tier
33
spec.location: Location
4-
spec.capacityGb: Capacity
54
spec.fileShareName: File Share Name
6-
spec.capacityGb: Capacity (Gb)
5+
spec.capacityGb: Requested Capacity (Gb)
76
spec.ipRange: IP Range
87
spec.ipRange.name: Name
98
configuration: Configuration
109
status.state: State
1110
status: Status
11+
status.capacityGb: Allocated Capacity (Gb)
1212
spec.volume: Volume
1313
spec.volume.name: Name
1414
spec.volume.labels: Labels

config/ui-extensions/gcpredisinstances/cloud-resources.kyma-project.io_gcpredisinstances_ui.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ data:
7474
- path: spec.redisVersion
7575
name: spec.redisVersion
7676
required: true
77-
disableOnEdit: true
77+
disableOnEdit: false
7878
- path: spec.redisConfigs
7979
name: spec.redisConfigs
8080
required: false
@@ -187,7 +187,7 @@ data:
187187
kind: ConfigMap
188188
metadata:
189189
annotations:
190-
cloud-resources.kyma-project.io/version: v0.0.8
190+
cloud-resources.kyma-project.io/version: v0.0.9
191191
labels:
192192
busola.io/extension: resource
193193
busola.io/extension-version: "0.5"

config/ui-extensions/gcpredisinstances/form

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- path: spec.redisVersion
66
name: spec.redisVersion
77
required: true
8-
disableOnEdit: true
8+
disableOnEdit: false
99
- path: spec.redisConfigs
1010
name: spec.redisConfigs
1111
required: false

config/ui-extensions/gcpredisinstances/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ configMapGenerator:
1313
busola.io/extension: resource
1414
busola.io/extension-version: "0.5"
1515
annotations:
16-
cloud-resources.kyma-project.io/version: "v0.0.8"
16+
cloud-resources.kyma-project.io/version: "v0.0.9"
1717
namespace: kyma-system

0 commit comments

Comments
 (0)