Skip to content

Commit cce3343

Browse files
authored
Added Support for Application Sets (#8)
1 parent 1f9b6cc commit cce3343

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1

src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ function dataFetchers(type, namespace) {
9797
case 'gitops':
9898
return {
9999
'Apps': () => argoProj.namespace(namespace).getApplicationList(),
100+
'AppSets': () => argoProj.namespace(namespace).getApplicationSetList(),
100101
'Nodes': () => coreApi.getNodeList(),
101102
'Configmaps': () => coreApi.namespace(namespace).getConfigMapList(),
102103
'Services': () => coreApi.namespace(namespace).getServiceList(),

0 commit comments

Comments
 (0)