Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for GetSet (0.08 sec)

  1. pkg/config/validation/validation.go

    			errs = appendErrors(errs, ValidateHTTPHeaderWithAuthorityOperationName(name))
    			errs = appendErrors(errs, ValidateHTTPHeaderValue(val))
    		}
    		for name, val := range weight.Headers.GetRequest().GetSet() {
    			errs = appendErrors(errs, ValidateHTTPHeaderWithAuthorityOperationName(name))
    			errs = appendErrors(errs, ValidateHTTPHeaderValue(val))
    		}
    		for _, name := range weight.Headers.GetRequest().GetRemove() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.5.md

    * Node controller no longer force-deletes pods from the api-server. ([#35235](https://github.com/kubernetes/kubernetes/pull/35235), [@foxish](https://github.com/foxish))
      * For StatefulSet (previously PetSet), this change means creation of
        replacement pods is blocked until old pods are definitely not running
        (indicated either by the kubelet returning from partitioned state,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    * Node status updater should SetNodeStatusUpdateNeeded if it fails to update status ([#34368](https://github.com/kubernetes/kubernetes/pull/34368), [@jingxu97](https://github.com/jingxu97))
    * Fixed flakes caused by petset tests. ([#35158](https://github.com/kubernetes/kubernetes/pull/35158), [@foxish](https://github.com/foxish))
    * Added rkt binary to GCI ([#35321](https://github.com/kubernetes/kubernetes/pull/35321), [@vishh](https://github.com/vishh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top