Skip to main content

Interface: ApiListSingleNamespaceOptions

Properties

cluster?

optional cluster: string;

The cluster to get the object from. By default uses the current cluster being viewed.

Defined in

src/lib/k8s/cluster.ts:252


namespace?

optional namespace: string;

The namespace to get the object from.

Defined in

src/lib/k8s/cluster.ts:248


queryParams?

optional queryParams: QueryParameters;

The parameters to be passed to the API endpoint.

Defined in

src/lib/k8s/cluster.ts:250