-
Notifications
You must be signed in to change notification settings - Fork 123
Add K8S as provider and GKE in GCP #329
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
Conversation
- list the service IP clusterIP, externalIPs, LoadBalancer service IP
|
Mzack9999
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
implementation: lgtm - suggesting to remove commented code if not used
ehsandeep
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint error @ShubhamRasal
|
Kudos, SonarCloud Quality Gate passed!
|
* Add kubernetes provider - list the service IP clusterIP, externalIPs, LoadBalancer service IP * Add ingress in k8s provider * rename provider k8s to kubernetes * Add gke * Rename package * change pkg name * add makefile, go mod tidy * Add documenation * use errorutil, rename gcpauth to auth.go * Fix the exclude IP * misc: remove extra lines * Remove comments * Upgrade go 14 to 19 * go mod update * resolve lint erorr --------- Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io> Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>








Added new provider -