krust

Kubernetes Client Rust

APACHE-2.0 License

Stars
22

Krust

Kubernetes Client Rust

A rust client for Kubernetes build from autogenerated API objects from the official Kubernetes API.

Versions

Krust uses branches for various supported versions of the Kubernetes API

Supported (working) Branches

  • V1_7
  • V1_8
  • V1_9
  • V1_10
  • V1_11
  • V1_12
  • V1_13

Auto Generated Code

This crate contains bindings for the Kubernetes client API, auto-generated from the OpenAPI spec.

crates.io

Documentation

License

k8s-openapi

https://github.com/Arnavion/k8s-openapi-codegen

Copyright 2018 Arnav Singh

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 at

   http://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 Kubernetes repository https://github.com/kubernetes/kubernetes which also uses the Apache-2.0 license.

Tooling for autogenerated code thanks to k8s-openapi-codegen