Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 266 of 266 for bletch (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.23.md

      - liveness/readiness probes to kube-scheduler MUST use HTTPS now, and the default port has been changed to 10259.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.24.md

    - An alpha flag `--subresource` is added to get, patch, edit replace kubectl commands to fetch and update status and scale subresources. ([#99556](https://github.com/kubernetes/kubernetes/pull/99556), [@nikhita](https://github.com/nikhita))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    "regs_batches": func(firstReg, nregs int) []RegsBatch { result := make([]RegsBatch, 0) for nregs != 0 { batch := 4 if nregs < batch { batch = nregs } regsList := make([]string, 0, batch) for j := firstReg; j < firstReg+batch; j++ { regsList = append(regsList, fmt.Sprintf("V%d.B16", j)) } result = append(result, RegsBatch{ Size: 16 * batch, Regs: strings.Join(regsList, ", "), }) nregs -= batch firstReg += batch } return result }, "enc_args": func(key, n int, withMc bool) EncArgs { return EncArgs{ Key: key,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.20.md

    - When using `kubectl replace` (or the equivalent API call) on a Service, the caller no longer needs to do a read-modify-write cycle to fetch the allocated values for `.spec.clusterIP` and `.spec.ports[].nodePort`.  Instead the API server will automatically carry these forward from the original object when the new object does not specify them. ([#104674](https://github.com/kubernetes/ku...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    - Moving Windows RunAsUserName feature to GA ([#87790](https://github.com/kubernetes/kubernetes/pull/87790), [@marosset](https://github.com/marosset)) [SIG Apps and Windows]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0710..072C    ; valid                                  # 3.0  SYRIAC LETTER ALAPH..SYRIAC LETTER TAW
    072D..072F    ; valid                                  # 4.0  SYRIAC LETTER PERSIAN BHETH..SYRIAC LETTER PERSIAN DHALATH
    0730..074A    ; valid                                  # 3.0  SYRIAC PTHAHA ABOVE..SYRIAC BARREKH
    074B..074C    ; disallowed                             # NA   <reserved-074B>..<reserved-074C>
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top