Interface: ApiListSingleNamespaceOptions
Defined in: lib/k8s/KubeObject.ts:757
Properties
cluster?
optional cluster?: string;
Defined in: lib/k8s/KubeObject.ts:763
The cluster to get the object from. By default uses the current cluster being viewed.
namespace?
optional namespace?: string;
Defined in: lib/k8s/KubeObject.ts:759
The namespace to get the object from.
queryParams?
optional queryParams?: QueryParameters;
Defined in: lib/k8s/KubeObject.ts:761
The parameters to be passed to the API endpoint.