k8s-traefik-api 0.2.0

Bindings for the Kubernetes traefik API
1
2
3
4
5
6
7
8
9
10
11
12
# k8s-traefik-api

This crate only exports traefik ingress api created with kopium nothing more.

Software version:
k3s: `v1.30.2-k3s2`
kopium: `0.20.1`

It uses the integrated traefik from a k3s cluster which is `rancher/mirrored-library-traefik:2.10.7`

# Features
this crates depends on `k8s-openapi`, you are supposed to set its k8s version via a feature. That can be done directly in your Cargo.toml on the import of `k8s-openapi` or via the features on this crate.