Crates.io | k8s-traefik-api |
lib.rs | k8s-traefik-api |
version | 0.3.0 |
source | src |
created_at | 2023-05-05 17:48:43.710022+00 |
updated_at | 2025-02-25 12:05:00.065995+00 |
description | Bindings for the Kubernetes traefik API |
homepage | https://gitlab.com/xMAC94x/k8s-traefik-api |
repository | https://gitlab.com/xMAC94x/k8s-traefik-api |
max_upload_size | |
id | 857939 |
size | 165,236 |
This crate only exports traefik ingress api created with kopium nothing more.
Software version:
k3s: v1.31.5-k3s1
kopium: 0.21.1
It uses the integrated traefik from a k3s cluster which is rancher/mirrored-library-traefik:2.11.18
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.