Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for sa_handler (0.11 sec)

  1. pkg/kube/inject/webhook.go

    	mu           sync.RWMutex
    	Config       *Config
    	meshConfig   *meshconfig.MeshConfig
    	valuesConfig ValuesConfig
    	namespaces   *multicluster.KclientComponent[*corev1.Namespace]
    
    	// please do not call SetHandler() on this watcher, instead us MultiCast.AddHandler()
    	watcher   Watcher
    	MultiCast *WatcherMulticast
    
    	env      *model.Environment
    	revision string
    }
    
    func (wh *Webhook) GetConfig() WebhookConfig {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  2. src/runtime/traceback.go

    	}
    
    	// Unwind to next frame.
    	u.calleeFuncID = f.funcID
    	frame.fn = flr
    	frame.pc = frame.lr
    	frame.lr = 0
    	frame.sp = frame.fp
    	frame.fp = 0
    
    	// On link register architectures, sighandler saves the LR on stack
    	// before faking a call.
    	if usesLR && injectedCall {
    		x := *(*uintptr)(unsafe.Pointer(frame.sp))
    		frame.sp += alignUp(sys.MinFrameSize, sys.StackAlign)
    		f = findfunc(frame.pc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top