rewrite all links to prs to k8s links

This commit is contained in:
Mike Danese
2015-08-05 18:09:50 -07:00
parent fe6b15ba2f
commit 8326697055
7 changed files with 8 additions and 8 deletions

View File

@@ -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
}