genericXdsConfigs property

List<GenericXdsConfig>? genericXdsConfigs
getter/setter pair

Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)

Implementation

core.List<GenericXdsConfig>? genericXdsConfigs;