manifest.json 519 B

1234567891011121314151617181920212223242526
  1. {
  2. "extensions": {
  3. "cloud-casa-extension": {
  4. "repo": "catalogicsoftware/cloudcasa-rancher-extension",
  5. "branch": "gh-pages",
  6. "versions": [
  7. "1.0.1"
  8. ]
  9. },
  10. "kamaji": {
  11. "repo": "clastix/rancher-extension-clastix",
  12. "branch": "gh-pages",
  13. "versions": [
  14. "0.1.2",
  15. "0.2.0"
  16. ]
  17. },
  18. "nutanix": {
  19. "repo": "nutanix-cloud-native/nutanix-rancher-extension",
  20. "branch": "gh-pages",
  21. "versions": [
  22. "1.0.0"
  23. ]
  24. }
  25. }
  26. }