https://github.com/ctron/operator-framework
Tools and helper for creating Kubernetes operators in Rust
https://github.com/ctron/operator-framework
kubernetes operator
Last synced: 3 months ago
JSON representation
Tools and helper for creating Kubernetes operators in Rust
- Host: GitHub
- URL: https://github.com/ctron/operator-framework
- Owner: ctron
- License: epl-2.0
- Created: 2020-05-29T16:19:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T10:16:58.000Z (over 3 years ago)
- Last Synced: 2025-08-16T10:41:53.986Z (10 months ago)
- Topics: kubernetes, operator
- Language: Rust
- Size: 53.7 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Operator Framework for Rust
This is a set of tools and helpers to allow creating Kubernetes
Operators in Rust.
The goal of this project is provide some syntactic sugar, making it easier to work with certain types.
Contributions are welcome!