From b7802b0763a6aa906bbd1cc1d6127b118af86c29 Mon Sep 17 00:00:00 2001 From: Haissam Kaj Date: Thu, 2 Nov 2017 19:13:49 +0100 Subject: [PATCH] fix comment --- utils/orchestrator/baseutil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/orchestrator/baseutil.py b/utils/orchestrator/baseutil.py index f76a770524..0d04095142 100644 --- a/utils/orchestrator/baseutil.py +++ b/utils/orchestrator/baseutil.py @@ -22,8 +22,8 @@ class BaseUtil: - _get_transient_tags: tags can change and won't be cached (TODO) - invalidate_cache: custom cache invalidation logic - is_detected (staticmethod) - - get_host_tags: list of tags that are applied to the host in Datadog - - get_host_metadata: dict of container-related host metadata (typically node labels) + - get_host_tags: list of tags that are applied to the host in Datadog (typically node labels) + - get_host_metadata: dict of container-related host metadata """ __metaclass__ = Singleton