markturansky
|
0d40104c1d
|
add pvc storage to LimitRange
|
2016-10-05 17:31:15 -04:00 |
|
Mike Danese
|
a765d59932
|
move informer and controller to pkg/client/cache
Signed-off-by: Mike Danese <mikedanese@google.com>
|
2016-09-15 12:50:08 -07:00 |
|
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
|
Jordan Liggitt
|
29252acd1a
|
Change rest storage Update interface to retrieve updated object
Add OldObject to admission attributes
Update resthandler Patch/Update admission plumbing
|
2016-05-23 21:09:26 -04:00 |
|
Clayton Coleman
|
f2008152f4
|
Update limit ranging to handle init containers
|
2016-05-17 00:29:54 -04:00 |
|
deads2k
|
0061479890
|
fully qualify admission resources and kinds
|
2016-04-26 07:55:33 -04:00 |
|
Paul Weil
|
14620447c1
|
allow supported resource overrides in the limitranger plugin
|
2016-03-21 13:03:18 -04:00 |
|
deads2k
|
24d5329130
|
fix limitranger to handle latent caches without live lookups every time
|
2016-02-19 13:47:43 -05:00 |
|
Chao Xu
|
ad46715f51
|
generate fake client for release_1_2
|
2016-02-17 16:10:02 -08:00 |
|
Chao Xu
|
cddd7b56a4
|
replace client with clientset in kubelet and other places
|
2016-02-02 20:28:45 -08:00 |
|
deads2k
|
3f045cf168
|
udpate admission for API groups
|
2015-12-07 08:55:01 -05:00 |
|
derekwaynecarr
|
8c3bea7e79
|
LimitRanger plugin annotates the pods it modifies
|
2015-09-24 14:31:15 -04:00 |
|
hurf
|
c2bb81c338
|
Fix ratio caculation error in admission controller for LimitRange
Use float number to caculate ratio, and use same unit to compare
ratios.
|
2015-09-11 15:19:30 +08: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 |
|
Prashanth B
|
52f7833cd3
|
Revert "Revert "LimitRange updates for Resource Requirements Requests""
|
2015-08-28 09:26:36 -07:00 |
|
Piotr Szczesniak
|
6e05b9e3a3
|
Revert "LimitRange updates for Resource Requirements Requests"
|
2015-08-27 10:50:50 +02:00 |
|
derekwaynecarr
|
dde158085a
|
Update admission control logic for LimitRange
|
2015-08-24 15:20:10 -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 |
|
derekwaynecarr
|
f6fb72ec51
|
Admission control attributes has access to resource name
|
2015-06-23 13:54:55 -04:00 |
|
derekwaynecarr
|
9a747cde38
|
LimitRanger should ignore subresources
|
2015-06-18 15:43:48 -04:00 |
|
derekwaynecarr
|
05f099211f
|
Do not set container.requests for v1
|
2015-05-27 14:27:01 -04: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
|
c2b670513c
|
Introduce concept of a default limit
|
2015-04-01 16:31:25 -04:00 |
|
Vishnu Kannan
|
d0524d4778
|
Rename ResourceRequirementSpec to ResourceRequirements.
|
2015-02-09 23:19:38 +00:00 |
|
Vishnu Kannan
|
5e36f63f8b
|
Adding ResourceRequirementSpec to v1beta1, v1beta2, and v1beta3 APIs. The old resource
quantities 'CPU' and 'Memory' will be preserved until support for v1beta1 and v1beta2 APIs are
dropped.
Improved resource validation in the process.
|
2015-02-01 02:19:55 +00:00 |
|
derekwaynecarr
|
74f368f50e
|
Modified LimitRangeItem.Kind to LimitRangeItem.Type, added example files
|
2015-01-27 16:41:28 -05:00 |
|
derekwaynecarr
|
31a1145abd
|
Implement LimitRanger plugin
|
2015-01-27 16:41:27 -05:00 |
|