mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-27 23:48:30 +00:00
[k8s.io/client-go/discovery/discovery_client]: CustomResourceDefinition
ThirdPartyResource has been superseded by CustomResourceDefinition Signed-off-by: Zhou Peng <p@ctriple.cn> Kubernetes-commit: b608a203c62f693bb1ee1c91de5969a75129db30
This commit is contained in:
parent
b401b11652
commit
a53ab6bcda
@ -42,7 +42,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
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
|
defaultRetries = 2
|
||||||
// protobuf mime type
|
// protobuf mime type
|
||||||
mimePb = "application/com.github.proto-openapi.spec.v2@v1.0+protobuf"
|
mimePb = "application/com.github.proto-openapi.spec.v2@v1.0+protobuf"
|
||||||
|
Loading…
Reference in New Issue
Block a user