diff --git a/pkg/antctl/antctl.go b/pkg/antctl/antctl.go index c75de239e94..99ae2fdf96b 100644 --- a/pkg/antctl/antctl.go +++ b/pkg/antctl/antctl.go @@ -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",