Skip to content

Commit

Permalink
Merge b5787f9 into 8dd0528
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillkeyfactor authored Aug 29, 2022
2 parents 8dd0528 + b5787f9 commit e998275
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 e998275

Please sign in to comment.