feat: consolidate provider plugin and chart

This commit is contained in:
2026-07-12 14:42:22 +03:30
parent 4996a511eb
commit 077c472b9d
48 changed files with 1870 additions and 854 deletions
+13
View File
@@ -0,0 +1,13 @@
package provisioner
type LoadBalancer struct {
ID string `json:"id"`
IP string `json:"ip"`
Namespace string `json:"namespace"`
Name string `json:"name"`
}
type AllocateRequest struct {
Namespace string `json:"namespace"`
Name string `json:"name"`
}