mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
update the links in pkg/api/types.go
This commit is contained in:
parent
cbeed829b7
commit
aa758e64f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1375,7 +1375,7 @@ type NodeAddress struct {
|
|||
}
|
||||
|
||||
// NodeResources is an object for conveying resource information about a node.
|
||||
// see http://docs.k8s.io/resources.md for more details.
|
||||
// see http://docs.k8s.io/design/resources.md for more details.
|
||||
type NodeResources struct {
|
||||
// Capacity represents the available resources of a node
|
||||
Capacity ResourceList `json:"capacity,omitempty"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue