Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated GCP NFS Volume and Redis Instance #919

Merged
merged 2 commits into from
Dec 24, 2024
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
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
Expand Up @@ -74,7 +74,7 @@ data:
- path: spec.redisVersion
name: spec.redisVersion
required: true
disableOnEdit: true
disableOnEdit: false
- path: spec.redisConfigs
name: spec.redisConfigs
required: false
Expand Down Expand Up @@ -187,7 +187,7 @@ data:
kind: ConfigMap
metadata:
annotations:
cloud-resources.kyma-project.io/version: v0.0.8
cloud-resources.kyma-project.io/version: v0.0.9
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
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ data:
- path: spec.redisVersion
name: spec.redisVersion
required: true
disableOnEdit: true
disableOnEdit: false
- path: spec.redisConfigs
name: spec.redisConfigs
required: false
Expand Down Expand Up @@ -187,7 +187,7 @@ data:
kind: ConfigMap
metadata:
annotations:
cloud-resources.kyma-project.io/version: v0.0.8
cloud-resources.kyma-project.io/version: v0.0.9
labels:
busola.io/extension: resource
busola.io/extension-version: "0.5"
Expand Down
2 changes: 1 addition & 1 deletion config/ui-extensions/gcpredisinstances/form
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- path: spec.redisVersion
name: spec.redisVersion
required: true
disableOnEdit: true
disableOnEdit: false
- path: spec.redisConfigs
name: spec.redisConfigs
required: false
Expand Down
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.8"
cloud-resources.kyma-project.io/version: "v0.0.9"
namespace: kyma-system
Loading