{"id":16812129,"url":"https://github.com/zwwhdls/csibuilder","last_synced_at":"2025-03-22T03:31:08.315Z","repository":{"id":64589364,"uuid":"532729702","full_name":"zwwhdls/csibuilder","owner":"zwwhdls","description":"csibuilder - SDK for building CSI Driver","archived":false,"fork":false,"pushed_at":"2023-11-22T12:35:16.000Z","size":6929,"stargazers_count":31,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T07:21:22.006Z","etag":null,"topics":[],"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/zwwhdls.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}},"created_at":"2022-09-05T03:28:39.000Z","updated_at":"2025-01-09T06:17:28.000Z","dependencies_parsed_at":"2023-11-22T13:48:19.834Z","dependency_job_id":null,"html_url":"https://github.com/zwwhdls/csibuilder","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwwhdls%2Fcsibuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwwhdls%2Fcsibuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwwhdls%2Fcsibuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwwhdls%2Fcsibuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zwwhdls","download_url":"https://codeload.github.com/zwwhdls/csibuilder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902929,"owners_count":20529114,"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":[],"created_at":"2024-10-13T10:20:48.082Z","updated_at":"2025-03-22T03:31:06.833Z","avatar_url":"https://github.com/zwwhdls.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CSIbuilder\n\nCSIbuilder is an SDK for building Kubernetes CSI Driver.\n\nSimilar to Kubebuilder, CSIbuilder does **not** exist as an example to *copy-paste*, but instead provides powerful\nlibraries and tools to simplify building and publishing Kubernetes CSI Driver from scratch.\n\n### Installation\n\nIt is strongly recommended that you use a released version. Release binaries are available on\nthe [releases](https://github.com/zwwhdls/csibuilder/releases) page.\n\nInstall CSIbuilder:\n\n```bash\n# download csibuilder and install locally.\ncurl -L -o csibuilder.tar https://github.com/zwwhdls/csibuilder/releases/download/v0.1.0/csibuilder-darwin-amd64.tar\ntar -zxvf csibuilder.tar  \u0026\u0026 chmod +x csibuilder \u0026\u0026 mv csibuilder /usr/local/bin/\n```\n\n### Getting Started\n\nOnly two steps to create a CSI Driver project:\n\n1. initialize a project\n\n ```bash\n # init your project\n export GO111MODULE=on\n mkdir $GOPATH/src/csi-hdls\n cd $GOPATH/src/csi-hdls\n # init csi repo\n go env -w GOSUMDB=sum.golang.google.cn\n csibuilder init --repo hdls --owner \"zwwhdls\"\n ```\n\n2. create a csi driver\n\n ```bash\n # create csi\n csibuilder create --csi hdls\n ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwwhdls%2Fcsibuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwwhdls%2Fcsibuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwwhdls%2Fcsibuilder/lists"}