{"id":20110703,"url":"https://github.com/dell/dell-csi-extensions","last_synced_at":"2025-10-25T04:05:05.910Z","repository":{"id":39602285,"uuid":"338082459","full_name":"dell/dell-csi-extensions","owner":"dell","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-29T10:18:14.000Z","size":4400,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":19,"default_branch":"main","last_synced_at":"2024-10-29T12:09:04.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":false,"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/dell.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-11T16:20:49.000Z","updated_at":"2024-10-29T10:11:32.000Z","dependencies_parsed_at":"2024-11-13T16:32:55.248Z","dependency_job_id":"564fb0d3-ab7c-4661-ad37-60fea12d802d","html_url":"https://github.com/dell/dell-csi-extensions","commit_stats":null,"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fdell-csi-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fdell-csi-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fdell-csi-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fdell-csi-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dell","download_url":"https://codeload.github.com/dell/dell-csi-extensions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241550647,"owners_count":19980790,"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-11-13T18:13:24.942Z","updated_at":"2025-10-25T04:05:05.904Z","avatar_url":"https://github.com/dell.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dell CSI Extensions\r\n\r\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](docs/CODE_OF_CONDUCT.md)\r\n[![License](https://img.shields.io/github/license/dell/dell-csi-extensions)](LICENSE)\r\n\r\nThis repository holds definitions of additional `grpc` protocols which can be implemented by CSI drivers to build upon existing\r\nfunctionality supported via the Container Storage Interface ([CSI](https://github.com/container-storage-interface/spec)).\r\nThese are defined as .proto files, and compiled using the protoc program to generate a go file.\r\n\r\nCurrent set of supported protocols:\r\n\r\n* podmon -  Extensions to CSI to enable CSI drivers to report host connectivity status\r\n* replication - Extensions to CSI to enable CSI drivers to leverage storage array based\r\n replication within Kubernetes clusters\r\n\r\nYou can utilize the provided `Makefile` to compile protocol definitions in .proto files to go source files and then build\r\nthe source files.\r\n\r\n* `podmon` to compile and update files for podmon\r\n* `replication` to compile and update files for replication.\r\n\r\nEach protocol is available as a `go module` and can be included separately in CSI drivers.\r\n\r\nIf you are using `gocsi` for developing CSI driver, these extensions APIs can be used in CSI drivers by registering additional grpc servers while creating the `Storage Plugin` object.\r\nThis facility is available in the forked version of gocsi [here](https://github.com/dell/gocsi).\r\n\r\nFor using `podmon`, include \"github.com/dell/dell-csi-extensions/podmon\" in your go module dependencies.  \r\nFor using `replication`, include \"github.com/dell/dell-csi-extensions/replication\" in your go module dependencies.\r\n\r\n## Table of Contents\r\n\r\n* [Code of Conduct](https://github.com/dell/csm/blob/main/docs/CODE_OF_CONDUCT.md)\r\n* [Maintainer Guide](https://github.com/dell/csm/blob/main/docs/MAINTAINER_GUIDE.md)\r\n* [Committer Guide](https://github.com/dell/csm/blob/main/docs/COMMITTER_GUIDE.md)\r\n* [Contributing Guide](https://github.com/dell/csm/blob/main/docs/CONTRIBUTING.md)\r\n* [List of Adopters](https://github.com/dell/csm/blob/main/docs/ADOPTERS.md)\r\n* [Support](https://github.com/dell/csm/blob/main/docs/SUPPORT.md)\r\n* [Security](https://github.com/dell/csm/blob/main/docs/SECURITY.md)\r\n* [About](#about)\r\n\r\n## Support\r\n\r\nDon’t hesitate to ask! Contact the team and community on our [support](./docs/SUPPORT.md) page.\r\nOpen an issue if you found a bug on [Github Issues](https://github.com/dell/dell-csi-extensions/issues).\r\n\r\n## Versioning\r\n\r\nThis project is adhering to [Semantic Versioning](https://semver.org/).\r\n\r\n## About\r\n\r\nDell CSI Extensions is 100% open source and community-driven. All components are available\r\nunder [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0.html) on\r\nGitHub.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fdell-csi-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdell%2Fdell-csi-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fdell-csi-extensions/lists"}