Remove nodeinfo endpoint from kubelet

This commit is contained in:
Deyuan Deng
2015-04-10 15:47:32 -04:00
parent 8dfd7001f5
commit 868e05ce96
8 changed files with 0 additions and 73 deletions

View File

@@ -1079,15 +1079,6 @@ type NodeStatus struct {
NodeInfo NodeSystemInfo `json:"nodeInfo,omitempty"`
}
// NodeInfo is the information collected on the node.
type NodeInfo struct {
TypeMeta `json:",inline"`
// Capacity represents the available resources of a node
Capacity ResourceList `json:"capacity,omitempty"`
// NodeSystemInfo is a set of ids/uuids to uniquely identify the node
NodeSystemInfo `json:",inline,omitempty"`
}
type NodePhase string
// These are the valid phases of node.