Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 468 for limiter (0.46 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    	Type PriorityLevelEnablement `json:"type" protobuf:"bytes,1,opt,name=type"`
    
    	// `limited` specifies how requests are handled for a Limited priority level.
    	// This field must be non-empty if and only if `type` is `"Limited"`.
    	// +optional
    	Limited *LimitedPriorityLevelConfiguration `json:"limited,omitempty" protobuf:"bytes,2,opt,name=limited"`
    
    	// `exempt` specifies how requests are handled for an exempt priority level.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.proto

      optional string type = 1;
    
      // `limited` specifies how requests are handled for a Limited priority level.
      // This field must be non-empty if and only if `type` is `"Limited"`.
      // +optional
      optional LimitedPriorityLevelConfiguration limited = 2;
    
      // `exempt` specifies how requests are handled for an exempt priority level.
      // This field MUST be empty if `type` is `"Limited"`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  3. licenses/sigs.k8s.io/yaml/LICENSE

    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 19:53:28 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/inline.go

    		// it is part of a left-flanking delimiter run and either
    		// (a) not part of a right-flanking delimiter run or
    		// (b) part of a right-flanking delimiter run preceded by a Unicode punctuation character.”
    
    		// “A double __ can open strong emphasis iff
    		// it is part of a left-flanking delimiter run and either
    		// (a) not part of a right-flanking delimiter run or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  5. platforms/core-runtime/wrapper-main/src/executable/resources/META-INF/LICENSE

          "Source" form shall mean the preferred form for making modifications,
          including but not limited to software source code, documentation
          source, and configuration files.
    
          "Object" form shall mean any form resulting from mechanical
          transformation or translation of a Source form, including but
          not limited to compiled object code, generated documentation,
          and conversions to other media types.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1/generated.proto

      optional string type = 1;
    
      // `limited` specifies how requests are handled for a Limited priority level.
      // This field must be non-empty if and only if `type` is `"Limited"`.
      // +optional
      optional LimitedPriorityLevelConfiguration limited = 2;
    
      // `exempt` specifies how requests are handled for an exempt priority level.
      // This field MUST be empty if `type` is `"Limited"`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go

    	"limited": "`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  8. cmd/api-response.go

    	xxml "github.com/minio/xxml"
    )
    
    const (
    	maxObjectList  = 1000  // Limit number of objects in a listObjectsResponse/listObjectsVersionsResponse.
    	maxDeleteList  = 1000  // Limit number of objects deleted in a delete call.
    	maxUploadsList = 10000 // Limit number of uploads in a listUploadsResponse.
    	maxPartsList   = 10000 // Limit number of parts in a listPartsResponse.
    )
    
    // LocationResponse - format for location response.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

      optional string type = 1;
    
      // `limited` specifies how requests are handled for a Limited priority level.
      // This field must be non-empty if and only if `type` is `"Limited"`.
      // +optional
      optional LimitedPriorityLevelConfiguration limited = 2;
    }
    
    // PriorityLevelConfigurationStatus represents the current state of a "request-priority".
    message PriorityLevelConfigurationStatus {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/util/users/users_linux.go

    	} else {
    		loginDef, err = readFile(f)
    		if err != nil {
    			klog.V(1).Infof("Could not read %q, using default system limits: %v", pathLoginDef, err)
    		}
    		close()
    	}
    	limits, err := parseLoginDefs(loginDef)
    	if err != nil {
    		return nil, err
    	}
    
    	klog.V(klogLevel).Infof("Using system UID/GID limits: %+v", limits)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:35:10 UTC 2023
    - 20.7K bytes
    - Viewed (0)
Back to top