Skip to content

Commit

Permalink
add hideAllNamespaces to NamespaceList
Browse files Browse the repository at this point in the history
  • Loading branch information
avanish23 committed Oct 17, 2024
1 parent 6732017 commit 6f420b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/web/src/typings/root.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export interface JobList extends ResourceList {

export interface NamespaceList extends ResourceList {
namespaces: Namespace[];
hideAllNamespaces?: boolean;
}

export interface NodeList extends ResourceList {
Expand Down

0 comments on commit 6f420b7

Please sign in to comment.