Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for dev2 (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

        For more information on deprecating auto-detecting cloud providers in kubelet, see PR [#51312](https://github.com/kubernetes/kubernetes/pull/51312) and [announcement](https://groups.google.com/forum/#!topic/kubernetes-dev/UAxwa2inbTA).
    
    - The `PersistentVolumeLabel` admission controller in the API server is deprecated.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	} else if wd, ok := wr.write.(*http2writeData); ok {
    		// Encode the frame in the serve goroutine, to ensure we don't have
    		// any lingering asynchronous references to data passed to Write.
    		// See https://go.dev/issue/58446.
    		sc.framer.startWriteDataPadded(wd.streamID, wd.endStream, wd.p, nil)
    		sc.writingFrameAsync = true
    		go sc.writeFrameAsync(wr, wd)
    	} else {
    		sc.writingFrameAsync = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	LogLevel string `protobuf:"bytes,18,opt,name=logLevel,proto3" json:"logLevel,omitempty"`
    	// Path to the file to which the proxy will write outlier detection logs.
    	//
    	// Example: "/dev/stdout"
    	// This would write the logs to standard output.
    	OutlierLogPath string `protobuf:"bytes,42,opt,name=outlierLogPath,proto3" json:"outlierLogPath,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top