We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b7f566 + 9ad065d commit 48cdf5aCopy full SHA for 48cdf5a
staging/src/k8s.io/apimachinery/pkg/api/errors/errors.go
@@ -30,14 +30,6 @@ import (
30
"k8s.io/apimachinery/pkg/util/validation/field"
31
)
32
33
-const (
34
- // StatusTooManyRequests means the server experienced too many requests within a
35
- // given window and that the client must wait to perform the action again.
36
- // DEPRECATED: please use http.StatusTooManyRequests, this will be removed in
37
- // the future version.
38
- StatusTooManyRequests = http.StatusTooManyRequests
39
-)
40
-
41
// StatusError is an error intended for consumption by a REST API server; it can also be
42
// reconstructed by clients from a REST response. Public to allow easy type switches.
43
type StatusError struct {
0 commit comments