Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 137 for afterward (0.16 sec)

  1. cmd/kubeadm/app/cmd/join.go

    	// initialize the public kubeadm config API by applying defaults
    	externalcfg := &kubeadmapiv1.JoinConfiguration{}
    
    	// Add optional config objects to host flags.
    	// un-set objects will be cleaned up afterwards (into newJoinData func)
    	externalcfg.Discovery.File = &kubeadmapiv1.FileDiscovery{}
    	externalcfg.Discovery.BootstrapToken = &kubeadmapiv1.BootstrapTokenDiscovery{}
    	externalcfg.ControlPlane = &kubeadmapiv1.JoinControlPlane{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 15:33:38 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

    collection. Once all such events have been sent, a synthetic \"Bookmark\" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n\nWhen `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/provision_test.go

    			// object already is in the API server.
    			//
    			"11-19 - provisioned volume saved but API server crashed",
    			novolumes,
    			// We don't actually simulate API server saving the object and
    			// crashing afterwards, Create() just returns error without saving
    			// the volume in this test. So the set of expected volumes at the
    			// end of the test is empty.
    			novolumes,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  4. src/cmd/doc/doc_test.go

    		"type",
    		[]string{"-all", p, `ExportedType`},
    		[]string{
    			`type ExportedType struct {`,                        // Type definition as source.
    			`Comment about exported type`,                       // Include comment afterwards.
    			`const ConstGroup4 ExportedType = ExportedType\{\}`, // Related constants.
    			`ExportedTypedConstant ExportedType = iota`,
    			`Constants tied to ExportedType`,
    			`func ExportedTypeConstructor\(\) \*ExportedType`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 07 19:16:55 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  5. src/go/types/builtins.go

    	}
    
    	// For len(x) and cap(x) we need to know if x contains any function calls or
    	// receive operations. Save/restore current setting and set hasCallOrRecv to
    	// false for the evaluation of x so that we can check it afterwards.
    	// Note: We must do this _before_ calling exprList because exprList evaluates
    	//       all arguments.
    	if id == _Len || id == _Cap {
    		defer func(b bool) {
    			check.hasCallOrRecv = b
    		}(check.hasCallOrRecv)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

    collection. Once all such events have been sent, a synthetic \"Bookmark\" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n\nWhen `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

      quantize->setAttr(kVolatileOpAttrName, builder_.getUnitAttr());
    
      // `original_result` has a use to `quantize`, so this will replace that use
      // by the result of `dequantize`. Remember to reset that use afterwards
      value.replaceAllUsesWith(dequantize);
      quantize.getOperation()->replaceUsesOfWith(dequantize, value);
    }
    
    void QuantizationDriver::RequantizeOpResult(Operation* op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.core.v1.PodSchedulingGate"
                    }
                  ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. src/encoding/asn1/asn1.go

    	b := bytes[offset]
    	offset++
    	ret.class = int(b >> 6)
    	ret.isCompound = b&0x20 == 0x20
    	ret.tag = int(b & 0x1f)
    
    	// If the bottom five bits are set, then the tag number is actually base 128
    	// encoded afterwards
    	if ret.tag == 0x1f {
    		ret.tag, offset, err = parseBase128Int(bytes, offset)
    		if err != nil {
    			return
    		}
    		// Tags should be encoded in minimal form.
    		if ret.tag < 0x1f {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 31.8K bytes
    - Viewed (0)
  10. src/archive/tar/reader.go

    	// Do this because Seek is often lazy about reporting errors; this will mask
    	// the fact that the stream may be truncated. We can rely on the
    	// io.CopyN done shortly afterwards to trigger any IO errors.
    	var seekSkipped int64 // Number of bytes skipped via Seek
    	if sr, ok := r.(io.Seeker); ok && n > 1 {
    		// Not all io.Seeker can actually Seek. For example, os.Stdin implements
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 01:59:14 UTC 2024
    - 26.8K bytes
    - Viewed (0)
Back to top