-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): add new command solo deployment list
that lists deployments on that specific cluster
#1220
Conversation
Signed-off-by: instamenta <[email protected]>
…-list--cluster-solo-1---give-cluster-and-return-a-list-of-solo-deployments-on-that-cluster
…moteConfigPresentInNamespace Signed-off-by: instamenta <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1220 +/- ##
==========================================
- Coverage 81.72% 81.67% -0.06%
==========================================
Files 79 79
Lines 20725 20750 +25
Branches 1931 1542 -389
==========================================
+ Hits 16937 16947 +10
- Misses 3622 3728 +106
+ Partials 166 75 -91
|
…-list--cluster-solo-1---give-cluster-and-return-a-list-of-solo-deployments-on-that-cluster # Conflicts: # src/commands/deployment.ts # src/core/kube/k8_client.ts
Signed-off-by: instamenta <[email protected]>
Description
Adds new command
solo deployment list
:command accepts
flag.clusterName
and gets context from the local config and lists all deployments/namespaces that have remote config inside them.Adds new method
K8.isRemoteConfigPresentInNamespace()
to search for remote config inside a namespace.Related Issues