{"id":28955848,"url":"https://github.com/mikelue/ddu-source-k8s","last_synced_at":"2026-04-29T19:32:07.820Z","repository":{"id":300363699,"uuid":"1005976662","full_name":"mikelue/ddu-source-k8s","owner":"mikelue","description":"The DDU source for K8S resources","archived":false,"fork":false,"pushed_at":"2025-07-05T11:57:04.000Z","size":1208,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-05T12:41:57.696Z","etag":null,"topics":["ddu-source","kubernetes","nvim-plugin","user-interface"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikelue.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-21T07:57:27.000Z","updated_at":"2025-07-05T11:57:07.000Z","dependencies_parsed_at":"2025-06-21T09:37:49.795Z","dependency_job_id":null,"html_url":"https://github.com/mikelue/ddu-source-k8s","commit_stats":null,"previous_names":["mikelue/ddu-source-k8s"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikelue/ddu-source-k8s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelue%2Fddu-source-k8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelue%2Fddu-source-k8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelue%2Fddu-source-k8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelue%2Fddu-source-k8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikelue","download_url":"https://codeload.github.com/mikelue/ddu-source-k8s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelue%2Fddu-source-k8s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32440913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ddu-source","kubernetes","nvim-plugin","user-interface"],"created_at":"2025-06-23T20:11:52.074Z","updated_at":"2026-04-29T19:32:07.815Z","avatar_url":"https://github.com/mikelue.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddu-source-k8s\n\n* This plugin uses `kubectl` to build DDU list.\n* The items shown is decorated by [Nerd Fonts](https://www.nerdfonts.com/) and [highlight groups](https://neovim.io/doc/user/syntax.html#hl-ColorColumn).\n* Additionally, some detail information of a K8S resource is shown by [ddu-item-attribute-info](https://github.com/Shougo/ddu.vim/blob/main/doc/ddu.txt).\n\nSee [ddu-source-k8s.txt](doc/ddu-source-k8s.txt) for full documentation.\n\n## Demo\n\n![NVIM DEMO(GIF)](doc/demo.gif)\n\n## Requirements\n\n* [NVIM v0.10+](https://neovim.io/)\n* [denops.vim](https://github.com/vim-denops/denops.vim), [ddu.vim](https://github.com/Shougo/ddu.vim), [ddu-ui-ff](https://github.com/Shougo/ddu-ui-ff)\n* [Nerd Fonts](https://www.nerdfonts.com/)\n* Your favorite [ddu-matcher-filter](https://github.com/topics/ddu-filter)\n* [kubectl](https://kubernetes.io/docs/reference/kubectl/)\n\n## Installation\n\n* [Lazy.nvim](https://github.com/folke/lazy.nvim)\n    ```lua\n    { 'mikelue/ddu-source-k8s' },\n    ```\n* [vim-plug](https://github.com/junegunn/vim-plug)\n    ```vim\n    Plug 'mikelue/ddu-source-k8s'\n    ```\n* [Paq-nvim](https://github.com/savq/paq-nvim)\n    ```lua\n    require('paq')({ 'mikelue/ddu-source-k8s' })\n    ```\n\n## Supported K8S resources\n\n```\nconfigmap, context, cronjob, daemonset, deployment, endpointslice,\njob, namespace, node, persistentvolume, persistentvolumeclaim,\npod, replicaset, secret, service, statefulset\n```\n\n## NVIM Command\n\n`:DduK8s [-ns=] [-c=] [-l=] [-d] {kind}`\n\nSee [ddu-source-k8s.txt](doc/ddu-source-k8s.txt) for reference of `:DduK8s`.\n\n## Example(DDU startup)\n\n```lua\nlocal podOptions = {\n    name = 'k8s_pod',\n    sources = {\n        {\n            name = 'k8s_pod',\n        },\n    },\n\n    kindOptions = {\n        k8s_pod = {\n            defaultAction = 'open'\n        }\n    }\n}\n\nvim.fn['ddu#start'](podOptions)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikelue%2Fddu-source-k8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikelue%2Fddu-source-k8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikelue%2Fddu-source-k8s/lists"}