feat: consolidate provider plugin and chart
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
Reference in New Issue
Block a user