Fix the wrong path of document

This commit is contained in:
feihujiang
2015-09-17 18:26:01 +08:00
parent b342591032
commit 51f59f3c78
10 changed files with 11 additions and 11 deletions

View File

@@ -1465,7 +1465,7 @@ type NodeAddress struct {
}
// NodeResources is an object for conveying resource information about a node.
// see http://docs.k8s.io/design/resources.md for more details.
// see http://releases.k8s.io/HEAD/docs/design/resources.md for more details.
type NodeResources struct {
// Capacity represents the available resources of a node
Capacity ResourceList `json:"capacity,omitempty"`