{"id":37789059,"url":"https://github.com/codemowers/operatorlib","last_synced_at":"2026-01-16T15:15:10.783Z","repository":{"id":183671592,"uuid":"664591862","full_name":"codemowers/operatorlib","owner":"codemowers","description":"Python library for building Kubernetes operators","archived":false,"fork":false,"pushed_at":"2024-08-24T20:53:40.000Z","size":448,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-08-24T21:46:03.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/codemowers.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}},"created_at":"2023-07-10T10:13:05.000Z","updated_at":"2024-08-24T20:53:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"472c3b66-3ee9-44aa-909d-08a73a9f5a8b","html_url":"https://github.com/codemowers/operatorlib","commit_stats":null,"previous_names":["codemowers/operatorlib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codemowers/operatorlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemowers%2Foperatorlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemowers%2Foperatorlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemowers%2Foperatorlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemowers%2Foperatorlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemowers","download_url":"https://codeload.github.com/codemowers/operatorlib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemowers%2Foperatorlib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2026-01-16T15:15:10.551Z","updated_at":"2026-01-16T15:15:10.767Z","avatar_url":"https://github.com/codemowers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# operatorlib\n\nThis is Python library for building Kubernetes operators.\nIt addresses recurring issues in Kubernetes operator development such as\nCRD, RBAC and deployment manifest generation,\nstateful set instantiation,\nPVC resizing,\nsecret generation and much more.\n\nRefer to `samples/` directory to see how to use the library.\n\n# Developing\n\nRun `update-manifests.sh` to update Helm chart templates and Skaffold configs.\n\nBefore running Skaffold make sure dependencies are installed,\nrefer to each sample operator README.\n\nTo deploy and run:\n\n```\nfind samples/ -name \"*-crds.yaml\" -exec kubectl apply -f {} \\;\nfind samples/ -name \"*-rbac.yaml\" -exec kubectl apply -f {} \\;\nfind samples/ -name \"*-class.yaml\" -exec kubectl apply -f {} \\;\nskaffold dev --build-concurrency=0\n```\n\nTo wipe status conditions array:\n\n```\nfor j in $(kubectl get redises.codemowers.cloud -o name); do\n  kubectl patch --type=merge --subresource=status $j -p '{\"status\":{\"conditions\":[]}}';\ndone\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemowers%2Foperatorlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemowers%2Foperatorlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemowers%2Foperatorlib/lists"}