mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Clients should not check conditions, UpdateStatus() is inconsistent
Corrects some of the cargo culting that has crept into the API.
This commit is contained in:
@@ -35,7 +35,7 @@ import (
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/version"
|
||||
)
|
||||
|
||||
const nameRequiredError = "name is required parameter to Get"
|
||||
const nameRequiredError = "resource name may not be empty"
|
||||
|
||||
type testRequest struct {
|
||||
Method string
|
||||
|
||||
Reference in New Issue
Block a user