* feat: added prehook for creating ns
* feat: added prehook for creating ns
Initial Draft
* feat: added prehook for creating ns
* feat: added prehook for creating ns
* feat: added prehook for creating ns checking the health of namespace created.
* feat: added prehook for creating ns. checking if ns existed already.
* feat: getSyncTasks returns the same list each time. added checking if resources contains ns already.
* feat: move const variable to right location; added additional checking if namespace is included in resources.
* feat: fixing compile issue.
* feat: moved code closer together.
* feat: adding test cases.
* feat: auto create only for sc.namespace
* feat: fix failed test
* feat: update livObj
* feat: added error handling
* feat: added error handling
* feat: move into its own fuction
* feat: fixing compile error