mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Merge pull request #124249 from ii/move-alpha-endpoints
Move 3 get*APIGroup endpoints to ineligible_endpoints.yaml
This commit is contained in:
commit
1fc92f393d
@ -265,3 +265,12 @@
|
|||||||
- endpoint: createAuthenticationV1SelfSubjectReview
|
- endpoint: createAuthenticationV1SelfSubjectReview
|
||||||
reason: Cluster providers are allowed to choose to not serve this API, and the whoami command handles unavailability gracefully.
|
reason: Cluster providers are allowed to choose to not serve this API, and the whoami command handles unavailability gracefully.
|
||||||
link: https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/3325-self-subject-attributes-review-api/README.md#ga
|
link: https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/3325-self-subject-attributes-review-api/README.md#ga
|
||||||
|
- endpoint: getInternalApiserverAPIGroup
|
||||||
|
reason: The endpoint is part of a group that has no stable endpoints yet, reporting as a stable endpoint in apisnoop.
|
||||||
|
link: https://github.com/kubernetes/issues/124248
|
||||||
|
- endpoint: getResourceAPIGroup
|
||||||
|
reason: The endpoint is part of a group that has no stable endpoints yet, reporting as a stable endpoint in apisnoop.
|
||||||
|
link: https://github.com/kubernetes/issues/124248
|
||||||
|
- endpoint: getStoragemigrationAPIGroup
|
||||||
|
reason: The endpoint is part of a group that has no stable endpoints yet, reporting as a stable endpoint in apisnoop.
|
||||||
|
link: https://github.com/kubernetes/issues/124248
|
||||||
|
@ -5,9 +5,6 @@
|
|||||||
- deleteCoreV1Node
|
- deleteCoreV1Node
|
||||||
- deleteStorageV1CollectionCSINode
|
- deleteStorageV1CollectionCSINode
|
||||||
- deleteStorageV1CSINode
|
- deleteStorageV1CSINode
|
||||||
- getInternalApiserverAPIGroup
|
|
||||||
- getResourceAPIGroup
|
|
||||||
- getStoragemigrationAPIGroup
|
|
||||||
- listStorageV1CSINode
|
- listStorageV1CSINode
|
||||||
- patchStorageV1CSINode
|
- patchStorageV1CSINode
|
||||||
- patchStorageV1VolumeAttachmentStatus
|
- patchStorageV1VolumeAttachmentStatus
|
||||||
|
Loading…
Reference in New Issue
Block a user