AUTH indicates that the plugin is an auth plugin.
from enum value: AUTH = 2;
IPAMV4 indicates that the plugin is an IPv4 IPAM plugin.
from enum value: IPAMV4 = 4;
STORAGE_PROVIDER indicates that the plugin can provide storage and underlying consistency.
from enum value: STORAGE_PROVIDER = 1;
STORAGE_QUERIER indicates a plugin that wants to interact with storage.
from enum value: STORAGE_QUERIER = 5;
UNKNOWN is the default value of PluginCapability.
from enum value: UNKNOWN = 0;
WATCH indicates that the plugin wants to receive watch events.
from enum value: WATCH = 3;
Generated using TypeDoc
PluginCapability is the capabilities of a plugin.
Generated
from enum v1.PluginInfo.PluginCapability