1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-01 06:46:03 +00:00
steve/pkg/schema/definitions
Michael Bolot b7618463e6 Fixing bug with preferred versions
In the original implementation of the definition handler, the resource
list was checked for preferred version, and this overrode the preferred
version of the overall group. However, this logic was inaccurate and
did not use the group as the source of truth on the preferred version
like it should have.
2024-03-12 13:59:17 -05:00
..
handler_test.go Fixing bug with preferred versions 2024-03-12 13:59:17 -05:00
handler.go Fixing bug with preferred versions 2024-03-12 13:59:17 -05:00
openapi_test.go Fixing bug with preferred versions 2024-03-12 13:59:17 -05:00
refresh_test.go Adding tests for improved schema cache 2024-03-12 13:53:51 -05:00
refresh.go Improving Schema Definitions cache/refresh 2024-03-12 13:49:39 -05:00
schema_test.go Adding tests for improved schema cache 2024-03-12 13:53:51 -05:00
schema.go Improving Schema Definitions cache/refresh 2024-03-12 13:49:39 -05:00
visitor_test.go Adding tests for schemaDefinitions 2024-02-26 15:42:07 -06:00
visitor.go Adding schema definitions endpoint 2024-02-26 15:42:03 -06:00