-
Notifications
You must be signed in to change notification settings - Fork 563
not possible to set a client timeout #1613
Copy link
Copy link
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.javascriptPull requests that update Javascript codePull requests that update Javascript code
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.javascriptPull requests that update Javascript codePull requests that update Javascript code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
At the moment, it seems not possible to set a client timeout since node-fetch requires passing an AbortController instance to the fetch request option's signal.
** Client Version **
1.0.0-rc3
To Reproduce
Expected behavior
It would be great to set a client's timeout when creating a k8sApi instance or invoking a request