mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Correct erroneous metric endpoint.
This commit is contained in:
		@@ -96,7 +96,7 @@ only be available through the kubelet. The types of metrics are detailed
 | 
				
			|||||||
  - `/rawNodes/localhost` - The only node provided is `localhost`; type
 | 
					  - `/rawNodes/localhost` - The only node provided is `localhost`; type
 | 
				
			||||||
    metrics.Node
 | 
					    metrics.Node
 | 
				
			||||||
- `/derivedNodes` - host metrics; type `[]metrics.DerivedNode`
 | 
					- `/derivedNodes` - host metrics; type `[]metrics.DerivedNode`
 | 
				
			||||||
  - `/nodes/{node}` - derived metrics for a specific node
 | 
					  - `/derivedNodes/{node}` - derived metrics for a specific node
 | 
				
			||||||
- `/rawPods` - All raw pod metrics across all namespaces; type
 | 
					- `/rawPods` - All raw pod metrics across all namespaces; type
 | 
				
			||||||
  `[]metrics.RawPod`
 | 
					  `[]metrics.RawPod`
 | 
				
			||||||
- `/derivedPods` - All derived pod metrics across all namespaces; type
 | 
					- `/derivedPods` - All derived pod metrics across all namespaces; type
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user