Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for addsym (0.11 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	AAD:             "AAD",
    	AAM:             "AAM",
    	AAS:             "AAS",
    	ADC:             "ADC",
    	ADD:             "ADD",
    	ADDPD:           "ADDPD",
    	ADDPS:           "ADDPS",
    	ADDSD:           "ADDSD",
    	ADDSS:           "ADDSS",
    	ADDSUBPD:        "ADDSUBPD",
    	ADDSUBPS:        "ADDSUBPS",
    	AESDEC:          "AESDEC",
    	AESDECLAST:      "AESDECLAST",
    	AESENC:          "AESENC",
    	AESENCLAST:      "AESENCLAST",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.24.md

    and enhances scheduling of pods that use CSI volumes with late binding.
    
    [Volume expansion](https://github.com/kubernetes/enhancements/issues/284) adds support
    for resizing existing persistent volumes.
    
    ### NonPreemptingPriority to Stable
    
    This feature adds [a new option to PriorityClasses](https://github.com/kubernetes/enhancements/issues/902),
    which can enable or disable pod preemption.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.26.md

    - Adds alpha --output plaintext protected by environment variable `KUBECTL_EXPLAIN_OPENAPIV3` ([#113146](https://github.com/kubernetes/kubernetes/pull/113146), [@alexzielenski](https://github.com/alexzielenski)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.16.md

    - Adds `\livez` for liveness health checking for kube-apiserver. Using the parameter `--maximum-startup-sequence-duration` will allow the liveness endpoint to defer boot-sequence failures for the specified duration period. ([#81969](https://github.com/kubernetes/kubernetes/pull/81969), [@logicalhan](https://github.com/logicalhan))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.12.md

    * Add `metrics-port` to kube-proxy cmd flags. ([#72682](https://github.com/kubernetes/kubernetes/pull/72682), [@whypro](https://github.com/whypro))
    * Adds deleting pods created by DaemonSet assigned to not existing nodes. ([#73401](https://github.com/kubernetes/kubernetes/pull/73401), [@krzysztof-jastrzebski](https://github.com/krzysztof-jastrzebski))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.20.md

    - Adds `create ingress` command to `kubectl` ([#78153](https://github.com/kubernetes/kubernetes/pull/78153), [@amimof](https://github.com/amimof)) [SIG CLI and Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.25.md

    - Kubernetes is now built with Go 1.20.9 ([#121022](https://github.com/kubernetes/kubernetes/pull/121022), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]
    
    ### Bug or Regression
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  8. doc/go_spec.html

    the same number of fields with the same names and if the
    field types unify.
    The type argument for <code>P</code> is not known yet (there is no map entry),
    so unifying <code>P</code> with <code>string</code> adds
    the mapping <code>P ➞ string</code> to the map.
    Unifying the types of the <code>list</code> field requires
    unifying <code>[]P</code> and <code>[]string</code> and
    thus <code>P</code> and <code>string</code>.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    ## 0.95.0
    
    ### Highlights
    
    This release adds support for dependencies and parameters using `Annotated` and recommends its usage. ✨
    
    This has **several benefits**, one of the main ones is that now the parameters of your functions with `Annotated` would **not be affected** at all.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.15.md

    * azure: Add allow unsafe read from cache ([#83685](https://github.com/kubernetes/kubernetes/pull/83685), [@aramase](https://github.com/aramase))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
Back to top