# Functions

ExtractPlugins extracts plugin names from the given object's konghq.com/plugins annotation.
ExtractPluginsNamespacedNames extracts plugin namespaced names from the given object's konghq.com/plugins annotation.
ExtractPluginsWithNamespaces extracts plugin namespaced names from the given object's konghq.com/plugins annotation.
ExtractTags extracts a set of tags from a comma-separated string.

# Constants

AnnotationKeyPlugins is the annotation key used to attach KongPlugins to resources.
AnnotationKeyTags is the annotation key used to set tags on resources.

# Interfaces

ObjectWithAnnotations is an interface that provides a method to get annotations.
ObjectWithAnnotationsAndNamespace is an interface that provides a method to get annotations and namespace.