nodevolumelimits

package
v1.17.16 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2020 License: Apache-2.0 Imports: 11 Imported by: 5

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"

CSIName 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.Unknown, handle framework.FrameworkHandle) (framework.Plugin, error)

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

func NewCSI

NewCSI 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 AzureDiskLimits

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

AzureDiskLimits is a plugin that checks node volume limits.

func (*AzureDiskLimits) Filter

func (pl *AzureDiskLimits) Filter(ctx context.Context, _ *framework.CycleState, pod *v1.Pod, nodeInfo *nodeinfo.NodeInfo) *framework.Status

Filter invoked at the filter extension point.

func (*AzureDiskLimits) Name

func (pl *AzureDiskLimits) Name() string

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

type CSILimits

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

CSILimits is a plugin that checks node volume limits.

func (*CSILimits) Filter

func (pl *CSILimits) Filter(ctx context.Context, _ *framework.CycleState, pod *v1.Pod, nodeInfo *nodeinfo.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.

type CinderLimits

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

CinderLimits is a plugin that checks node volume limits.

func (*CinderLimits) Filter

func (pl *CinderLimits) Filter(ctx context.Context, _ *framework.CycleState, pod *v1.Pod, nodeInfo *nodeinfo.NodeInfo) *framework.Status

Filter invoked at the filter extension point.

func (*CinderLimits) Name

func (pl *CinderLimits) Name() string

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

type EBSLimits

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

EBSLimits is a plugin that checks node volume limits.

func (*EBSLimits) Filter

func (pl *EBSLimits) Filter(ctx context.Context, _ *framework.CycleState, pod *v1.Pod, nodeInfo *nodeinfo.NodeInfo) *framework.Status

Filter invoked at the filter extension point.

func (*EBSLimits) Name

func (pl *EBSLimits) Name() string

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

type GCEPDLimits

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

GCEPDLimits is a plugin that checks node volume limits.

func (*GCEPDLimits) Filter

func (pl *GCEPDLimits) Filter(ctx context.Context, _ *framework.CycleState, pod *v1.Pod, nodeInfo *nodeinfo.NodeInfo) *framework.Status

Filter invoked at the filter extension point.

func (*GCEPDLimits) Name

func (pl *GCEPDLimits) 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