Adding Admin Client calls GetQuota & SetQuota (#59)

* Adding Admin Client calls `GetQuota` & `SetQuota`

This change set adds admin client calls to fetch and
mutate the OwnerRole quota[cpu,ram,disk].
This commit is contained in:
Robert Allen 2018-03-07 16:24:27 -08:00 committed by Renan DelValle
parent 66809c55f7
commit c0d2969976
3 changed files with 77 additions and 1 deletions

View file

@ -138,7 +138,6 @@ func (u *UpdateJob) RollbackOnFail(rollback bool) *UpdateJob {
return u
}
func NewUpdateSettings() *aurora.JobUpdateSettings {
us := new(aurora.JobUpdateSettings)