Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for Petry (0.02 sec)

  1. tests/integration/pilot/workloadentry_test.go

    								Port:                    ports.HTTP,
    								Scheme:                  scheme.HTTP,
    								NewConnectionPerRequest: true,
    								Retry:                   echo.Retry{Options: []retry.Option{multiclusterRetryDelay, retry.Timeout(time.Minute)}},
    								Count:                   10,
    							})
    						})
    					}
    				})
    			}
    		})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. pilot/pkg/controllers/untaint/nodeuntainter_test.go

    	kubelib "istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/kube/kclient/clienttest"
    	istiolog "istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/test"
    	"istio.io/istio/pkg/test/util/assert"
    	"istio.io/istio/pkg/test/util/retry"
    )
    
    const systemNS = "istio-system"
    
    var cniPodLabels = map[string]string{
    	"k8s-app":    "istio-cni-node",
    	"some-other": "label",
    }
    
    type nodeTainterTestServer struct {
    	client kubelib.Client
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 00:50:31 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top