{"id":22907975,"url":"https://github.com/p6m7g8-dotfiles/p6kubernetes","last_synced_at":"2026-04-06T05:02:13.895Z","repository":{"id":43084818,"uuid":"471516444","full_name":"p6m7g8-dotfiles/p6kubernetes","owner":"p6m7g8-dotfiles","description":"P6 Dotfiles: POSIX.2 Kubernetes CLI utility functions for cluster management","archived":false,"fork":false,"pushed_at":"2024-11-22T14:29:51.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T12:35:20.245Z","etag":null,"topics":["bash","cli","kubernetes","p6","p6m7g8","sh","shell","terminal","zsh"],"latest_commit_sha":null,"homepage":"https://continuouslearning.io","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p6m7g8-dotfiles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-03-18T21:03:49.000Z","updated_at":"2024-11-22T14:23:28.000Z","dependencies_parsed_at":"2024-03-24T21:25:40.354Z","dependency_job_id":"32b78e67-d245-4717-94dc-3babdcc7cf41","html_url":"https://github.com/p6m7g8-dotfiles/p6kubernetes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p6m7g8-dotfiles/p6kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p6m7g8-dotfiles","download_url":"https://codeload.github.com/p6m7g8-dotfiles/p6kubernetes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6kubernetes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273430900,"owners_count":25104484,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","cli","kubernetes","p6","p6m7g8","sh","shell","terminal","zsh"],"created_at":"2024-12-14T03:19:08.486Z","updated_at":"2026-04-06T05:02:13.887Z","avatar_url":"https://github.com/p6m7g8-dotfiles.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# P6's POSIX.2: p6kubernetes\n\n## Table of Contents\n\n- [Badges](#badges)\n- [Summary](#summary)\n- [Contributing](#contributing)\n- [Code of Conduct](#code-of-conduct)\n- [Usage](#usage)\n  - [Hooks](#hooks)\n  - [Functions](#functions)\n- [Hierarchy](#hierarchy)\n- [Author](#author)\n\n## Badges\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## Summary\n\nTODO: Add a short summary of this module.\n\n## Contributing\n\n- [How to Contribute](\u003chttps://github.com/p6m7g8-dotfiles/.github/blob/main/CONTRIBUTING.md\u003e)\n\n## Code of Conduct\n\n- [Code of Conduct](\u003chttps://github.com/p6m7g8-dotfiles/.github/blob/main/CODE_OF_CONDUCT.md\u003e)\n\n## Usage\n\n### Hooks\n\n- `deps` -\u003e `p6df::modules::p6kubernetes::deps()`\n- `init` -\u003e `p6df::modules::p6kubernetes::init(_module, dir)`\n\n### Functions\n\n#### p6kubernetes\n\n##### p6kubernetes/init.zsh\n\n- `p6df::modules::p6kubernetes::deps()`\n- `p6df::modules::p6kubernetes::init(_module, dir)`\n  - Args:\n    - _module\n    - dir\n\n#### p6kubernetes/lib\n\n##### p6kubernetes/lib/debug.sh\n\n- `p6_kubernetes_debug_cmd(source, ...)`\n  - Args:\n    - source\n    - ...\n\n##### p6kubernetes/lib/deployment.sh\n\n- `p6_kubernetes_deployment_of_image(image)`\n  - Args:\n    - image\n\n##### p6kubernetes/lib/pod.sh\n\n- `p6_kubernetes_pod_delete(pod_name)`\n  - Args:\n    - pod_name\n- `str name = p6_kubernetes_pod_find(glob)`\n  - Args:\n    - glob\n- `stream  = p6_kubernetes_pod_describe(pod_name_glob)`\n  - Args:\n    - pod_name_glob\n\n##### p6kubernetes/lib/prompt.sh\n\n- `p6_kubernetes_prompt_info()`\n\n## Hierarchy\n\n```text\n.\n├── init.zsh\n├── lib\n│   ├── debug.sh\n│   ├── deployment.sh\n│   ├── pod.sh\n│   └── prompt.sh\n├── README.md\n└── share\n    └── deployment.yaml\n\n3 directories, 7 files\n```\n\n## Author\n\nPhilip M. Gollucci \u003cpgollucci@p6m7g8.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8-dotfiles%2Fp6kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp6m7g8-dotfiles%2Fp6kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8-dotfiles%2Fp6kubernetes/lists"}