Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 156 for Dialer (0.21 sec)

  1. pkg/config/crd/validator.go

    			if celv := cel.NewValidator(structural, true, celconfig.PerCallLimit); celv != nil {
    				v.cel[gvk] = celv
    			}
    
    		}
    	}
    
    	return v, nil
    }
    
    func NewIstioValidator(t test.Failer) *Validator {
    	v, err := NewValidatorFromFiles(
    		filepath.Join(env.IstioSrc, "tests/integration/pilot/testdata/gateway-api-crd.yaml"),
    		filepath.Join(env.IstioSrc, "manifests/charts/base/crds/crd-all.gen.yaml"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 15:38:40 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/kube/workload.go

    	return w.cluster
    }
    
    func (w *workload) Logs() (string, error) {
    	return w.cluster.PodLogs(context.TODO(), w.pod.Name, w.pod.Namespace, appContainerName, false)
    }
    
    func (w *workload) LogsOrFail(t test.Failer) string {
    	t.Helper()
    	logs, err := w.Logs()
    	if err != nil {
    		t.Fatal(err)
    	}
    	return logs
    }
    
    func isPodReady(pod corev1.Pod) bool {
    	return istioKube.CheckPodReady(&pod) == nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 19:46:28 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  3. pkg/test/framework/components/istio/ingress.go

    	}
    
    	return addrs
    }
    
    func (c *ingressImpl) Call(options echo.CallOptions) (echo.CallResult, error) {
    	return c.callEcho(options)
    }
    
    func (c *ingressImpl) CallOrFail(t test.Failer, options echo.CallOptions) echo.CallResult {
    	t.Helper()
    	resp, err := c.Call(options)
    	if err != nil {
    		t.Fatal(err)
    	}
    	return resp
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 17:13:34 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. tests/integration/pilot/revisions/uninstall_test.go

    // Otherwise we expect only selected resources from control plane are removed, resources from base and the legacy addon installation would not be touched.
    func checkCPResourcesUninstalled(t test.Failer, cs cluster.Cluster, gvkResources []schema.GroupVersionKind, label string, purge bool) {
    	retry.UntilSuccessOrFail(t, func() error {
    		var reStrlist []string
    		var reItemList []unstructured.Unstructured
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  5. pkg/config/mesh/kubemesh/watcher_test.go

    		key: "ingressClass: user",
    	})
    	cmUserinvalid := makeConfigMapWithName(extraCmName, "1", map[string]string{
    		key: "ingressClass: 1",
    	})
    	setup := func(t test.Failer) (corev1.ConfigMapInterface, mesh.Watcher) {
    		client := kube.NewFakeClient()
    		cms := client.Kube().CoreV1().ConfigMaps(namespace)
    		stop := test.NewStop(t)
    		w := NewConfigMapWatcher(client, namespace, name, key, true, stop)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go

    	Locks    uint64
    	Mtu      uint64
    	Hopcount uint64
    	Expire   uint64
    	Recvpipe uint64
    	Sendpipe uint64
    	Ssthresh uint64
    	Rtt      uint64
    	Rttvar   uint64
    	Pksent   uint64
    	Weight   uint64
    	Filler   [3]uint64
    }
    
    const (
    	SizeofBpfVersion    = 0x4
    	SizeofBpfStat       = 0x8
    	SizeofBpfZbuf       = 0x18
    	SizeofBpfProgram    = 0x10
    	SizeofBpfInsn       = 0x8
    	SizeofBpfHdr        = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  7. security/pkg/pki/ra/k8s_ra_test.go

    	}
    	csrPEM, _, err := pkiutil.GenCSR(options)
    	if err != nil {
    		t.Fatalf("Error creating Mock CA client: %v", err)
    		return nil
    	}
    	return csrPEM
    }
    
    func initFakeKubeClient(t test.Failer, certificate []byte) kube.CLIClient {
    	client := kube.NewFakeClient()
    	client.RunAndWait(test.NewStop(t))
    	ctx := test.NewContext(t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 00:44:54 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  8. tests/util/leak/check.go

    		}
    	}
    
    	os.Exit(exitCode)
    }
    
    // MustGarbageCollect asserts that an object was garbage collected by the end of the test.
    // The input must be a pointer to an object.
    func MustGarbageCollect(tb test.Failer, i any) {
    	tb.Helper()
    	collected := atomic.NewBool(false)
    	runtime.SetFinalizer(i, func(x any) {
    		collected.Store(true)
    	})
    	tb.Cleanup(func() {
    		retry.UntilOrFail(tb, func() bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 20 10:22:38 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go

    	Mtu      uint64
    	Hopcount uint64
    	Expire   uint64
    	Recvpipe uint64
    	Sendpipe uint64
    	Ssthresh uint64
    	Rtt      uint64
    	Rttvar   uint64
    	Pksent   uint64
    	Weight   uint64
    	Nhidx    uint64
    	Filler   [2]uint64
    }
    
    const (
    	SizeofBpfVersion    = 0x4
    	SizeofBpfStat       = 0x8
    	SizeofBpfZbuf       = 0x18
    	SizeofBpfProgram    = 0x10
    	SizeofBpfInsn       = 0x8
    	SizeofBpfHdr        = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go

    	Locks    uint32
    	Mtu      uint32
    	Hopcount uint32
    	Expire   uint32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pksent   uint32
    	Weight   uint32
    	Filler   [3]uint32
    }
    
    const (
    	SizeofBpfVersion    = 0x4
    	SizeofBpfStat       = 0x8
    	SizeofBpfZbuf       = 0xc
    	SizeofBpfProgram    = 0x8
    	SizeofBpfInsn       = 0x8
    	SizeofBpfHdr        = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top