https://github.com/kcp-dev/multicluster-provider
A kcp provider for multicluster-runtime
https://github.com/kcp-dev/multicluster-provider
Last synced: 6 months ago
JSON representation
A kcp provider for multicluster-runtime
- Host: GitHub
- URL: https://github.com/kcp-dev/multicluster-provider
- Owner: kcp-dev
- License: apache-2.0
- Created: 2025-03-06T18:43:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-07T08:34:57.000Z (7 months ago)
- Last Synced: 2025-06-13T02:19:09.437Z (6 months ago)
- Language: Go
- Size: 209 KB
- Stars: 5
- Watchers: 16
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kcp-dev/multicluster-provider
This repository contains an **experimental** provider implementation for [multicluster-runtime](https://github.com/multicluster-runtime/multicluster-runtime), a new [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) "addon" that allows writing uniform multi-cluster-aware Kubernetes controllers.
## Providers
This repository is planned to contain multiple [`Provider`](https://github.com/multicluster-runtime/multicluster-runtime/blob/223b19b990050e373880d57211c90ce86c53fd80/pkg/multicluster/multicluster.go#L52) implementations depending on how your controllers are supposed to interact with kcp.
Currently available are:
- [virtualworkspace](./virtualworkspace/): for interacting with virtual workspaces like the `APIExport` one.
## Examples
See [examples/apiexport](./examples/apiexport) for sample code.
## Contributing
Thanks for taking the time to start contributing!
### Before you start
* Please familiarize yourself with the [Code of Conduct](./CODE_OF_CONDUCT.md) before contributing.
* See [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on the developer certificate of origin that we require.
### Pull requests
* We welcome pull requests. Feel free to dig through existing [issues](https://github.com/kcp-dev/multicluster-provider/issues) and jump in.
## License
This project is licensed under [Apache-2.0](./LICENSE).