Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for detectCRISocketImpl (0.36 sec)

  1. cmd/kubeadm/app/util/runtime/runtime.go

    	defer cancel()
    	_, err := runtime.impl.ImageStatus(ctx, runtime.imageService, &runtimeapi.ImageSpec{Image: image}, false)
    	return err == nil
    }
    
    // detectCRISocketImpl is separated out only for test purposes, DON'T call it directly, use DetectCRISocket instead
    func detectCRISocketImpl(isSocket func(string) bool, knownCRISockets []string) (string, error) {
    	foundCRISockets := []string{}
    
    	for _, socket := range knownCRISockets {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 06:33:22 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top