Skip to main content

Interface: ApiListSingleNamespaceOptions

Defined in: lib/k8s/KubeObject.ts:814

Properties

cluster?

optional cluster?: string;

Defined in: lib/k8s/KubeObject.ts:820

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:816

The namespace to get the object from.


queryParams?

optional queryParams?: QueryParameters;

Defined in: lib/k8s/KubeObject.ts:818

The parameters to be passed to the API endpoint.