Enumeration PluginInfo_PluginCapability

PluginCapability is the capabilities of a plugin.

Generated

from enum v1.PluginInfo.PluginCapability

Enumeration Members

AUTH: 2

AUTH indicates that the plugin is an auth plugin.

Generated

from enum value: AUTH = 2;

IPAMV4: 4

IPAMV4 indicates that the plugin is an IPv4 IPAM plugin.

Generated

from enum value: IPAMV4 = 4;

STORAGE_PROVIDER: 1

STORAGE_PROVIDER indicates that the plugin can provide storage and underlying consistency.

Generated

from enum value: STORAGE_PROVIDER = 1;

STORAGE_QUERIER: 5

STORAGE_QUERIER indicates a plugin that wants to interact with storage.

Generated

from enum value: STORAGE_QUERIER = 5;

UNKNOWN: 0

UNKNOWN is the default value of PluginCapability.

Generated

from enum value: UNKNOWN = 0;

WATCH: 3

WATCH indicates that the plugin wants to receive watch events.

Generated

from enum value: WATCH = 3;

Generated using TypeDoc