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)
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.
Source Files ¶
dynamicresources.go
- Version
- v1.31.9
- Published
- May 15, 2025
- Platform
- js/wasm
- Imports
- 30 packages
- Last checked
- 13 minutes ago –
Tools for package owners.