deskribe 0.1.2

Native Kubernetes resource descriptions using a caller-provided kube client
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
deskribe
Copyright 2026 Nikola Milojević.

This library includes Rust adaptations of Kubernetes code:
- kubernetes/kubectl pkg/describe and supporting helpers (originally v0.35.1,
  with relevant v0.37.0 behavior updates).
- kubernetes/apimachinery quantity, duration and related formatting behavior.
- kubernetes/component-helpers resource accounting (v0.37.0).

Copyright 2014 and other years as noted in source files, The Kubernetes Authors.
Kubernetes code is licensed under the Apache License, Version 2.0.
Source-file copyright and SPDX notices are retained. See LICENSE-APACHE.

Upstream sources:
https://github.com/kubernetes/kubectl
https://github.com/kubernetes/apimachinery
https://github.com/kubernetes/component-helpers