# Functions
MakeCluster creates a cluster using either ADS or EDS.
MakeEndpoint creates a localhost endpoint on a given port.
MakeExtensionConfig creates a extension config for a cluster.
MakeHTTPListener creates a listener using either ADS or RDS for the route.
MakeRoute creates an HTTP route that routes to a given cluster.
MakeRuntime creates an RTDS layer with some fields.
MakeSecrets generates an SDS secret.
MakeTCPListener creates a TCP listener for a cluster.
# Constants
Ads mode for resources: one aggregated xDS service.
Delta mode for resources: individual delta xDS services.
Delta Ads mode for resource: one aggregated delta xDS service.
Rest mode for resources: polling using Fetch.
Xds mode for resources: individual xDS services.
XdsCluster is the cluster name for the control server (used by non-ADS set-up).
# Variables
RefreshDelay for the polling config source.
# Structs
TestSnapshot holds parameters for a synthetic snapshot.