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

package volumerestrictions

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

Index

Constants

const Name = "VolumeRestrictions"

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

Functions

func New

New initializes a new plugin and returns it.

Types

type VolumeRestrictions

type VolumeRestrictions struct{}

VolumeRestrictions is a plugin that checks volume restrictions.

func (*VolumeRestrictions) Filter

Filter invoked at the filter extension point.

func (*VolumeRestrictions) Name

func (pl *VolumeRestrictions) Name() string

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

Source Files

volume_restrictions.go

Version
v1.17.9
Published
Jul 15, 2020
Platform
js/wasm
Imports
7 packages
Last checked
2 minutes ago

Tools for package owners.