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 1f9b6cc commit cce3343Copy full SHA for cce3343
VERSION
@@ -1 +1 @@
1
-2.3.0
+2.3.1
src/main.js
@@ -97,6 +97,7 @@ function dataFetchers(type, namespace) {
97
case 'gitops':
98
return {
99
'Apps': () => argoProj.namespace(namespace).getApplicationList(),
100
+ 'AppSets': () => argoProj.namespace(namespace).getApplicationSetList(),
101
'Nodes': () => coreApi.getNodeList(),
102
'Configmaps': () => coreApi.namespace(namespace).getConfigMapList(),
103
'Services': () => coreApi.namespace(namespace).getServiceList(),
0 commit comments