manifest.json 347 B

12345678910111213141516171819
  1. {
  2. "extensions": {
  3. "kamaji": {
  4. "repo": "clastix/rancher-extension-clastix",
  5. "branch": "gh-pages",
  6. "versions": [
  7. "0.1.2",
  8. "0.2.0"
  9. ]
  10. },
  11. "nutanix": {
  12. "repo": "nutanix-cloud-native/nutanix-rancher-extension",
  13. "branch": "gh-pages",
  14. "versions": [
  15. "1.0.0"
  16. ]
  17. }
  18. }
  19. }