Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 67 of 67 for crack (0.1 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	// the plugin itself successfully does an Update.
    	//
    	// Empty if the Pod has no claims.
    	claims []*resourcev1alpha2.ResourceClaim
    
    	// podSchedulingState keeps track of the PodSchedulingContext
    	// (if one exists) and the changes made to it.
    	podSchedulingState podSchedulingState
    
    	// resourceModel contains the information about available and allocated resources when using
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. src/testing/testing.go

    		format += "%s"
    		args = append(args[:len(args):len(args)], c.output)
    		c.output = c.output[:0]
    	}
    
    	if c.chatty != nil && (p.w == c.chatty.w || c.chatty.json) {
    		// We're flushing to the actual output, so track that this output is
    		// associated with a specific test (and, specifically, that the next output
    		// is *not* associated with that test).
    		//
    		// Moreover, if c.output is non-empty it is important that this write be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// APIVersion defines the version of this resource that this field set
    	// applies to. The format is "group/version" just like the top-level
    	// APIVersion field. It is necessary to track the version of a field
    	// set because it cannot be automatically converted.
    	APIVersion string `json:"apiVersion,omitempty" protobuf:"bytes,3,opt,name=apiVersion"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  4. go.sum

    github.com/cosnicolaou/pbzip2 v1.0.3/go.mod h1:uCNfm0iE2wIKGRlLyq31M4toziFprNhEnvueGmh5u3M=
    github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
    github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
    github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/pv_controller.go

    // CSINameTranslator can get the CSI Driver name based on the in-tree plugin name
    type CSINameTranslator interface {
    	GetCSINameFromInTreeName(pluginName string) (string, error)
    }
    
    // CSIMigratedPluginManager keeps track of CSI migration status of a plugin
    type CSIMigratedPluginManager interface {
    	IsMigrationEnabledForPlugin(pluginName string) bool
    }
    
    // PersistentVolumeController is a controller that synchronizes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/lib.go

    	//
    	// Note: It's possible for "\n!\n" to appear within the binary
    	// package export data format. To avoid truncating the package
    	// definition prematurely (issue 21703), we keep track of
    	// how many "$$" delimiters we've seen.
    
    	import0 := f.Offset()
    
    	c1 = '\n' // the last line ended in \n
    	c2 = bgetc(f)
    	c3 = bgetc(f)
    	markers := 0
    	for {
    		if c1 == '\n' {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    to reformat the variables, but only inserts general TPUReshardVariablesOps in
    proper places, and TPUReshardVariablesOps interpret the compilation.
    
    The core idea of this optimization is to keep track of the formatting state
    of variables, and when the next desired state does not change, it can avoid
    reformatting. We associate a set of variables on a device with a formatting
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top