Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tf: cache open api schema fetch (istio#41392)
This makes tests 4x faster on my machine (kind). I have no clue why a *Cached*DiscoveryClient implements OpenAPISchemaGetter in an uncached manner, while this method is cached, but its out of our control. This mirrors kubectl, which uses an in memory cached variant.
- Loading branch information