mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add reqInit to kube-api.list
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
13cfca3a75
commit
cee732f37f
@ -50,6 +50,11 @@ export interface IKubeApiQueryParams {
|
||||
fieldSelector?: string | string[]; // restrict list of objects by their fields, e.g. fieldSelector: "field=name"
|
||||
}
|
||||
|
||||
export interface KubeApiListOptions {
|
||||
namespace?: string;
|
||||
reqInit?: RequestInit;
|
||||
}
|
||||
|
||||
export interface IKubePreferredVersion {
|
||||
preferredVersion?: {
|
||||
version: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user