Skip to content

Instantly share code, notes, and snippets.

@nyrahul
Last active March 6, 2023 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyrahul/70287b42b00fc1ed6741dc693d08bd79 to your computer and use it in GitHub Desktop.
Save nyrahul/70287b42b00fc1ed6741dc693d08bd79 to your computer and use it in GitHub Desktop.
Accuknox microservices dependency map
[
{
"microservice": "cluster-entity-daemon",
"operator": ">=",
"version": "v0.2.0"
},
[
{
"depends_on": "shared-informer-service",
"operator": ">=",
"version": "v0.3.2"
},
{
"depends_on": "shared-informer-service",
"operator": "<=",
"version": "v0.5.1"
},
{
"depends_on": "cluster-mgmt-service",
"operator": ">=",
"version": "v0.3.0"
}
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment