add default entity filter to k8s tab

Signed-off-by: Alex McKay <amckay@spotify.com>
This commit is contained in:
Alex McKay
2024-08-23 12:26:03 -04:00
parent 93f4a773d4
commit 6c21e5d1d0
2 changed files with 13 additions and 2 deletions
@@ -23,6 +23,7 @@ export const entityKubernetesContent = EntityContentBlueprint.make({
params: {
defaultPath: '/kubernetes',
defaultTitle: 'Kubernetes',
filter: 'kind:component,resource',
loader: () =>
import('./KubernetesContentPage').then(m =>
compatWrapper(<m.KubernetesContentPage />),