eulerzgy
|
f8f9afb874
|
alias local packagename for pkg/util/errors
|
2015-10-18 09:37:46 +08:00 |
Wojciech Tyczynski
|
647aa1bc8c
|
Unify per-resource List for unversioned client
|
2015-10-14 08:37:57 +02:00 |
eulerzgy
|
4ed5f9d240
|
adjust package name for pkg/controller directory
|
2015-10-12 09:51:27 +08:00 |
hurf
|
00f96e8a91
|
Aggregate errors in resourceQuota admission controller
Return all errors at a time to give users a better experience.
|
2015-09-18 11:19:26 +08:00 |
hurf
|
ee4c473647
|
Fix nits in resourceQuota admission
Fix small typo in comments and error message.
|
2015-09-16 11:48:02 +08:00 |
Daniel Smith
|
b225c1d47a
|
Run gofmt (separate commit for easy rebases)
|
2015-09-10 17:17:59 -07:00 |
Daniel Smith
|
15b30b8b09
|
Move version agnostic parts of client
pkg/client/unversioned/cache -> pkg/client/cache
pkg/client/unversioned/record -> pkg/client/record
|
2015-09-10 17:17:59 -07:00 |
derekwaynecarr
|
2e76842eb7
|
Update resource quota for requests
|
2015-09-03 14:24:59 -04:00 |
Kris Rousey
|
ae6c64d9bb
|
Moving everyone to unversioned client
|
2015-08-18 10:23:03 -07:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
gmarek
|
d27ad5b714
|
Controller codebase refactoring
|
2015-08-03 17:06:25 +02:00 |
Tim Hockin
|
1c3233a1d4
|
Remove v1beta3
|
2015-07-23 17:21:27 -07:00 |
derekwaynecarr
|
795e444ba3
|
ResourceQuota should ignore subresources
|
2015-06-18 16:03:40 -04:00 |
Cesar Wong
|
68ad63b5e2
|
Add operation checking to admission control handlers
Adds a new method to the handler interface that returns true only if the
admission control handler handles that operation.
|
2015-05-21 13:51:43 -04:00 |
Daniel Smith
|
4a6ab7fd36
|
Merge pull request #7597 from eparis/copyright
Use generic copyright holder name in license boilerplate
|
2015-05-01 17:01:39 -07:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
derekwaynecarr
|
6d08cc30ed
|
Retry incrementing quota if there is a conflict
|
2015-05-01 15:23:21 -04:00 |
derekwaynecarr
|
ac97e9fb67
|
normalize to lower resource names
|
2015-04-23 17:39:45 -04:00 |
Vish Kannan
|
ee06097c07
|
Merge pull request #7003 from derekwaynecarr/enforce_unbounded
Reject unbounded cpu and memory pods if quota is restricting it
|
2015-04-22 11:19:52 -07:00 |
derekwaynecarr
|
06eb45fb75
|
ResourceQuota add object count support for secret and volume claims
|
2015-04-21 09:49:40 -04:00 |
derekwaynecarr
|
75482cabb4
|
Reject unbounded cpu and memory pods if quota is restricting it
|
2015-04-17 17:02:47 -04:00 |
derekwaynecarr
|
81dcd8c836
|
Improve error message when name is omitted but generateName is available
|
2015-04-16 13:06:19 -04:00 |
Clayton Coleman
|
b1ab14315b
|
Clients should not check conditions, UpdateStatus() is inconsistent
Corrects some of the cargo culting that has crept into the API.
|
2015-03-25 16:25:04 -04:00 |
Salvatore Dario Minonne
|
31ddefc347
|
Finalize fields.Selector
|
2015-03-17 22:55:43 +01:00 |
derekwaynecarr
|
799e3fa9cc
|
Eliminate ResourceQuotaUsage in favor of ResourceQuota status
|
2015-03-13 16:52:09 -04:00 |
derekwaynecarr
|
2ed8eed004
|
Make admission control plug-ins work from indexes
|
2015-03-06 09:36:57 -05:00 |
deads2k
|
889c4cc755
|
update admission control to properly indicate resource
|
2015-02-04 13:36:01 -05:00 |
derekwaynecarr
|
9674f08504
|
Added unit tests for incrementing usage
|
2015-01-28 15:03:19 -05:00 |
derekwaynecarr
|
4887d71c51
|
Implement resource quota admission plugin
|
2015-01-28 15:03:19 -05:00 |