Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for announce (0.16 sec)

  1. CHANGELOG/CHANGELOG-1.5.md

    ### Other notable changes
    
    * Changes the default value of the "anonymous-auth" flag to a safer default value of false. This affects kube apiserver and federation apiserver. See https://groups.google.com/forum/#!topic/kubernetes-announce/iclRj-6Nfsg for more details.  ([#38708](https://github.com/kubernetes/kubernetes/pull/38708), [@erictune](https://github.com/erictune))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  2. src/reflect/value.go

    					}
    					offset := add(v.ptr, st.offset, "precomputed value offset")
    					floatToReg(regs, st.freg, st.size, offset)
    				default:
    					panic("unknown ABI part kind")
    				}
    			}
    		}
    	}
    
    	// Announce that the return values are valid.
    	// After this point the runtime can depend on the return values being valid.
    	*retValid = true
    
    	// We have to make sure that the out slice lives at least until
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top