Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaj authored and olivielpeau committed Nov 3, 2017
1 parent 58e90b8 commit b7802b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/orchestrator/baseutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b7802b0

Please sign in to comment.