Skip to content

Commit

Permalink
added status.capacityGb as a detail field
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-kho committed Dec 20, 2024
1 parent 7902bc2 commit 5262d1f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
data:
details: |
details: |+
body:
- name: configuration
widget: Panel
Expand Down Expand Up @@ -68,6 +68,10 @@ data:
- widget: Labels
source: state
name: status.state
- widget: Labels
source: capacityGb
name: status.capacityGb
form: |
- path: spec.capacityGb
name: spec.capacityGb
Expand Down Expand Up @@ -183,14 +187,14 @@ data:
en:
spec.tier: Tier
spec.location: Location
spec.capacityGb: Capacity
spec.fileShareName: File Share Name
spec.capacityGb: Capacity (Gb)
spec.capacityGb: Requested Capacity (Gb)
spec.ipRange: IP Range
spec.ipRange.name: Name
configuration: Configuration
status.state: State
status: Status
status.capacityGb: Allocated Capacity (Gb)
spec.volume: Volume
spec.volume.name: Name
spec.volume.labels: Labels
Expand All @@ -205,7 +209,7 @@ data:
kind: ConfigMap
metadata:
annotations:
cloud-resources.kyma-project.io/version: v0.0.3
cloud-resources.kyma-project.io/version: v0.0.4
labels:
busola.io/extension: resource
busola.io/extension-version: "0.5"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
data:
details: |
details: |+
body:
- name: configuration
widget: Panel
Expand Down Expand Up @@ -68,6 +68,10 @@ data:
- widget: Labels
source: state
name: status.state
- widget: Labels
source: capacityGb
name: status.capacityGb
form: |
- path: spec.capacityGb
name: spec.capacityGb
Expand Down Expand Up @@ -183,14 +187,14 @@ data:
en:
spec.tier: Tier
spec.location: Location
spec.capacityGb: Capacity
spec.fileShareName: File Share Name
spec.capacityGb: Capacity (Gb)
spec.capacityGb: Requested Capacity (Gb)
spec.ipRange: IP Range
spec.ipRange.name: Name
configuration: Configuration
status.state: State
status: Status
status.capacityGb: Allocated Capacity (Gb)
spec.volume: Volume
spec.volume.name: Name
spec.volume.labels: Labels
Expand All @@ -205,7 +209,7 @@ data:
kind: ConfigMap
metadata:
annotations:
cloud-resources.kyma-project.io/version: v0.0.3
cloud-resources.kyma-project.io/version: v0.0.4
labels:
busola.io/extension: resource
busola.io/extension-version: "0.5"
Expand Down
4 changes: 4 additions & 0 deletions config/ui-extensions/gcpnfsvolumes/details
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ body:
- widget: Labels
source: state
name: status.state
- widget: Labels
source: capacityGb
name: status.capacityGb

2 changes: 1 addition & 1 deletion config/ui-extensions/gcpnfsvolumes/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ configMapGenerator:
busola.io/extension: resource
busola.io/extension-version: "0.5"
annotations:
cloud-resources.kyma-project.io/version: "v0.0.3"
cloud-resources.kyma-project.io/version: "v0.0.4"
namespace: kyma-system
4 changes: 2 additions & 2 deletions config/ui-extensions/gcpnfsvolumes/translations
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
en:
spec.tier: Tier
spec.location: Location
spec.capacityGb: Capacity
spec.fileShareName: File Share Name
spec.capacityGb: Capacity (Gb)
spec.capacityGb: Requested Capacity (Gb)
spec.ipRange: IP Range
spec.ipRange.name: Name
configuration: Configuration
status.state: State
status: Status
status.capacityGb: Allocated Capacity (Gb)
spec.volume: Volume
spec.volume.name: Name
spec.volume.labels: Labels
Expand Down

0 comments on commit 5262d1f

Please sign in to comment.