v0.5.1
- FEATURE: The
k8s-openapi
crate now has a default-enabled feature namedapi
. If the feature is disabled, the library will only contain the resource types likeapi::core::v1::Pod
and not the associated operation functions likeapi::core::v1::Pod::read_namespaced_pod
. The correspondingResponse
andOptional
types will also not be accessible. If your crate does not need the operation functions, you can disable this feature to save on compile time and resources.
Corresponding Kubernetes API server versions:
- v1.8.15
- v1.9.11
- v1.10.13
- v1.11.10
- v1.12.10
- v1.13.10
- v1.14.6
- v1.15.3