Skip to content

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
esalter committed Apr 14, 2022
1 parent 5a32f70 commit 4cab2a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ type (
ServiceIntegrations []NewServiceIntegration `json:"service_integrations"`
DiskSpaceMB int `json:"disk_space_mb,omitempty"`
StaticIPs []string `json:"static_ips,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
}

// UpdateServiceRequest are the parameters to update a Service.
Expand All @@ -200,6 +201,7 @@ type (
UserConfig map[string]interface{} `json:"user_config,omitempty"`
DiskSpaceMB int `json:"disk_space_mb,omitempty"`
Karapace *bool `json:"karapace,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
}

// ServiceResponse represents the response from Aiven after interacting with
Expand Down

0 comments on commit 4cab2a2

Please sign in to comment.