Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkClient (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/feature/feature_support_checker.go

    		return false
    	}
    }
    
    // CheckClient accepts client and calculate the support per endpoint and caches it.
    func (f *defaultFeatureSupportChecker) CheckClient(ctx context.Context, c client, feature storage.Feature) {
    	switch feature {
    	case storage.RequestWatchProgress:
    		f.checkClient(ctx, c)
    	default:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 11:56:42 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top