Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for abiSel (0.2 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		nameOptABI := name
    		if strings.Contains(ssaDump, ",") { // ABI specification
    			nameOptABI = ssa.FuncNameABI(name, abiSelf.Which())
    		} else if strings.HasSuffix(ssaDump, ">") { // if they use the linker syntax instead....
    			l := len(ssaDump)
    			if l >= 3 && ssaDump[l-3] == '<' {
    				nameOptABI = ssa.FuncNameABI(name, abiSelf.Which())
    				ssaDump = ssaDump[:l-3] + "," + ssaDump[l-2:l-1]
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      map<string, k8s.io.apimachinery.pkg.api.resource.Quantity> overhead = 32;
    
      // TopologySpreadConstraints describes how a group of pods ought to spread across topology
      // domains. Scheduler will schedule pods in a way which abides by the constraints.
      // All topologySpreadConstraints are ANDed.
      // +optional
      // +patchMergeKey=topologyKey
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=topologyKey
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// +optional
    	EnableServiceLinks *bool
    	// TopologySpreadConstraints describes how a group of pods ought to spread across topology
    	// domains. Scheduler will schedule pods in a way which abides by the constraints.
    	// All topologySpreadConstraints are ANDed.
    	// +optional
    	TopologySpreadConstraints []TopologySpreadConstraint
    	// Specifies the OS of the containers in the pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"topologySpreadConstraints":     "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> overhead = 32;
    
      // TopologySpreadConstraints describes how a group of pods ought to spread across topology
      // domains. Scheduler will schedule pods in a way which abides by the constraints.
      // All topologySpreadConstraints are ANDed.
      // +optional
      // +patchMergeKey=topologyKey
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=topologyKey
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// TopologySpreadConstraints describes how a group of pods ought to spread across topology
    	// domains. Scheduler will schedule pods in a way which abides by the constraints.
    	// All topologySpreadConstraints are ANDed.
    	// +optional
    	// +patchMergeKey=topologyKey
    	// +patchStrategy=merge
    	// +listType=map
    	// +listMapKey=topologyKey
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "topologySpreadConstraints": {
                "description": "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.core.v1.TopologySpreadConstraint"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top