package dynamicresources
import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/dynamicresources"
Index ¶
- Constants
- func New(ctx context.Context, plArgs runtime.Object, fh framework.Handle, fts feature.Features) (framework.Plugin, error)
- type ResourceModels
Constants ¶
const ( // Name is the name of the plugin used in Registry and configurations. Name = names.DynamicResources )
Functions ¶
func New ¶
func New(ctx context.Context, plArgs runtime.Object, fh framework.Handle, fts feature.Features) (framework.Plugin, error)
New initializes a new plugin and returns it.
Types ¶
type ResourceModels ¶
type ResourceModels struct { NamedResources namedresourcesmodel.Model }
ResourceModels may have more than one entry because it is valid for a driver to use more than one structured parameter model.
Source Files ¶
dynamicresources.go structuredparameters.go
Directories ¶
Path | Synopsis |
---|---|
pkg/scheduler/framework/plugins/dynamicresources/structured | |
pkg/scheduler/framework/plugins/dynamicresources/structured/namedresources |
- Version
- v1.30.14
- Published
- Jun 17, 2025
- Platform
- darwin/amd64
- Imports
- 31 packages
- Last checked
- 4 minutes ago –
Tools for package owners.