grpc-go/xds/internal/xdsclient/xdsresource
Nathan Baulch c8951abc16
*: fix minor typos (#7487)
* Fix typos

* Fix reflecton tests
2024-08-14 22:43:01 +05:30
..
tests xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (#7309) 2024-06-10 13:29:17 -04:00
version xds: remove support for v2 Transport API (#6013) 2023-02-14 13:35:52 -08:00
cluster_resource_type.go xds: implement ADS stream flow control mechanism (#7458) 2024-08-12 07:32:53 -07:00
endpoints_resource_type.go xds: implement ADS stream flow control mechanism (#7458) 2024-08-12 07:32:53 -07:00
errors.go *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544) 2023-08-14 09:04:46 -07:00
filter_chain.go *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
filter_chain_test.go xds/server: fix RDS handling for non-inline route configs (#6915) 2024-01-16 19:03:18 -05:00
listener_resource_type.go xds: implement ADS stream flow control mechanism (#7458) 2024-08-12 07:32:53 -07:00
logging.go xdsclient/xdsresource: reduce chattiness of logs (#5993) 2023-01-31 10:28:48 -08:00
matcher.go grpcrand: delete all of grpcrand and call the rand package directly (#7283) 2024-05-31 11:32:53 -07:00
matcher_path.go xds/client: move unmarshal functions and types to a separate package (#4904) 2021-11-08 11:11:24 -08:00
matcher_path_test.go xds/client: move unmarshal functions and types to a separate package (#4904) 2021-11-08 11:11:24 -08:00
matcher_test.go grpcrand: delete all of grpcrand and call the rand package directly (#7283) 2024-05-31 11:32:53 -07:00
name.go envconfig: remove env vars for on-by-default features (#6749) 2023-10-26 13:08:20 -07:00
name_test.go envconfig: remove env vars for on-by-default features (#6749) 2023-10-26 13:08:20 -07:00
resource_type.go xds: implement ADS stream flow control mechanism (#7458) 2024-08-12 07:32:53 -07:00
route_config_resource_type.go xds: implement ADS stream flow control mechanism (#7458) 2024-08-12 07:32:53 -07:00
test_utils_test.go xdsclient: resource agnostic API implementation (#5776) 2022-12-21 13:53:03 -08:00
type.go deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919) 2024-01-30 10:59:10 -08:00
type_cds.go xds: store server config for LRS server in xdsresource.ClusterUpdate (#7191) 2024-05-08 09:35:42 -07:00
type_eds.go xds: switch EDS watch to new generic xdsClient API (#6414) 2023-06-27 13:37:55 -07:00
type_lds.go completely delete WatchListener and WatchRouteConfig APIs (#6849) 2023-12-14 16:29:26 -08:00
type_rds.go completely delete WatchListener and WatchRouteConfig APIs (#6849) 2023-12-14 16:29:26 -08:00
unmarshal_cds.go *: fix minor typos (#7487) 2024-08-14 22:43:01 +05:30
unmarshal_cds_test.go *: fix minor typos (#7487) 2024-08-14 22:43:01 +05:30
unmarshal_eds.go deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919) 2024-01-30 10:59:10 -08:00
unmarshal_eds_test.go deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919) 2024-01-30 10:59:10 -08:00
unmarshal_lds.go *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
unmarshal_lds_test.go *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
unmarshal_rds.go deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919) 2024-01-30 10:59:10 -08:00
unmarshal_rds_test.go deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919) 2024-01-30 10:59:10 -08:00