Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 89 for pats (0.04 sec)

  1. cmd/test-utils_test.go

    		req.Header.Set("Expires", expiresStr)
    	}
    
    	// url.RawPath will be valid if path has any encoded characters, if not it will
    	// be empty - in which case we need to consider url.Path (bug in net/http?)
    	encodedResource := req.URL.RawPath
    	encodedQuery := req.URL.RawQuery
    	if encodedResource == "" {
    		splits := strings.SplitN(req.URL.Path, "?", 2)
    		encodedResource = splits[0]
    		if len(splits) == 2 {
    			encodedQuery = splits[1]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

              "items": [
                {
                  "key": "keyValue",
                  "path": "pathValue",
                  "mode": 3
                }
              ],
              "defaultMode": 3,
              "optional": true
            },
            "nfs": {
              "server": "serverValue",
              "path": "pathValue",
              "readOnly": true
            },
            "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/debug.go

    		state.partsByVarOffset = &partsByVarOffset{}
    	}
    	for varID, n := range state.vars {
    		parts := state.varParts[n]
    		state.varSlots[varID] = parts
    		for _, slotID := range parts {
    			state.slotVars[slotID] = VarID(varID)
    		}
    		*state.partsByVarOffset.(*partsByVarOffset) = partsByVarOffset{parts, state.slots}
    		sort.Sort(state.partsByVarOffset)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  9. cluster/gce/windows/k8s-node-setup.psm1

    function Create-Kubeconfig {
      param (
        [parameter(Mandatory=$true)] [string]$Name,
        [parameter(Mandatory=$true)] [string]$Path,
        [parameter(Mandatory=$true)] [string]$Token
      )
      if (-not (ShouldWrite-File $Path)) {
        return
      }
    
      New-Item -Force -ItemType file $Path | Out-Null
    
      # In configure-helper.sh kubelet kubeconfig uses certificate-authority while
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  10. pilot/pkg/model/telemetry_logging_test.go

    			formatString: "[%START_TIME%] %REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% \n",
    			expected:     "[%START_TIME%] %REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% \n",
    		},
    		{
    			name:         "miss newline",
    			formatString: "[%START_TIME%] %REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%",
    			expected:     "[%START_TIME%] %REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%\n",
    		},
    	}
    
    	for _, tc := range cases {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top