We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc023d commit 30bb286Copy full SHA for 30bb286
catalog-info.yaml
@@ -0,0 +1,29 @@
1
+# nonk8s
2
+apiVersion: backstage.io/v1alpha1
3
+kind: Component
4
+metadata:
5
+ name: python-powerflex
6
+ description: "Python SDK for Dell PowerFlex"
7
+ tags:
8
+ - ansible
9
+ - devops
10
+ - automation
11
+ - storage
12
+ - dell
13
+ - infrastructure-as-code
14
+ - powerflex
15
+ annotations:
16
+ backstage.io/techdocs-ref: dir:.
17
+ github.com/project-slug: dell/python-powerflex
18
+ links:
19
+ - url: 'https://pypi.org/project/PyPowerFlex/'
20
+ title: 'PyPI'
21
+ icon: 'web'
22
+ - url: 'https://github.com/dell/python-powerflex/issues'
23
+ title: 'Contact Technical Support'
24
+ icon: 'help'
25
+spec:
26
+ type: service
27
+ lifecycle: production
28
+ owner: user:default/sachin.apagundi
29
+ visibility: all
0 commit comments