文件名称:绳索器-使用Rust轻松创建Kubernetes运算符-Rust开发
文件大小:484KB
文件格式:ZIP
更新时间:2024-06-16 12:51:57
Rust Configuration
Roperator Roperator使您可以轻松地在Rust中编写Kubernetes Operators。 Roperator可以处理观看和更新Roperator的所有机制和工作流程,使您可以轻松地在Rust中编写Kubernetes Operators。 Roperator处理观看和更新资源的所有机制和工作。 您要做的就是编写一个返回所需资源状态的函数。 Roperator受卓越的Metacontroller项目的启发,而该项目似乎已不再维护。 指南API文档声明性运算符该项目的目标是使编写用于以下对象的运算符的操作变得非常容易
【文件预览】:
roperator-master
----.gitignore(175B)
----src()
--------handler()
--------resource()
--------runner()
--------resource.rs(8KB)
--------handler.rs(9KB)
--------config()
--------k8s_types.rs(10KB)
--------config.rs(13KB)
--------lib.rs(3KB)
----Cargo.toml(2KB)
----.github()
--------workflows()
----examples()
--------echo-server()
--------temp-namespace()
----LICENSE-MIT(1KB)
----README.md(7KB)
----tests()
--------resources()
--------README.md(813B)
--------integration_tests.rs(16KB)
----rustfmt.toml(40B)
----docs()
--------guide()
--------index.md(1KB)
--------_config.yml(25B)
--------reference()
--------contributors-guide.md(5KB)
--------intro.md(4KB)
--------_layouts()
----LICENSE-APACHE(11KB)