# Functions
Get queries all the entities using client and returns all the entities in KongRawState.
GetAllACLGroups queries Kong for all ACL groups using client.
GetAllBasicAuths queries Kong for all basic-auth credentials using client.
GetAllCACertificates queries Kong for all the CACertificates using client.
GetAllCertificates queries Kong for all the certificates using client.
GetAllConsumerGroups queries Kong for all the ConsumerGroups using client.
GetAllConsumers queries Kong for all the consumers using client.
GetAllCustomEntitiesWithType quries Kong for all Custom entities with the given type.
GetAllFilterChains queries Kong for all the filter chains using client.
GetAllHMACAuths queries Kong for all hmac-auth credentials using client.
GetAllJWTAuths queries Kong for all jwt credentials using client.
GetAllKeyAuths queries Kong for all key-auth credentials using client.
GetAllLicenses queries Kong for all the Licenses using client.
GetAllMTLSAuths queries Kong for all basic-auth credentials using client.
GetAllOauth2Creds queries Kong for all oauth2 credentials using client.
GetAllPlugins queries Kong for all the plugins using client.
No description provided by the author
GetAllRBACRoles queries Kong for all the RBACRoles using client.
GetAllRoutes queries Kong for all the routes using client.
GetAllServices queries Kong for all the services using client.
GetAllSNIs queries Kong for all the SNIs using client.
GetAllTargets queries Kong for all the Targets of upstreams using client.
GetAllUpstreams queries Kong for all the Upstreams using client.
GetAllVaults queries Kong for all the Vaults using client.
No description provided by the author
# Structs
Config can be used to skip exporting certain entities.
No description provided by the author