Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for whereIs (0.14 sec)

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

    				// nothing to do
    			case ssa.OpSelect0, ssa.OpSelect1, ssa.OpSelectN, ssa.OpMakeResult:
    				// nothing to do
    			case ssa.OpGetG:
    				// nothing to do when there's a g register,
    				// and checkLower complains if there's not
    			case ssa.OpVarDef, ssa.OpVarLive, ssa.OpKeepAlive, ssa.OpWBend:
    				// nothing to do; already used by liveness
    			case ssa.OpPhi:
    				CheckLoweredPhi(v)
    			case ssa.OpConvert:
    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. CHANGELOG/CHANGELOG-1.14.md

    ## Known Issues
    
    - There is a known issue [coredns/coredns#2629](https://github.com/coredns/coredns/issues/2629) in CoreDNS 1.3.1, wherein if the Kubernetes API shuts down while CoreDNS is connected, CoreDNS will crash. The issue is fixed in CoreDNS 1.4.0 in [coredns/coredns#2529](https://github.com/coredns/coredns/pull/2529).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (2)
  3. CHANGELOG/CHANGELOG-1.15.md

      2. if there's a transient error happened during "provisioning/deletion", i.e., a volume is still in-use while a deleteVolume has been called, original `storage_operation_duration_seconds` will NOT wait until a volume has been finally deleted before reporting an...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      Notes:
       * Tika supports a wider range of match types than Freedesktop does
       * Glob patterns must be unique, if there's a clash assign to the most
         popular format
       * The main mime type should be the canonical one, use aliases for any
         other widely used forms
       * Where there's a hierarchy in the types, list it via a parent
       * Highly specific magic matches get a high priority
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. pkg/proxy/iptables/proxier_test.go

    				},
    				"external to ClusterIP with eTP:Local": {
    					masq: ptr.To(false),
    				},
    				"external to ClusterIP with iTP:Local": {
    					masq: ptr.To(false),
    				},
    
    				// And there's no eTP:Local short-circuit for pod traffic,
    				// so pods get only the local endpoints.
    				"pod to NodePort with eTP:Local": {
    					output: ptr.To("10.180.0.2:80"),
    				},
    				"pod to LB with eTP:Local": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.8.md

    * Fix issue where masquerade rules are flushed in GCE k8s clusters. ([#56729](https://github.com/kubernetes/kubernetes/pull/56729), [@dnardo](https://github.com/dnardo))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.11.md

    * kube-proxy needs to be configured to override hostname in some environments. ([#857](https://github.com/kubernetes/kubeadm/issues/857), [@detiber](https://github.com/detiber))
    * There's a known issue where the Vertical Pod Autoscaler will radically change implementation in 1.12, so users of VPA (alpha) in 1.11 are warned that they will not be able to automatically migrate their VPA configs from 1.11 to 1.12.
    
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

    - Fixed a bug where improper storage and comparison of endpoints led to excessive API traffic from the endpoints controller ([#94112](https://github.com/kubernetes/kubernetes/pull/94112), [@damemi](https://github.com/damemi)) [SIG Apps, Network and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
Back to top