Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createPodConfigTester (0.18 sec)

  1. pkg/kubelet/config/config_test.go

    				},
    			},
    		},
    	}
    }
    
    func CreatePodUpdate(op kubetypes.PodOperation, source string, pods ...*v1.Pod) kubetypes.PodUpdate {
    	return kubetypes.PodUpdate{Pods: pods, Op: op, Source: source}
    }
    
    func createPodConfigTester(ctx context.Context, mode PodConfigNotificationMode) (chan<- interface{}, <-chan kubetypes.PodUpdate, *PodConfig) {
    	eventBroadcaster := record.NewBroadcaster(record.WithContext(ctx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top