Advanced Cluster Management - NGUI
- Added new OKA packages module under packages
- Added Profiless, KSU under k8s section
- Feature 11020. 11022, 11023, 11024, 11025, 11026
Change-Id: Ibddeb4d5693ce24d80e378277693405c810f6e04
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/tsconfig.json b/tsconfig.json
index 1a46126..29b63f5 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -160,7 +160,17 @@
"HealingComponent": ["src/app/utilities/healing/HealingComponent"],
"NSCONFIGTEMPLATE": ["src/app/packages/ns-config-template/NSConfigTemplateComponent"],
"NSCONFIGTEMPLATEACTION" :["src/app/utilities/ns-config-template-action/NSConfigTemplateActionComponent"],
- "NSCONFIGTEMPLATEMODEL": ["src/models/NSConfigtemplateModel"]
+ "NSCONFIGTEMPLATEMODEL": ["src/models/NSConfigtemplateModel"],
+ "K8sAttachProfileComponent": ["src/app/k8s/k8s-attach-detatch-profile/K8sAttachProfileComponent"],
+ "K8sAppProfileComponent": ["src/app/k8s/k8s-profile/k8s-app-profile-details/K8sAppProfileComponent"],
+ "K8sInfraConfigProfileComponent": ["src/app/k8s/k8s-profile/k8s-infra-config-details/K8sInfraConfigProfileComponent"],
+ "K8sInfraConfigAddComponent": ["src/app/k8s/k8s-profile/k8s-infra-config-add/K8sInfraConfigAddComponent"],
+ "K8sInfraControllerProfileComponent": ["src/app/k8s/k8s-profile/k8s-infra-controller-details/K8sInfraControllerProfileComponent"],
+ "K8sResourceProfileComponent": ["src/app/k8s/k8s-profile/k8s-resource-profile/K8sResourceProfileComponent"],
+ "KSUComponent": ["src/app/k8s/k8s-ksu/ksu-details/KSUComponent"],
+ "KSUAddComponent": ["src/app/k8s/k8s-ksu/ksu-add/KSUAddComponent"],
+ "OkaPackageComponent": ["src/app/packages/oka-packages/OKAPackageComponent"],
+ "OkaPackagesActionComponent": ["src/app/utilities/oka-packages-action/OkaPackagesActionComponent"],
},
"useDefineForClassFields": false
}