File tree 9 files changed +29
-17
lines changed
dist/skr/crd/bases/providers/gcp
9 files changed +29
-17
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
data :
3
- details : |
3
+ details : |+
4
4
body:
5
5
- name: configuration
6
6
widget: Panel
68
68
- widget: Labels
69
69
source: state
70
70
name: status.state
71
+ - widget: Labels
72
+ source: capacityGb
73
+ name: status.capacityGb
74
+
71
75
form : |
72
76
- path: spec.capacityGb
73
77
name: spec.capacityGb
@@ -183,14 +187,14 @@ data:
183
187
en:
184
188
spec.tier: Tier
185
189
spec.location: Location
186
- spec.capacityGb: Capacity
187
190
spec.fileShareName: File Share Name
188
- spec.capacityGb: Capacity (Gb)
191
+ spec.capacityGb: Requested Capacity (Gb)
189
192
spec.ipRange: IP Range
190
193
spec.ipRange.name: Name
191
194
configuration: Configuration
192
195
status.state: State
193
196
status: Status
197
+ status.capacityGb: Allocated Capacity (Gb)
194
198
spec.volume: Volume
195
199
spec.volume.name: Name
196
200
spec.volume.labels: Labels
@@ -205,7 +209,7 @@ data:
205
209
kind : ConfigMap
206
210
metadata :
207
211
annotations :
208
- cloud-resources.kyma-project.io/version : v0.0.3
212
+ cloud-resources.kyma-project.io/version : v0.0.4
209
213
labels :
210
214
busola.io/extension : resource
211
215
busola.io/extension-version : " 0.5"
Original file line number Diff line number Diff line change 74
74
- path: spec.redisVersion
75
75
name: spec.redisVersion
76
76
required: true
77
- disableOnEdit: true
77
+ disableOnEdit: false
78
78
- path: spec.redisConfigs
79
79
name: spec.redisConfigs
80
80
required: false
@@ -187,7 +187,7 @@ data:
187
187
kind : ConfigMap
188
188
metadata :
189
189
annotations :
190
- cloud-resources.kyma-project.io/version : v0.0.8
190
+ cloud-resources.kyma-project.io/version : v0.0.9
191
191
labels :
192
192
busola.io/extension : resource
193
193
busola.io/extension-version : " 0.5"
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
data :
3
- details : |
3
+ details : |+
4
4
body:
5
5
- name: configuration
6
6
widget: Panel
68
68
- widget: Labels
69
69
source: state
70
70
name: status.state
71
+ - widget: Labels
72
+ source: capacityGb
73
+ name: status.capacityGb
74
+
71
75
form : |
72
76
- path: spec.capacityGb
73
77
name: spec.capacityGb
@@ -183,14 +187,14 @@ data:
183
187
en:
184
188
spec.tier: Tier
185
189
spec.location: Location
186
- spec.capacityGb: Capacity
187
190
spec.fileShareName: File Share Name
188
- spec.capacityGb: Capacity (Gb)
191
+ spec.capacityGb: Requested Capacity (Gb)
189
192
spec.ipRange: IP Range
190
193
spec.ipRange.name: Name
191
194
configuration: Configuration
192
195
status.state: State
193
196
status: Status
197
+ status.capacityGb: Allocated Capacity (Gb)
194
198
spec.volume: Volume
195
199
spec.volume.name: Name
196
200
spec.volume.labels: Labels
@@ -205,7 +209,7 @@ data:
205
209
kind : ConfigMap
206
210
metadata :
207
211
annotations :
208
- cloud-resources.kyma-project.io/version : v0.0.3
212
+ cloud-resources.kyma-project.io/version : v0.0.4
209
213
labels :
210
214
busola.io/extension : resource
211
215
busola.io/extension-version : " 0.5"
Original file line number Diff line number Diff line change 65
65
- widget: Labels
66
66
source: state
67
67
name: status.state
68
+ - widget: Labels
69
+ source: capacityGb
70
+ name: status.capacityGb
71
+
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ configMapGenerator:
13
13
busola.io/extension : resource
14
14
busola.io/extension-version : " 0.5"
15
15
annotations :
16
- cloud-resources.kyma-project.io/version : " v0.0.3 "
16
+ cloud-resources.kyma-project.io/version : " v0.0.4 "
17
17
namespace : kyma-system
Original file line number Diff line number Diff line change 1
1
en:
2
2
spec.tier: Tier
3
3
spec.location: Location
4
- spec.capacityGb: Capacity
5
4
spec.fileShareName: File Share Name
6
- spec.capacityGb: Capacity (Gb)
5
+ spec.capacityGb: Requested Capacity (Gb)
7
6
spec.ipRange: IP Range
8
7
spec.ipRange.name: Name
9
8
configuration: Configuration
10
9
status.state: State
11
10
status: Status
11
+ status.capacityGb: Allocated Capacity (Gb)
12
12
spec.volume: Volume
13
13
spec.volume.name: Name
14
14
spec.volume.labels: Labels
Original file line number Diff line number Diff line change 74
74
- path: spec.redisVersion
75
75
name: spec.redisVersion
76
76
required: true
77
- disableOnEdit: true
77
+ disableOnEdit: false
78
78
- path: spec.redisConfigs
79
79
name: spec.redisConfigs
80
80
required: false
@@ -187,7 +187,7 @@ data:
187
187
kind : ConfigMap
188
188
metadata :
189
189
annotations :
190
- cloud-resources.kyma-project.io/version : v0.0.8
190
+ cloud-resources.kyma-project.io/version : v0.0.9
191
191
labels :
192
192
busola.io/extension : resource
193
193
busola.io/extension-version : " 0.5"
Original file line number Diff line number Diff line change 5
5
- path: spec.redisVersion
6
6
name: spec.redisVersion
7
7
required: true
8
- disableOnEdit: true
8
+ disableOnEdit: false
9
9
- path: spec.redisConfigs
10
10
name: spec.redisConfigs
11
11
required: false
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ configMapGenerator:
13
13
busola.io/extension : resource
14
14
busola.io/extension-version : " 0.5"
15
15
annotations :
16
- cloud-resources.kyma-project.io/version : " v0.0.8 "
16
+ cloud-resources.kyma-project.io/version : " v0.0.9 "
17
17
namespace : kyma-system
You can’t perform that action at this time.
0 commit comments