Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 7,747 for jailed (0.23 sec)

  1. pilot/pkg/model/jwks_resolver.go

    	// How many times should we retry the failed network fetch on main flow. The main flow
    	// means it's called when Pilot is pushing configs. Do not retry to make sure not to block Pilot
    	// too long.
    	networkFetchRetryCountOnMainFlow = 0
    
    	// How many times should we retry the failed network fetch on refresh flow. The refresh flow
    	// means it's called when the periodically refresh job is triggered. We can retry more aggressively
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook_v1_test.go

    type mockV1Service struct {
    	allow      bool
    	statusCode int
    	called     int
    
    	// reviewHook is called just before returning from the Review() method
    	reviewHook func(*authorizationv1.SubjectAccessReview)
    }
    
    func (m *mockV1Service) Review(r *authorizationv1.SubjectAccessReview) {
    	m.called++
    	r.Status.Allowed = m.allow
    
    	if m.reviewHook != nil {
    		m.reviewHook(r)
    	}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  3. test/typeparam/dictionaryCapture-noinline.go

    	f0 := g0[int]
    	f0(7)
    	f1 := g1[int]
    	is7(f1(7))
    	f2 := g2[int]
    	is77(f2(7))
    }
    
    func is7(x int) {
    	if x != 7 {
    		println(x)
    		panic("assertion failed")
    	}
    }
    func is77(x, y int) {
    	if x != 7 || y != 7 {
    		println(x, y)
    		panic("assertion failed")
    	}
    }
    
    type s[T any] struct {
    	a T
    }
    
    func (x s[T]) g0() {
    }
    func (x s[T]) g1() T {
    	return x.a
    }
    func (x s[T]) g2() (T, T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  4. cmd/kube-controller-manager/app/testing/testserver.go

    			if ok && err != nil {
    				logger.Error(err, "Failed to shutdown test server cleanly")
    			}
    		}
    		if len(result.TmpDir) != 0 {
    			os.RemoveAll(result.TmpDir)
    		}
    	}
    	defer func() {
    		if result.TearDownFn == nil {
    			tearDown()
    		}
    	}()
    
    	result.TmpDir, err = os.MkdirTemp("", "kube-controller-manager")
    	if err != nil {
    		return result, fmt.Errorf("failed to create temp dir: %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 11:28:02 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  5. src/runtime/cgo/gcc_libinit_windows.c

    		fprintf(stderr, "runtime: failed to signal runtime initialization complete.\n");
    		abort();
    	}
    }
    
    // The context function, used when tracing back C calls into Go.
    static void (*cgo_context_function)(struct context_arg*);
    
    // Sets the context function to call to record the traceback context
    // when calling a Go function from C code. Called from runtime.SetCgoTraceback.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/debuginfo/concrete_function_error.py

    # CHECK: {{.*tensorflow/python/ops/gen_math_ops.py:[0-9]+:[0-9]+: note: called from}}
    # CHECK:         "Betainc", a=a, b=b, x=x, name=name)
    # CHECK:         ^
    # CHECK: {{.*tensorflow/compiler/mlir/lite/tests/debuginfo/concrete_function_error.py:[0-9]+:[0-9]+: note: called from}}
    # CHECK:     y = tf.math.betainc(x, 0.5, 1.0)  # Not supported
    # CHECK:     ^
    # CHECK: <unknown>:0: error: failed while converting: 'main'
    
    # pylint: enable=line-too-long
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  7. pkg/util/iptables/monitor_test.go

    	go ipt.Monitor(canary, tables, func() {
    		if !ensureNoChains(mfe) {
    			t.Errorf("reload called while canaries still exist")
    		}
    		atomic.AddUint32(&reloads, 1)
    	}, 100*time.Millisecond, stopCh)
    
    	// Monitor should create canary chains quickly
    	if err := waitForChains(mfe, canary, tables); err != nil {
    		t.Errorf("failed to create iptables canaries: %v", err)
    	}
    
    	if err := waitForReloads(&reloads, 0); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 08 15:21:59 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/instance.go

    		workloads, err := c.workloadMgr.WaitForReadyWorkloads()
    		if err != nil {
    			return fmt.Errorf("failed waiting for restarted pods for echo %s/%s: %v",
    				c.cfg.Namespace.Name(), c.cfg.Service, err)
    		}
    
    		// Make sure the number of pods matches the original.
    		if len(workloads) != len(origWorkloads) {
    			return fmt.Errorf("failed restarting echo %s/%s: number of pods %d does not match original %d",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 9K bytes
    - Viewed (0)
  9. cmd/bucket-handlers_test.go

    	// The only aim is to generate an HTTP request in a way that the relevant/registered end point is evoked/called.
    
    	nilBucket := "dummy-bucket"
    	nilReq, err := newTestRequest(http.MethodGet, getBucketLocationURL("", nilBucket), 0, nil)
    	if err != nil {
    		t.Errorf("MinIO %s: Failed to create HTTP request for testing the response when object Layer is set to `nil`.", instanceType)
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  10. security/pkg/pki/ra/k8s_ra_test.go

    			csrPEM := createFakeCsr(t)
    			certChainPem, err := os.ReadFile(tc.certChain)
    			if err != nil {
    				t.Errorf("Failed to read sample %s", tc.certChain)
    			}
    			client := initFakeKubeClient(t, certChainPem)
    			ra, err := createFakeK8sRA(client, "")
    			if err != nil {
    				t.Errorf("Failed to create Fake K8s RA")
    			}
    			signer := "kubernetes.io/kube-apiserver-client"
    			ra.certSignerDomain = "kubernetes.io"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 00:44:54 UTC 2023
    - 9.7K bytes
    - Viewed (0)
Back to top