-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namespace schema shows repeated methods in collectionMethods #36799
Comments
@Jono-SUSE-Rancher we're thinking this might be more of a team 1 issue, rather than team 2. /cc @samjustus |
Yeah that's fair. I wasn't entirely certain when I assigned it. @samjustus please take a look with your team when you get a chance. |
Bumping to 2.6.7 |
Moving to 2.7.0 milestone as old 2.6.6 becomes 2.6.7. |
moving out of 2.7 as we have other priorities from UI team @nwmac |
Fixes: rancher/rancher#36799 Signed-off-by: Volker Theile <[email protected]>
Fixes: rancher/rancher#36799 Signed-off-by: Volker Theile <[email protected]>
Fixes: rancher/rancher#36799 Signed-off-by: Volker Theile <[email protected]>
Fixes: rancher/rancher#36799 Signed-off-by: Volker Theile <[email protected]>
The following schemas (management.cattle.io.project, management.cattle.io.cluster) have duplicate entries for the GET method under collectionMethods as well. management.cattle.io.project:
management.cattle.io.cluster:
|
See UI ticket:
For a standard user, the namespace schema includes repeated methods:
Looking at the response to
/v1/schema/namespace
,collectionMethods
returns as:GET
should not be repeatedThis may affect other resource types.
The text was updated successfully, but these errors were encountered: