Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BuildHandlerChainWithStorageVersionPrecondition (0.31 sec)

  1. pkg/controlplane/apiserver/aggregator.go

    		// The handler will block write requests to built-in resources until the
    		// target resources' storage versions are up-to-date.
    		genericConfig.BuildHandlerChainFunc = genericapiserver.BuildHandlerChainWithStorageVersionPrecondition
    	}
    
    	if peerProxy != nil {
    		originalHandlerChainBuilder := genericConfig.BuildHandlerChainFunc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 18:08:20 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/config.go

    		s.Handler.NonGoRestfulMux.NotFoundHandler(routes.IndexLister{
    			StatusCode:   http.StatusNotFound,
    			PathProvider: s.listedPathProvider,
    		})
    	}
    
    	return s, nil
    }
    
    func BuildHandlerChainWithStorageVersionPrecondition(apiHandler http.Handler, c *Config) http.Handler {
    	// WithStorageVersionPrecondition needs the WithRequestInfo to run first
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top