Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubelet/kubelet_pods.go

    		// No need to print a warning here.
    		return false
    	}
    	for _, h := range runtimeHandlers {
    		if h.Name == runtimeHandlerName {
    			return h.SupportsRecursiveReadOnlyMounts
    		}
    	}
    	klog.ErrorS(nil, "Unknown runtime handler", "runtimeHandlerName", runtimeHandlerName)
    	return false
    }
    
    // resolveRecursiveReadOnly resolves the recursive read-only mount mode.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top