Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleCreateEvent (0.13 sec)

  1. pkg/kubelet/pluginmanager/pluginwatcher/plugin_watcher.go

    			if err := w.handleCreateEvent(event); err != nil {
    				klog.ErrorS(err, "Error when handling create", "event", event)
    			}
    		} else {
    			klog.V(5).InfoS("Ignoring file", "path", path, "mode", mode)
    		}
    
    		return nil
    	})
    }
    
    // Handle filesystem notify event.
    // Files names:
    // - MUST NOT start with a '.'
    func (w *Watcher) handleCreateEvent(event fsnotify.Event) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 01 00:26:37 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top