Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for egcbss (0.19 sec)

  1. prow/config/calico.yaml

                      or to egress, or to both.  When not explicitly specified (and so
                      the value on creation is empty or nil), Calico defaults Types according
                      to what Ingress and Egress rules are present in the policy.  The
                      default is: \n - [ PolicyTypeIngress ], if there are no Egress rules
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	Image string `protobuf:"bytes,14,opt,name=image,proto3" json:"image,omitempty"`
    	// Lists the IP ranges of Istio egress traffic that the sidecar captures.
    	//
    	// Example: "172.30.0.0/16,172.20.0.0/16"
    	// This would only capture egress traffic on those two IP Ranges, all other outbound traffic would # be allowed by the sidecar."
    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. CHANGELOG/CHANGELOG-1.25.md

    **Affected Versions**:
      - kube-apiserver v1.25.0 - v1.25.3
      - kube-apiserver v1.24.0 - v1.24.7
      - kube-apiserver v1.23.0 - v1.23.13
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

      
      A new metric `kubelet_known_pods` has been added at ALPHA stability to report the number of pods a Kubelet is tracking in a number of internal states.  Operators may use the metrics to track an excess of pods in the orphaned state that may not be completing. ([#113145](https://github.com/kubernetes/kubernetes/pull/113145), [@smarterclayton](https://github.com/smarterclayton)) [SIG API Machinery, Auth, Cloud Provider, Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  5. pkg/proxy/iptables/proxier_test.go

    				{IP: svcLBIP1},
    				{IP: svcLBIP2},
    			}
    			svc.Spec.LoadBalancerSourceRanges = []string{
    				"192.168.0.0/24",
    
    				// Regression test that excess whitespace gets ignored
    				" 203.0.113.0/25",
    			}
    		}),
    	)
    
    	epIP := "10.180.0.1"
    	populateEndpointSlices(fp,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    	StreamsActive int
    
    	// StreamsReserved is how many streams have been reserved via
    	// ClientConn.ReserveNewRequest.
    	StreamsReserved int
    
    	// StreamsPending is how many requests have been sent in excess
    	// of the peer's advertised MaxConcurrentStreams setting and
    	// are waiting for other streams to complete.
    	StreamsPending int
    
    	// MaxConcurrentStreams is how many concurrent streams the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top