kubernetesk8s.io/kubernetes/pkg/scheduler/framework/plugins/volumebinding Index | Files

package volumebinding

import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/volumebinding"

Index

Constants

const Name = "VolumeBinding"

Name is the name of the plugin used in Registry and configurations.

Functions

func NewFromVolumeBinder

func NewFromVolumeBinder(volumeBinder *volumebinder.VolumeBinder) framework.Plugin

NewFromVolumeBinder initializes a new plugin with volume binder and returns it.

Types

type VolumeBinding

type VolumeBinding struct {
	// contains filtered or unexported fields
}

VolumeBinding is a plugin that binds pod volumes in scheduling.

func (*VolumeBinding) Filter

Filter invoked at the filter extension point.

func (*VolumeBinding) Name

func (pl *VolumeBinding) Name() string

Name returns name of the plugin. It is used in logs, etc.

Source Files

volume_binding.go

Version
v1.17.14
Published
Nov 11, 2020
Platform
js/wasm
Imports
7 packages
Last checked
1 minute ago

Tools for package owners.