rewrite all links to prs to k8s links
This commit is contained in:
@@ -1943,7 +1943,7 @@ func TestCreateNotFound(t *testing.T) {
|
||||
handler := handle(map[string]rest.Storage{
|
||||
"simple": &SimpleRESTStorage{
|
||||
// storage.Create can fail with not found error in theory.
|
||||
// See https://github.com/GoogleCloudPlatform/kubernetes/pull/486#discussion_r15037092.
|
||||
// See http://pr.k8s.io/486#discussion_r15037092.
|
||||
errors: map[string]error{"create": apierrs.NewNotFound("simple", "id")},
|
||||
},
|
||||
})
|
||||
|
@@ -40,7 +40,7 @@ const constSTDINstr string = "STDIN"
|
||||
|
||||
// Visitor lets clients walk a list of resources.
|
||||
// TODO: we should rethink how we handle errors in the visit loop
|
||||
// (See https://github.com/GoogleCloudPlatform/kubernetes/pull/9357#issuecomment-109600305)
|
||||
// (See http://pr.k8s.io/9357#issuecomment-109600305)
|
||||
type Visitor interface {
|
||||
Visit(VisitorFunc) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user