Skip to content

Commit

Permalink
Update integration-manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillkeyfactor authored Aug 29, 2022
1 parent 6df3c58 commit b5787f9
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,27 @@
"integration_type": "orchestrator",
"name": "Kemp Load Balancer",
"status": "pilot",
"description": "Kemp Load Balancer for Add, Remove and Inventory."
"description": "Kemp Load Balancer for Add, Remove and Inventory.",
"about": {
"orchestrator": {
"win": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": true,
"supportsManagementRemove": true,
"supportsReenrollment": false,
"supportsInventory": true,
"platformSupport": "Unused"
},
"linux": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": false,
"supportsManagementRemove": false,
"supportsReenrollment": false,
"supportsInventory": false,
"platformSupport": "Unused"
}
}
}
}

0 comments on commit b5787f9

Please sign in to comment.