Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 65 for patched (0.16 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    	// if we upgrade and make a backwards incompatible change.
    	//
    	// The node selector matches no nodes which mimics the behavior of kubectl delete.
    	//
    	// The DaemonSet should not schedule pods and should not delete scheduled pods in
    	// this case even though it's empty pod selector matches all pods. The DaemonSetController
    	// should detect this misconfiguration and choose not to sync the DaemonSet. We should
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers.go

    		{Name: "Class", Type: "string", Description: "The name of the IngressClass resource that should be used for additional configuration"},
    		{Name: "Hosts", Type: "string", Description: "Hosts that incoming requests are matched against before the ingress rule"},
    		{Name: "Address", Type: "string", Description: "Address is a list containing ingress points for the load-balancer"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  3. pkg/config/validation/validation.go

    				matchHTTPRoutes = append(matchHTTPRoutes, matchHTTPRoute)
    			}
    		}
    		if duplicateMatches == len(route.Match) {
    			reportUnreachable(routeName(route, rulen), "all matches used by prior rules")
    		}
    	}
    
    	// at least 2 prefix matched routes for overlapping match validation
    	if len(matchHTTPRoutes) > 1 {
    		// check the overlapping match from the first prefix information
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    the look of the creature, but on the whole she thought it would
    be quite as safe to stay with it as to go after that savage
    Queen:  so she waited.
    
      The Gryphon sat up and rubbed its eyes:  then it watched the
    Queen till she was out of sight:  then it chuckled.  `What fun!'
    said the Gryphon, half to itself, half to Alice.
    
      `What IS the fun?' said Alice.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

    // expected-warning @+1 {{TFLite does not support batched input for non_max_suppression_padded}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    the look of the creature, but on the whole she thought it would
    be quite as safe to stay with it as to go after that savage
    Queen:  so she waited.
    
      The Gryphon sat up and rubbed its eyes:  then it watched the
    Queen till she was out of sight:  then it chuckled.  `What fun!'
    said the Gryphon, half to itself, half to Alice.
    
      `What IS the fun?' said Alice.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  7. src/database/sql/sql.go

    	err  error // deferred error for easy chaining
    	rows *Rows
    }
    
    // Scan copies the columns from the matched row into the values
    // pointed at by dest. See the documentation on [Rows.Scan] for details.
    // If more than one row matches the query,
    // Scan uses the first row and discards the rest. If no row matches
    // the query, Scan returns [ErrNoRows].
    func (r *Row) Scan(dest ...any) error {
    	if r.err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  8. pkg/controller/podautoscaler/horizontal_test.go

    				if getForAction.GetResource().Resource == groupResource.String() {
    					matchedTarget = &tc.metricsTarget[i]
    				}
    			}
    		}
    		assert.NotNil(t, matchedTarget, "this request should have matched one of the metric specs")
    		assert.Equal(t, "qps", getForAction.GetMetricName(), "the metric name requested should have been qps, as specified in the metric spec")
    
    		metrics.Items = []cmapi.MetricValue{
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  10. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top