Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StateKey (0.1 sec)

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

    	"k8s.io/kubernetes/pkg/scheduler/util/assumecache"
    	"k8s.io/utils/ptr"
    )
    
    const (
    	// Name is the name of the plugin used in Registry and configurations.
    	Name = names.DynamicResources
    
    	stateKey framework.StateKey = Name
    
    	// generatedFromIndex is the lookup name for the index function
    	// which indexes by other resource which generated the parameters object.
    	generatedFromIndex = "generated-from-index"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top