Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/config/kube/crdclient/client.go

    	revision string
    
    	// kinds keeps track of all cache handlers for known types
    	kinds   map[config.GroupVersionKind]kclient.Untyped
    	kindsMu sync.RWMutex
    	queue   queue.Instance
    	// a flag indicates whether this client has been run, it is to prevent run queue twice
    	started *atomic.Bool
    
    	// handlers defines a list of event handlers per-type
    	handlers map[config.GroupVersionKind][]model.EventHandler
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 00:12:28 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top