Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewDynamic (0.16 sec)

  1. pkg/kube/krt/informer.go

    			}, false)
    		},
    	}
    }
    
    // WrapClient is the base entrypoint that enables the creation
    // of a collection from an API Server client.
    //
    // Generic types can use kclient.NewDynamic to create an
    // informer for a Collection of type controllers.Object
    func WrapClient[I controllers.ComparableObject](c kclient.Informer[I], opts ...CollectionOption) Collection[I] {
    	o := buildCollectionOptions(opts...)
    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