Available plugins per type.


> Note: Only unmanaged (V1) plugins are included in this list. > V1 plugins are "lazily" loaded, and are not returned in this list > if there is no resource using the plugin. PluginsInfo

interface PluginsInfo {
    Authorization?: string[];
    Log?: string[];
    Network?: string[];
    Volume?: string[];
}

Properties

Authorization?: string[]

Names of available authorization plugins.

Log?: string[]

Names of available logging-drivers, and logging-driver plugins.

Network?: string[]

Names of available network-drivers, and network-driver plugins.

Volume?: string[]

Names of available volume-drivers, and network-driver plugins.