adjust comments

Kubernetes-commit: e9fc6c28a202ded0228e8505f5e14f5ec2049a3d
This commit is contained in:
Alexander Zielenski
2022-03-28 18:40:34 -07:00
committed by Kubernetes Publisher
parent 27f72fc0bc
commit fa08fc21f5
3 changed files with 2 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ type CachedDiscoveryClient struct {
// fresh is true if all used cache files were ours
fresh bool
///
// caching openapi v3 client which wraps the delegate's client
openapiClient openapi.Client
}