You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-api-machinery/3352-aggregated-discovery/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ details that didn't come across above? Go in to as much detail as
270
270
necessary here. This might be a good place to talk about core concepts
271
271
and how they relate. -->
272
272
273
-
This is an important design note around selecting the group version for the new discovery types to be `meta/v1beta1`. [Link to the full comment](https://github.com/kubernetes/kubernetes/pull/111978#discussion_r979015557)
273
+
This is an important design note around selecting the group version for the new discovery types to be `apidiscovery/v2beta1`. [Link to the full comment](https://github.com/kubernetes/kubernetes/pull/111978#discussion_r979015557)
274
274
275
275
1. Discovery is a non-resource API class
276
276
2. As a non-resource API class, once the feature gate is
Clients should send an accept header with all the acceptable responses
333
333
in preferred order. This is to avoid sending additional requests to the same endpoint if the initial preferred version is unavailable. The default accept type will not be changed and
@@ -336,9 +336,9 @@ omitting the content negotiation type will default to the unaggregated
336
336
`application/vnd.kubernetes.protobuf` as a fallback option in case the
337
337
server does not support the aggregated type (eg: Different version,
0 commit comments