Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for IsStrictDecodingError (0.13 sec)

  1. cmd/kube-proxy/app/server.go

    		// decoder, which has only v1alpha1 registered, and log a warning.
    		// The lenient path is to be dropped when support for v1alpha1 is dropped.
    		if !runtime.IsStrictDecodingError(err) {
    			return nil, fmt.Errorf("failed to decode: %w", err)
    		}
    
    		_, lenientCodecs, lenientErr := newLenientSchemeAndCodecs()
    		if lenientErr != nil {
    			return nil, lenientErr
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top