Skip to content

Commit de791e9

Browse files
Enable Daemonsets in ClusterResources analyzer (#1729)
1 parent fa5365c commit de791e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/analyze/kube_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818

1919
var Filemap = map[string]string{
2020
"deployment": constants.CLUSTER_RESOURCES_DEPLOYMENTS,
21+
"daemonset": constants.CLUSTER_RESOURCES_DAEMONSETS,
2122
"statefulset": constants.CLUSTER_RESOURCES_STATEFULSETS,
2223
"networkpolicy": constants.CLUSTER_RESOURCES_NETWORK_POLICY,
2324
"pod": constants.CLUSTER_RESOURCES_PODS,

0 commit comments

Comments
 (0)