mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Revert "Add an api object for the kubelet, and a versioned endpoint."
This reverts commit d4b9979382.
			
			
This commit is contained in:
		@@ -62,7 +62,7 @@ var (
 | 
			
		||||
 | 
			
		||||
type fakeKubeletClient struct{}
 | 
			
		||||
 | 
			
		||||
func (fakeKubeletClient) GetPodInfo(host, podNamespace, podID string) (api.PodContainerInfo, error) {
 | 
			
		||||
func (fakeKubeletClient) GetPodInfo(host, podNamespace, podID string) (api.PodInfo, error) {
 | 
			
		||||
	// This is a horrible hack to get around the fact that we can't provide
 | 
			
		||||
	// different port numbers per kubelet...
 | 
			
		||||
	var c client.PodInfoGetter
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user