Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isWatchCachePrimed (0.12 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/fixtures/resources.go

    		return dynamicClientSet.Resource(gvr).Namespace(namespace)
    	}
    	return dynamicClientSet.Resource(gvr)
    }
    
    // isWatchCachePrimed returns true if the watch is primed for an specified version of CRD watch
    func isWatchCachePrimed(crd *apiextensionsv1.CustomResourceDefinition, dynamicClientSet dynamic.Interface) (bool, error) {
    	ns := ""
    	if crd.Spec.Scope != apiextensionsv1.ClusterScoped {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 19 02:01:40 UTC 2021
    - 21.4K bytes
    - Viewed (0)
Back to top