SteveList<T>
Steve API JSON response for LIST resource requests
Type Parameters
T
T = Record<string, any>
Indexable
[key: string]: any
Properties
actions
actions: any;
count
count: number;
data
data: T & Record<string, any> & KubeGetResponse & object[];
links
links: any;
resourceType
resourceType: string;
revision
revision: string;
type
type: string;