github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_fqdn_cache_list.md (about)

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium-dbg fqdn cache list
     4  
     5  List fqdn cache contents
     6  
     7  ```
     8  cilium-dbg fqdn cache list [flags]
     9  ```
    10  
    11  ### Options
    12  
    13  ```
    14    -e, --endpoint string       List cache entries for a specific endpoint id
    15    -h, --help                  help for list
    16    -p, --matchpattern string   List cache entries with FQDN that match matchpattern
    17    -o, --output string         json| yaml| jsonpath='{}'
    18    -s, --source string         List cache entries from a specific source (lookup, connection)
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --config string   Config file (default is $HOME/.cilium.yaml)
    25    -D, --debug           Enable debug messages
    26    -H, --host string     URI to server-side API
    27  ```
    28  
    29  ### SEE ALSO
    30  
    31  * [cilium-dbg fqdn cache](cilium-dbg_fqdn_cache.md)	 - Manage fqdn proxy cache
    32