Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for collectionUID (1.44 sec)

  1. pkg/kube/krt/informer.go

    	"istio.io/istio/pkg/ptr"
    )
    
    type informer[I controllers.ComparableObject] struct {
    	inf            kclient.Informer[I]
    	log            *istiolog.Scope
    	collectionName string
    	id             collectionUID
    
    	eventHandlers *handlers[I]
    	augmentation  func(a any) any
    	synced        chan struct{}
    }
    
    // nolint: unused // (not true, its to implement an interface)
    func (i *informer[I]) augment(a any) any {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 11:01:46 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top