We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5365c commit de791e9Copy full SHA for de791e9
pkg/analyze/kube_resource.go
@@ -18,6 +18,7 @@ import (
18
19
var Filemap = map[string]string{
20
"deployment": constants.CLUSTER_RESOURCES_DEPLOYMENTS,
21
+ "daemonset": constants.CLUSTER_RESOURCES_DAEMONSETS,
22
"statefulset": constants.CLUSTER_RESOURCES_STATEFULSETS,
23
"networkpolicy": constants.CLUSTER_RESOURCES_NETWORK_POLICY,
24
"pod": constants.CLUSTER_RESOURCES_PODS,
0 commit comments