Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for Seal (0.19 sec)

  1. src/net/http/h2_bundle.go

    		}
    		(*t)[k] = vv
    	}
    }
    
    func (rl *http2clientConnReadLoop) processGoAway(f *http2GoAwayFrame) error {
    	cc := rl.cc
    	cc.t.connPool().MarkDead(cc)
    	if f.ErrCode != 0 {
    		// TODO: deal with GOAWAY more. particularly the error code
    		cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)
    		if fn := cc.t.CountError; fn != nil {
    			fn("recv_goaway_" + f.ErrCode.stringToken())
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Defines runtime configuration of components, including Istiod and istio-agent behavior.
    	// See https://istio.io/docs/reference/config/istio.mesh.v1alpha1/ for all available options.
    	// TODO can this import the real mesh config API?
    	MeshConfig *structpb.Value `protobuf:"bytes,36,opt,name=meshConfig,proto3" json:"meshConfig,omitempty"`
    	// Configuration for the base component.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "properties": {
              "path": {
                "default": "",
                "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath",
                "type": "string"
              },
              "type": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - Kube-scheduler: fixes a 1.28.10 regression that can lead to a scheduler crash when processing pods with affinity that doesn't match a real/valid node ([#125042](https://github.com/kubernetes/kubernetes/pull/125042), [@AxeZhan](https://github.com/AxeZhan)) [SIG Scheduling and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.27.md

    - Kube-scheduler: fixes a 1.27.14 regression that can lead to a scheduler crash when processing pods with affinity that doesn't match a real/valid node ([#125043](https://github.com/kubernetes/kubernetes/pull/125043), [@AxeZhan](https://github.com/AxeZhan)) [SIG Scheduling and Testing]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top