Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ConnectionPool (0.12 sec)

  1. istioctl/pkg/describe/describe.go

    				}
    				if sp := recordShortPolicies(
    					ps.LoadBalancer,
    					ps.ConnectionPool,
    					ps.OutlierDetection); sp != "" {
    					fmt.Fprintf(writer, "%s%s", printSpaces(initPrintNum+printLevel2), sp)
    				}
    			}
    		}
    	}
    }
    
    func recordShortPolicies(lb *v1alpha3.LoadBalancerSettings,
    	connectionPool *v1alpha3.ConnectionPoolSettings,
    	outlierDetection *v1alpha3.OutlierDetection,
    ) string {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
  2. manifests/charts/base/files/crd-all.gen.yaml

                          type: string
                        trafficPolicy:
                          description: Traffic policies that apply to this subset.
                          properties:
                            connectionPool:
                              properties:
                                http:
                                  description: HTTP connection pool settings.
                                  properties:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
Back to top