tapCmd.Flags().String(configStructs.HumanMaxEntriesDBSizeTapName,defaultTapConfig.HumanMaxEntriesDBSize,"override the default max entries db size of 200mb")
tapCmd.Flags().String(configStructs.DirectionTapName,defaultTapConfig.Direction,"Record traffic that goes in this direction (relative to the tapped pod): in/any")
tapCmd.Flags().Bool(configStructs.DryRunTapName,defaultTapConfig.DryRun,"Preview of all pods matching the regex, without tapping them")
tapCmd.Flags().String(configStructs.EnforcePolicyFile,"","Yaml file with policy rules")
tapCmd.Flags().String(configStructs.EnforcePolicyFile,defaultTapConfig.EnforcePolicyFile,"Yaml file with policy rules")