Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gauravgahlot/argo-workflows-openapi
Rust definitions for Argo Workflows REST API
https://github.com/gauravgahlot/argo-workflows-openapi
argo-workflows client kubernetes openapi rust
Last synced: 19 days ago
JSON representation
Rust definitions for Argo Workflows REST API
- Host: GitHub
- URL: https://github.com/gauravgahlot/argo-workflows-openapi
- Owner: gauravgahlot
- License: apache-2.0
- Created: 2023-12-22T19:13:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T18:27:53.000Z (4 months ago)
- Last Synced: 2024-10-14T20:53:25.882Z (about 1 month ago)
- Topics: argo-workflows, client, kubernetes, openapi, rust
- Language: Rust
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Argo Workflows OpenAPI
This crate provides Rust definitions for accessing the [Argo Workflows REST API][3].
The models and API were first auto-generated from the
[Argo Workflows OpenAPI spec][0], and then hand crafted to build a library that
is easy to use.# License
```
argo-workflows-openapihttps://github.com/cubenix/argo-workflows-openapi
Copyright 2023 Gaurav Gahlot
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```The OpenAPI spec that these bindings are generated from is sourced from the
[Argo Workflows repository][2] which also uses the Apache-2.0 license.[0]: https://github.com/argoproj/argo-workflows/blob/main/api/openapi-spec/swagger.json
[1]: https://argoproj.github.io/argo-workflows/client-libraries/
[2]: https://github.com/argoproj/argo-workflows/
[3]: https://argoproj.github.io/argo-workflows/swagger/