From a53ab6bcda95fddd1d9408aa0b21defff722cc02 Mon Sep 17 00:00:00 2001 From: Zhou Peng
Date: Fri, 24 Jul 2020 15:22:00 +0800 Subject: [PATCH] [k8s.io/client-go/discovery/discovery_client]: CustomResourceDefinition ThirdPartyResource has been superseded by CustomResourceDefinition Signed-off-by: Zhou Peng
Kubernetes-commit: b608a203c62f693bb1ee1c91de5969a75129db30 --- discovery/discovery_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/discovery_client.go b/discovery/discovery_client.go index ae2d6acd..ec09616b 100644 --- a/discovery/discovery_client.go +++ b/discovery/discovery_client.go @@ -42,7 +42,7 @@ import ( ) const ( - // defaultRetries is the number of times a resource discovery is repeated if an api group disappears on the fly (e.g. ThirdPartyResources). + // defaultRetries is the number of times a resource discovery is repeated if an api group disappears on the fly (e.g. CustomResourceDefinitions). defaultRetries = 2 // protobuf mime type mimePb = "application/com.github.proto-openapi.spec.v2@v1.0+protobuf"