{"id":19154321,"url":"https://github.com/baloise/os3-copier","last_synced_at":"2026-06-20T11:32:31.873Z","repository":{"id":46357339,"uuid":"412073110","full_name":"baloise/os3-copier","owner":"baloise","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-16T10:10:24.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-02-22T21:27:00.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baloise.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}},"created_at":"2021-09-30T13:19:55.000Z","updated_at":"2021-10-25T11:24:43.000Z","dependencies_parsed_at":"2022-07-22T18:47:22.310Z","dependency_job_id":null,"html_url":"https://github.com/baloise/os3-copier","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/baloise/os3-copier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fos3-copier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fos3-copier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fos3-copier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fos3-copier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baloise","download_url":"https://codeload.github.com/baloise/os3-copier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fos3-copier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34568741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2024-11-09T08:26:25.616Z","updated_at":"2026-06-20T11:32:31.856Z","avatar_url":"https://github.com/baloise.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# os3-copier\nOpenShift 3.x Version of the [k8s-copier](https://github.com/dweber019/k8s-copier)\n\nThis operator aims to provide Kubernetes CRD's to copy resources from one namespace into another.  \nThis new CRD is called `CopyResrouce` and the resulting resource is called target resource.\n\n## Implemented resource types\n- v1.Secret\n- v1.ConfigMap\n\n## Usage\nYou can find some usage examples in `config/samples/**`.\n\n### Configuration\n| Name                    | Type    | Default |\n| ------------------------|---------|---------|\n| WATCH_NAMESPACE         | env var | NA      |\n| SYNC_PERIOD             | env var | 300     |\n| metrics-addr            | flag    | :8080   |\n| enable-leader-election  | flag    | false   |\n| dev-mode-enabled        | flag    | false   |\n\n### Permissions\nYou need a service account to operate your operator. This service account needs to have\naccess to the target namespace regarding the resource types.  \nYou can find examples in `config/samples/**`.\n\n### Behavior\nIf you delete a CopyResource the target resource won't be deleted as it's possible that other implementation depend on it.\n\n## Development setup\n### Conventional commits\nExecute the following terminal command in the root:\n```\ncurl -o- https://raw.githubusercontent.com/craicoverflow/sailr/master/scripts/install.sh | bash\n```\n### Go\nFollow the installation guide at https://golang.org/doc/install\n\n### Operator-SDK\nUses the [Operator-SDK Version 0.18.2](https://github.com/operator-framework/operator-sdk/blob/v0.18.2) to be able to create and use CRDs compatible with OpenShift 3.x\n\n## Development\nFor development, you should use `minishift` or any other possible kubernetes compatible implementation, as advised by the operator-sdk framework.\n\n### Update the CRDs\nTo update the CRDs use the following command\n```\nmake generate\nmake manifests\n```\nThe files will be generated into `config/**`.\n\n### Build and run\nTo install the CRDs to the Kubernetes cluster and run the operator outside of Kubernetes use\n```\nmake install run\n```\n\n## Deployment\n### Automated\nThe deployment and therefore publishing a Docker image is fully automated with GitHub workflows.\n\n### Manually\nUse the automated way over GitHub!!!\nTo update the docker image use this command\n```\nmake docker-build docker-push IMG=docker.io/baloise/os3-copier:v0.0.1\n```\nAfter this you can run with\n```\nmake deploy IMG=docker.io/baloise/os3-copier:v0.0.1\n```\n\n## Useful links\n- [Kubebilder](https://book.kubebuilder.io)\n- [Operator tutorial](https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/)\n- [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaloise%2Fos3-copier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaloise%2Fos3-copier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaloise%2Fos3-copier/lists"}