Remove nodeinfo endpoint from kubelet
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user