Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 502 for stay (1.3 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/pruning_test.go

    	}
    	if _, found, _ := unstructured.NestedFieldNoCopy(foo.Object, "alpha"); !found {
    		t.Errorf("Expected specified 'alpha' field to stay, but it was pruned")
    	}
    	if _, found, _ := unstructured.NestedFieldNoCopy(foo.Object, "beta"); !found {
    		t.Errorf("Expected specified 'beta' field to stay, but it was pruned")
    	}
    	if _, found, _ := unstructured.NestedFieldNoCopy(foo.Object, "metadata", "unspecified"); found {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 03 06:51:04 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/stylesheets/userGuideHtmlCommon.xsl

    Forums Community Plugins Training News Newsletter Blog Twitter Develocity github Docs User Manual DSL Reference Release Notes Javadoc News Blog Newsletter Twitter Products Build Scan™ Build Cache Develocity Docs Get Help Forums GitHub Training Services Stay UP-TO-DATE on new features and news By entering your email, you agree to our Terms and Privacy Policy, including receipt of emails. You can unsubscribe at any time. Subscribe Version section-anchor #...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 13 16:51:07 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/util/x509metrics/server_cert_deprecations_test.go

    			}
    
    			if !tt.counterIncrease && errorCounterVal != lastCounterVal {
    				t.Errorf("expected the Test_checkForHostnameError metrics to stay the same (%d), but it is %d", lastCounterVal, errorCounterVal)
    			}
    
    			lastCounterVal = errorCounterVal
    		})
    	}
    }
    
    func TestCheckRespForNoSAN(t *testing.T) {
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting_cleanup.cc

          op->setAttr(attr.getName(),
                      FlatSymbolRefAttr::get(op->getContext(), cloned.getName()));
          break;
        }
      }
    
      // Traverse results backward so that indices to be deleted stay unchanged.
      for (OpResult result : llvm::reverse(op->getResults())) {
        if (!result.use_empty()) continue;
        int result_idx = result.getResultNumber();
        for (func::FuncOp func : cloned_branches)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/mcs/discoverability/discoverability_test.go

    			for _, ht := range hostTypes {
    				t.NewSubTest(ht.String()).Run(func(t framework.TestContext) {
    					runForAllClusterCombinations(t, func(t framework.TestContext, from echo.Instance, to echo.Target) {
    						var checker echo.Checker
    						if ht == hostTypeClusterLocal {
    							// For calls to cluster.local, ensure that all requests stay in the same cluster
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  6. tests/integration/security/egress_sidecar_tls_origination_test.go

    						StatusCode: http.StatusOK,
    					},
    				},
    				// Mutual TLS origination from an unauthorized sidecar to https endpoint
    				// This will result in a 503 with the UH flag because the cluster will
    				// stay warming until a valid secret is sent.
    				{
    					name:            "unauthorized sidecar",
    					credentialToUse: credNameGeneric,
    					from:            apps.Ns1.B,
    					drSelector:      "b",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. tests/integration/security/reachability_test.go

    					// EndpointSlice's for VMs this might work.
    					toMatch:    match.And(match.NotVM, notMigration),
    					expectMTLS: notNaked,
    					// Since we are doing pass-through, all requests will stay in the same cluster,
    					// as we are bypassing Istio load balancing.
    					// TODO(https://github.com/istio/istio/issues/39700): Why does headless behave differently?
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/interpodaffinity/scoring_test.go

    									Operator: metav1.LabelSelectorOpIn,
    									Values:   []string{"S2"},
    								},
    							},
    						},
    						TopologyKey: "az",
    					},
    				},
    			},
    		},
    	}
    	// to stay with security S1 in same region, stay away from security S2 in any az.
    	stayWithS1InRegionAwayFromS2InAz := &v1.Affinity{
    		PodAffinity: &v1.PodAffinity{
    			PreferredDuringSchedulingIgnoredDuringExecution: []v1.WeightedPodAffinityTerm{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 44.8K bytes
    - Viewed (0)
  9. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseProjectIntegrationTest.groovy

        linkedResource name: 'linkToUriFoo', type: 'aFooUri', locationUri: 'http://test/uri/foo'
    
        file {
          withXml { it.asNode().appendNode('motto', 'Stay happy!') }
        }
      }
    
      jdt {
        sourceCompatibility = 1.4
        targetCompatibility = 1.3
      }
    }
            """
            when:
            run("eclipse")
            then:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/likelyadjust.go

    						prediction = BranchUnlikely
    
    						// prefer to stay in loop, not exit to outer.
    					case l == l0:
    						prediction = BranchLikely
    					case l == l1:
    						prediction = BranchUnlikely
    					default:
    						noprediction = true
    					}
    					if f.pass.debug > 0 && !noprediction {
    						f.Warnl(b.Pos, "Branch prediction rule stay in loop%s",
    							describePredictionAgrees(b, prediction))
    					}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 31 21:41:20 UTC 2022
    - 15.4K bytes
    - Viewed (0)
Back to top