Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for utilwaitgroup (0.24 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/with_retry_after_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package filters
    
    import (
    	"net/http"
    	"net/http/httptest"
    	"testing"
    
    	utilwaitgroup "k8s.io/apimachinery/pkg/util/waitgroup"
    	apirequest "k8s.io/apiserver/pkg/endpoints/request"
    )
    
    func TestWithRetryAfter(t *testing.T) {
    	tests := []struct {
    		name                           string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 31 14:10:46 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/config.go

    	// to complete while the server is shuting down.
    	NonLongRunningRequestWaitGroup *utilwaitgroup.SafeWaitGroup
    	// WatchRequestWaitGroup allows us to wait for all chain
    	// handlers associated with active watch requests to
    	// complete while the server is shuting down.
    	WatchRequestWaitGroup *utilwaitgroup.RateLimitedSafeWaitGroup
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go

    	// to complete while the server is shuting down.
    	NonLongRunningRequestWaitGroup *utilwaitgroup.SafeWaitGroup
    	// WatchRequestWaitGroup allows us to wait for all chain
    	// handlers associated with active watch requests to
    	// complete while the server is shuting down.
    	WatchRequestWaitGroup *utilwaitgroup.RateLimitedSafeWaitGroup
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 42.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/util/managedfields"
    	utilruntime "k8s.io/apimachinery/pkg/util/runtime"
    	"k8s.io/apimachinery/pkg/util/sets"
    	utilwaitgroup "k8s.io/apimachinery/pkg/util/waitgroup"
    	"k8s.io/apimachinery/pkg/version"
    	"k8s.io/apiserver/pkg/admission"
    	"k8s.io/apiserver/pkg/authorization/authorizer"
    	"k8s.io/apiserver/pkg/endpoints/handlers"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
Back to top