Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kube/krt/collection.go

    type manyCollection[I, O any] struct {
    	// collectionName provides the collectionName for this collection.
    	collectionName string
    	id             collectionUID
    	// parent is the input collection we are building off of.
    	parent Collection[I]
    
    	// log is a logger for the collection, with additional labels already added to identify it.
    	log *istiolog.Scope
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top