teleport/lib/benchmark
rosstimothy c692538864
Improve client api for listing resources (#23592)
Adds `GetResource` helpers that leverage generics to return a slice
of the expected resource type. This eliminates the need to use
a `type.ListResourcesResponse` and then call `AsServers` to convert
the `[]types.ResourceWithLabels` to `[]types.Server`.

Only calls for `types.Server` have been converted. Other resources
can be converted over time.
2023-04-11 18:23:47 +00:00
..
benchmark.go Introduce tsh bench kube tool (#23781) 2023-04-04 17:29:14 +00:00
kube.go Update tsh bench ssh (#24276) 2023-04-11 16:15:52 +00:00
linear.go Introduce tsh bench kube tool (#23781) 2023-04-04 17:29:14 +00:00
linear_test.go Introduce tsh bench kube tool (#23781) 2023-04-04 17:29:14 +00:00
ssh.go Improve client api for listing resources (#23592) 2023-04-11 18:23:47 +00:00