Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 85 of 85 for v11 (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

      - Clients should reload the token from disk periodically (once per minute is recommended) to ensure they continue to use a valid token. `k8s.io/client-go` version v11.0.0+ and v0.15.0+ reload tokens automatically.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    		v10.AddArg(v9)
    		v11 := b.NewValue0(v.Pos, OpARM64STP, types.TypeMem)
    		v12 := b.NewValue0(v.Pos, OpSelect0, typ.UInt64)
    		v13 := b.NewValue0(v.Pos, OpARM64LDP, types.NewTuple(typ.UInt64, typ.UInt64))
    		v13.AddArg2(src, mem)
    		v12.AddArg(v13)
    		v14 := b.NewValue0(v.Pos, OpSelect1, typ.UInt64)
    		v14.AddArg(v13)
    		v11.AddArg4(dst, v12, v14, mem)
    		v7.AddArg4(dst, v8, v10, v11)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritegeneric.go

    		v4.AddArg2(v5, v8)
    		v3.AddArg(v4)
    		v2.AddArg2(v3, v7)
    		v9 := b.NewValue0(v.Pos, OpZeroExt32to64, typ.UInt64)
    		v10 := b.NewValue0(v.Pos, OpDiv32u, typ.UInt32)
    		v11 := b.NewValue0(v.Pos, OpTrunc64to32, typ.UInt32)
    		v11.AddArg(x)
    		v10.AddArg2(v11, v8)
    		v9.AddArg(v10)
    		v1.AddArg2(v2, v9)
    		v12 := b.NewValue0(v.Pos, OpMul64, typ.UInt64)
    		v13 := b.NewValue0(v.Pos, OpZeroExt32to64, typ.UInt64)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.13.md

    * Updates to use debian-iptables v11.0, debian-hyperkube-base 0.12.0, and kube-addon-manager:v8.9. ([#70209](https://github.com/kubernetes/kubernetes/pull/70209), [@ixdy](https://github.com/ixdy))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.12.md

    * Restores --username and --password flags to kubectl ([#75451](https://github.com/kubernetes/kubernetes/pull/75451), [@liggitt](https://github.com/liggitt))
    * Bump debian-iptables image to v11.0.1 to fix security vulnerabilities. ([#75077](https://github.com/kubernetes/kubernetes/pull/75077), [@grayluck](https://github.com/grayluck))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
Back to top