Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EventStream (0.1 sec)

  1. pkg/kube/krt/core.go

    	GetKey(k Key[T]) *T
    
    	// List returns all objects in the collection.
    	// Order of the list is undefined.
    	List() []T
    
    	EventStream[T]
    }
    
    // EventStream provides a link between the underlying collection
    // and its clients.
    // The EventStream does not publish events for retrigger operations
    // where the resultant object of type T is equal to an existing
    // object in the collection.
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top