Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 37 for forced (0.18 sec)

  1. pkg/config/validation/validation.go

    		set++
    	}
    	if set > 1 {
    		v = appendErrorf(v, "only one of targetRefs or workloadSelector can be set")
    	}
    	return
    }
    
    // ValidateAuthorizationPolicy checks that AuthorizationPolicy is well-formed.
    var ValidateAuthorizationPolicy = RegisterValidateFunc("ValidateAuthorizationPolicy",
    	func(cfg config.Config) (Warning, error) {
    		in, ok := cfg.Spec.(*security_beta.AuthorizationPolicy)
    		if !ok {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    	// by other components that need to see the set of desired pods. Note that not all desired pods are
    	// running, and not all running pods are in the podManager - for instance, force deleting a pod
    	// from the apiserver will remove it from the podManager, but the pod may still be terminating and
    	// tracked by the podWorkers. Components that need to know the actual consumed resources of the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let summary = "Layout assignment pass.";
      let constructor = "TF::CreateLayoutAssignmentPass()";
      let options = [
        Option<"force_data_format_", "force-data-format", "std::string", /*default=*/"",
               "Force data format for all layout sensitive ops.">
      ];
    }
    
    def MoveTransposesPass : Pass<"tf-move-transposes", "mlir::func::FuncOp"> {
      let summary = "Move transposes pass.";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  4. pkg/registry/batch/job/strategy_test.go

    					Selector:       validSelector,
    					Template:       validPodTemplateSpec,
    					ManualSelector: ptr.To(true),
    					Parallelism:    ptr.To[int32](1),
    				},
    			},
    		},
    		"generation 1 for new; force WarningsOnUpdate to check PodTemplate for updates": {
    			job: &batch.Job{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "myjob",
    					Namespace:       metav1.NamespaceDefault,
    					ResourceVersion: "0",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    	}))
    }
    
    // TestClientCanClose verifies that clients can also force a connection to close.
    func TestClientCanClose(t *testing.T) {
    	testTCPConnectionCloses(t, "GET / HTTP/1.1\r\nHost: foo\r\nConnection: close\r\n\r\n", HandlerFunc(func(w ResponseWriter, r *Request) {
    		// Nothing.
    	}))
    }
    
    // TestHandlersCanSetConnectionClose verifies that handlers can force a connection to close,
    // even for HTTP/1.1 requests.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  6. src/crypto/x509/verify_test.go

    		errorCallback: expectHashError,
    	},
    	// EKULeaf tests use an unconstrained chain leading to a leaf certificate
    	// with an E-mail Protection EKU but not a Server Auth one, checking that
    	// the EKUs on the leaf are enforced.
    	{
    		name:          "EKULeaf",
    		leaf:          smimeLeaf,
    		intermediates: []string{smimeIntermediate},
    		roots:         []string{smimeRoot},
    		currentTime:   1594673418,
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  7. src/database/sql/sql_test.go

    		if err != nil {
    			t.Errorf("Error closing fakeConn: %v", err)
    		}
    	})
    
    	db := newTestDB(t, "magicquery")
    	defer closeDB(t, db)
    
    	driver := db.Driver().(*fakeDriver)
    
    	// Force the number of open connections to 0 so we can get an accurate
    	// count for the test
    	db.clearAllConns(t)
    
    	driver.mu.Lock()
    	opens0 := driver.openCount
    	closes0 := driver.closeCount
    	driver.mu.Unlock()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. cmd/object-handlers_test.go

    			if err = xml.Unmarshal(rec.Body.Bytes(), &cpObjResp); err != nil {
    				t.Fatalf("Test %d: %s: Failed to parse the CopyObjectResult response: <ERROR> %s", i, instanceType, err)
    			}
    
    			// See if the new object is formed.
    			// testing whether the copy was successful.
    			// Note that this goes directly to the file system,
    			// so encryption/compression may interfere at some point.
    			buffers[0].Reset()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  9. pkg/volume/util/operationexecutor/operation_generator.go

    			return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    		}
    
    		// Enforce ReadWriteOncePod access mode if it is the only one present. This is also enforced during scheduling.
    		if actualStateOfWorld.IsVolumeMountedElsewhere(volumeToMount.VolumeName, volumeToMount.PodName) &&
    			// Because we do not know what access mode the pod intends to use if there are multiple.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        result_values.push_back(sum + compensation);
        weights_row_it += input_size;
        bias_values_it++;
      }
    
      // Set result tensor
      const auto folded =
          DenseElementsAttr::get(output_type, ArrayRef<float>(result_values));
      results.assign({folded});
    
      return success();
    }
    
    void FullyConnectedOp::getCanonicalizationPatterns(RewritePatternSet& results,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top