nodevolumelimits

package
v0.0.0-...-6111fc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const AzureDiskName = "AzureDiskLimits"

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

View Source
const CSIName = "NodeVolumeLimits"

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

View Source
const CinderName = "CinderLimits"

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

View Source
const EBSName = "EBSLimits"

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

View Source
const GCEPDName = "GCEPDLimits"

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

Variables

This section is empty.

Functions

func NewAzureDisk

func NewAzureDisk(_ runtime.Object, handle handle.BinderFrameworkHandle) (framework.Plugin, error)

NewAzureDisk returns function that initializes a new plugin and returns it.

func NewCSI

New initializes a new plugin and returns it.

func NewCinder

NewCinder returns function that initializes a new plugin and returns it.

func NewEBS

NewEBS returns function that initializes a new plugin and returns it.

func NewGCEPD

NewGCEPD returns function that initializes a new plugin and returns it.

Types

type CSILimits

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

CSILimits is a plugin that checks node volume limits.

func (*CSILimits) CheckConflicts

func (pl *CSILimits) CheckConflicts(ctx context.Context, s *framework.CycleState, pod *v1.Pod, nodeInfo framework.NodeInfo) *framework.Status

Filter invoked at the filter extension point.

func (*CSILimits) Name

func (pl *CSILimits) Name() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL