Documentation ¶
Index ¶
- Constants
- func NewAzureDisk(_ runtime.Object, handle handle.BinderFrameworkHandle) (framework.Plugin, error)
- func NewCSI(_ runtime.Object, handle handle.BinderFrameworkHandle) (framework.Plugin, error)
- func NewCinder(_ runtime.Object, handle handle.BinderFrameworkHandle) (framework.Plugin, error)
- func NewEBS(_ runtime.Object, handle handle.BinderFrameworkHandle) (framework.Plugin, error)
- func NewGCEPD(_ runtime.Object, handle handle.BinderFrameworkHandle) (framework.Plugin, error)
- type CSILimits
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 ¶
NewAzureDisk 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.
Click to show internal directories.
Click to hide internal directories.