Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InstallREST (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/groupversion.go

    	// 0 means no limit.
    	MaxRequestBodyBytes int64
    }
    
    // InstallREST registers the REST handlers (storage, watch, proxy and redirect) into a restful Container.
    // It is expected that the provided path root prefix will serve all operations. Root MUST NOT end
    // in a slash.
    func (g *APIGroupVersion) InstallREST(container *restful.Container) ([]apidiscoveryv2.APIResourceDiscovery, []*storageversion.ResourceInfo, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top