Skip to content

Commit

Permalink
small update adding usage instructions for command
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruv-J <dhruvj@vmware.com>
  • Loading branch information
Dhruv-J committed Jan 28, 2025
1 parent cdeca7e commit 3165341
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/antctl/antctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,12 @@ $ antctl get podmulticaststats pod -n namespace`,
use: "fqdncache",
short: "Print fqdn cache",
long: "Print effective fqdn cache information including fqdn name, IP addresses, and expiration time",
example: ` Get the list of all fqdn rules currently applied
$ antctl get fqdncache
Get the list of all fqdn rules currently applied
$ antctl get fqdncache --domain DomainName
Get the list of all fqdn rules currently applied for a given domain name
`,
agentEndpoint: &endpoint{
nonResourceEndpoint: &nonResourceEndpoint{
path: "/fqdncache",
Expand Down

0 comments on commit 3165341

Please sign in to comment.