tapCmd.Flags().BoolP(configStructs.AllNamespacesTapName,"A",defaultTapConfig.AllNamespaces,"Tap all namespaces")
tapCmd.Flags().StringSliceP(configStructs.PlainTextFilterRegexesTapName,"r",defaultTapConfig.PlainTextFilterRegexes,"List of regex expressions that are used to filter matching values from text/plain http bodies")
tapCmd.Flags().Bool(configStructs.EnableRedactionTapName,defaultTapConfig.EnableRedaction,"Enables redaction of potentially sensitive request/response headers and body values")
tapCmd.Flags().String(configStructs.HumanMaxEntriesDBSizeTapName,defaultTapConfig.HumanMaxEntriesDBSize,"Override the default max entries db size")
tapCmd.Flags().String(configStructs.InsertionFilterName,defaultTapConfig.InsertionFilter,"Set the insertion filter. Accepts string or a file path.")