grpc-go/internal/xds/resolver
eunsang 33ec81b40e
xds: move all functionality from `xds/internal` to `internal/xds` (#8515)
Fixes grpc#7290, ensuring that only user-facing functionality remains in
the top-level xds package.

Updates all import paths and aliases to reference the new internal/xds
package, using aliases (e.g., `internal` → `xds` or `xdsinternal`) where
needed to minimize changes to call sites.

No functional changes intended; this is purely a package path
reorganization.

RELEASE NOTES: none
2025-08-19 10:05:46 -07:00
..
internal xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
cluster_specifier_plugin_test.go xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
helpers_test.go xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
logging.go xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
serviceconfig.go xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
serviceconfig_test.go xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
watch_service.go xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
watch_service_test.go xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
xds_resolver.go xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
xds_resolver_test.go xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00