{"id":13522927,"url":"https://github.com/Trendyol/kubectl-view-webhook","last_synced_at":"2025-03-31T23:32:39.045Z","repository":{"id":55518996,"uuid":"311955521","full_name":"Trendyol/kubectl-view-webhook","owner":"Trendyol","description":":eyes: :bangbang: This projects aims to visualize critical parts of the admission webhook configuration resource","archived":true,"fork":false,"pushed_at":"2023-02-17T19:37:35.000Z","size":906,"stargazers_count":109,"open_issues_count":4,"forks_count":7,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-22T05:33:01.629Z","etag":null,"topics":["admission-webhook","go","golang","krew","kubectl","kubectl-plugin","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Trendyol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-11-11T11:51:03.000Z","updated_at":"2025-02-02T03:29:34.000Z","dependencies_parsed_at":"2024-01-13T22:23:41.187Z","dependency_job_id":"97ce586b-388f-4012-ac71-f3c7d4fdd053","html_url":"https://github.com/Trendyol/kubectl-view-webhook","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trendyol%2Fkubectl-view-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trendyol%2Fkubectl-view-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trendyol%2Fkubectl-view-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trendyol%2Fkubectl-view-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trendyol","download_url":"https://codeload.github.com/Trendyol/kubectl-view-webhook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246558108,"owners_count":20796696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admission-webhook","go","golang","krew","kubectl","kubectl-plugin","kubernetes"],"created_at":"2024-08-01T06:00:53.777Z","updated_at":"2025-03-31T23:32:34.032Z","avatar_url":"https://github.com/Trendyol.png","language":"Go","funding_links":[],"categories":["kubectl Plugins","golang"],"sub_categories":["Installing plugins via awesome-kubectl-plugins"],"readme":"# kubectl-view-webhook\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/Trendyol/kubectl-view-webhook)\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Trendyol/kubectl-view-webhook)\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Trendyol/kubectl-view-webhook/goreleaser)\n![goreleaser](https://github.com/Trendyol/kubectl-view-webhook/workflows/goreleaser/badge.svg)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Trendyol/kubectl-view-webhook)](https://goreportcard.com/report/github.com/Trendyol/kubectl-view-webhook)\n![GitHub](https://img.shields.io/github/license/Trendyol/kubectl-view-webhook)\n\nVisualize your webhook configurations in Kubernetes.\n\n[![asciicast](https://asciinema.org/a/373223.svg)](https://asciinema.org/a/373223)\n\nTable of Contents\n=================\n\n* [kubectl\\-view\\-webhook](#kubectl-view-webhook)\n  * [Installation](#installation)\n    * [Via Go](#via-go)\n    * [Via source code](#via-source-code)\n    * [Via krew](#via-krew)\n  * [Usage](#usage)\n    * [Table details](#table-details)\n  * [License](#license)\n\n## Installation\n\u003e Go binaries are automatically built with each release by GoReleaser. These can be accessed on the GitHub [releases page](https://github.com/Trendyol/kubectl-view-webhook/releases) for this project.\n\nThere are several ways to install view-webhook. The recommended installation method is via krew.\n### Via Go\n```bash\n$ go get https://github.com/Trendyol/kubectl-view-webhook\n```\n\n### Via source code\n\nOption 1 (if you have a Go compiler and want to tweak the code):\n```bash\n$ git clone https://github.com/Trendyol/kubectl-view-webhook\n$ cd kubectl-view-webhook\n$ go build .\n```\n\n### Via krew \nKrew is a kubectl plugin manager. If you have not yet installed krew, get it at [kubernetes-sigs/krew](https://github.com/kubernetes-sigs/krew). Then installation is as simple as :\n\n```bash\n$ kubectl krew install view-webhook\n$ kubectl view-webhook --help\n```\n\n## Usage\nBy default, view-webhook will display all the Validating\u0026Mutating Admission webhooks that available on your cluster.Also, you can get the detail of each one of them by giving its name.\n\n```bash\n$ kubectl view-webhook [flags]\n$ kubectl view-webhook NAME [flags]\n```\n\n### Table details\n```bash\n| Kind                                      | Name                       | Webhook             | Service                    | Resources                                    | Operations                                  | Remaing Day        | Active Namespaces    |\n|-------------------------------------------|----------------------------|---------------------|----------------------------|----------------------------------------------|---------------------------------------------|--------------------|----------------------|\n| Type of the webhook (Mutating/Validating) | Name of the webhook config | Name of the webhook | service details of webhook | Kubernetes Resources which webhook interests | Kubernetes Operations(CREATE/UPDATE/DELETE) | Cert Remaining Day | Activated namespaces |\n```\n\n\n## License\n\nThis repository is available under the [Apache License 2.0](https://github.com/Trendyol/kubectl-view-webhook/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrendyol%2Fkubectl-view-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTrendyol%2Fkubectl-view-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrendyol%2Fkubectl-view-webhook/lists"}