Skip to content

Commit fc53de2

Browse files
committed
feat: add enum for k8s resource payload app type
1 parent 819bd67 commit fc53de2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Shared/constants.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,9 @@ export const APP_STATUS_HEADERS = ['KIND', 'NAME', 'STATUS', 'MESSAGE']
404404

405405
export const MATERIAL_EXCLUDE_TIPPY_TEXT =
406406
'Not available for build as this commit contains changes in excluded files or folders'
407+
408+
export enum K8sResourcePayloadAppType {
409+
DEVTRON_APP = 0,
410+
HELM_APP = 1,
411+
EXTERNAL_ARGO_APP = 2,
412+
}

0 commit comments

Comments
 (0)