Commit Graph

5 Commits

Author SHA1 Message Date
Patrick Ohly 26b5da0885 DRA: include v1beta1 API references
As suggested in
https://github.com/kubernetes/website/pull/48330#discussion_r1799302946, the
front matter gets extended to reference the API types. To make this work,
the necessary API reference files get created manually. They still need to be
updated via the usual automatic API generation.
2024-11-26 22:33:34 +01:00
Patrick Ohly 977df6e638 DRA: document beta
As part of promoting the core DRA to beta, the admin access feature gate was
added to keep that aspect as alpha.
2024-11-26 22:33:32 +01:00
Patrick Ohly 5b40c51031 DRA: update for 1.31
The concepts are mostly the same as before. Support for parameters in a CRD was
removed in favor of storing selection and configuration parameters directly in
ResourceClaim and DeviceClass.
2024-07-16 17:14:41 +02:00
Dipesh Rawat 925881c247
Add the new metadata to all the feature gate files 2023-12-23 19:07:01 +00:00
Tim Bannister d69dc41fe6 Switch to per-file feature gate descriptions
Replace the feature gate descriptions so that there is a Markdown file
for each feature gate.

Use a shortcode to render a feature gate description. If you use the
shortcode, this also validates that any feature gate you reference
has exactly one descriptive text for the current localization.

Localizations can adopt this new approach piecemeal.

Likely benefits:
- when feature gates are removed from Kubernetes, the localization work
  to do won't require any language skills
- merge conflicts are less likely because the list of feature gates
  becomes just a list of names (descriptions are elsewhere, so changes
  that just affect descriptions won't cause a conflict)
- we'll have a machine-readable list of all the feature gates we
  document, and can compare that to other lists if we want to
- we'll gain a place to add metadata about feature gates. For example,
  this lays groundwork for a future change where we record the KEP
  number (if known) for a feature gate, and can render that where it's
  useful.
2023-12-13 17:38:51 +00:00