mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-20 00:11:21 -05:00
populate pending and ineligible endpoints
This commit is contained in:
parent
8c1094d54a
commit
aea2723744
2 changed files with 32 additions and 0 deletions
|
|
@ -295,3 +295,9 @@
|
|||
- endpoint: replaceNetworkingV1ServiceCIDRStatus
|
||||
reason: Kubernetes distribution would reasonably not allow this action via the API
|
||||
link: https://github.com/kubernetes/enhancements/pull/4983#issuecomment-2541699445
|
||||
- endpoint: connectCoreV1PostNamespacedPodExec
|
||||
reason: Deprecated and uses a sometime unreliable SPDY protocol
|
||||
link: https://github.com/kubernetes/kubernetes/issues/133689#issuecomment-3233952615
|
||||
- endpoint: connectCoreV1PostNamespacedPodPortforward
|
||||
reason: Deprecated and uses a sometime unreliable SPDY protocol
|
||||
link: https://github.com/kubernetes/kubernetes/issues/133689#issuecomment-3233952615
|
||||
|
|
@ -2,3 +2,29 @@
|
|||
- patchCoreV1NamespacedPodResize
|
||||
- readCoreV1NamespacedPodResize
|
||||
- replaceCoreV1NamespacedPodResize
|
||||
- createResourceV1DeviceClass
|
||||
- createResourceV1NamespacedResourceClaim
|
||||
- createResourceV1NamespacedResourceClaimTemplate
|
||||
- createResourceV1ResourceSlice
|
||||
- deleteResourceV1CollectionDeviceClass
|
||||
- deleteResourceV1DeviceClass
|
||||
- deleteResourceV1NamespacedResourceClaim
|
||||
- deleteResourceV1NamespacedResourceClaimTemplate
|
||||
- deleteResourceV1ResourceSlice
|
||||
- getResourceV1APIResources
|
||||
- listResourceV1ResourceClaimTemplateForAllNamespaces
|
||||
- patchResourceV1DeviceClass
|
||||
- patchResourceV1NamespacedResourceClaim
|
||||
- patchResourceV1NamespacedResourceClaimStatus
|
||||
- patchResourceV1NamespacedResourceClaimTemplate
|
||||
- patchResourceV1ResourceSlice
|
||||
- readResourceV1DeviceClass
|
||||
- readResourceV1NamespacedResourceClaim
|
||||
- readResourceV1NamespacedResourceClaimStatus
|
||||
- readResourceV1NamespacedResourceClaimTemplate
|
||||
- readResourceV1ResourceSlice
|
||||
- replaceResourceV1DeviceClass
|
||||
- replaceResourceV1NamespacedResourceClaim
|
||||
- replaceResourceV1NamespacedResourceClaimStatus
|
||||
- replaceResourceV1NamespacedResourceClaimTemplate
|
||||
- replaceResourceV1ResourceSlice
|
||||
|
|
|
|||
Loading…
Reference in a new issue