kubernetes/pkg/api
Yu-Ju Hong df2cbd4877 Prioritize deleting the non-running pods when reducing replicas
This changes instructs the replication controller to delete replicas in the
order of "unscheduled (pending)", "scheduled (pending)", and "scheduled
(running)" pods. This is less disruptive than deleting random pods.
2015-04-21 10:17:29 -07:00
..
endpoints Fixes from feedback and testing 2015-03-30 23:52:37 -07:00
errors Registering serviceErrorHandler with go-restful 2015-04-16 14:59:44 -07:00
latest Merge pull request #6573 from kargakis/setup-resource-aliases 2015-04-17 11:16:30 -04:00
meta List output with differing types should be more resilient 2015-04-20 14:44:16 -04:00
resource Convert controller-manager to hyperkube. 2015-02-02 10:01:36 -08:00
rest Add Connecter storage interface to API server 2015-04-16 10:20:17 -04:00
testapi Updating test/integration to use testapi.Version everywhere 2015-04-15 00:00:17 -07:00
testing Easier fuzzing for volumes 2015-04-20 16:29:52 -07:00
v1beta1 Fixed "componentstatuses" API object JSON descriptions. 2015-04-20 17:28:13 -07:00
v1beta2 Fixed "componentstatuses" API object JSON descriptions. 2015-04-20 17:28:13 -07:00
v1beta3 Fixed "componentstatuses" API object JSON descriptions. 2015-04-20 17:28:13 -07:00
validation Stop using dockerfile/* images 2015-04-16 12:20:43 -07:00
context.go Add user helper methods to context 2015-02-12 20:44:20 -05:00
context_test.go Add support for Namespace as Kind 2015-02-10 09:50:50 -05:00
conversion.go Add PodExecOptions and PodProxyOptions versioned resources 2015-04-16 10:20:17 -04:00
doc.go Split api into api, api/common, api/validation & apitools 2014-09-02 10:40:52 -07:00
generate.go Add name generation and normalize common create flows 2015-02-02 14:44:53 -05:00
generate_test.go Add name generation and normalize common create flows 2015-02-02 14:44:53 -05:00
helpers.go Convert List query parameters via object conversion 2015-03-27 15:03:57 -04:00
helpers_test.go Fixing a lot of string formatting issues with regards to: 2015-03-31 16:47:10 -07:00
meta.go Prepare EtcdHelper to extract more data from Node 2015-03-16 15:33:50 -04:00
meta_test.go Set uid during object create 2014-11-13 15:25:49 -05:00
ref.go Allow, when testing, SelfLinks to be unset. Kubelet now makes events in tests. 2014-12-09 17:53:42 -08:00
ref_test.go Removing some references to v1beta1 from test code 2015-04-08 17:28:06 -07:00
register.go Add "componentstatus" to API for easier cluster health check. 2015-04-17 11:58:23 -07:00
requestcontext.go Put user in context, map requests to context above resthandler layer 2015-02-12 20:58:04 -05:00
resource_helpers.go Prioritize deleting the non-running pods when reducing replicas 2015-04-21 10:17:29 -07:00
resource_helpers_test.go Rename ResourceRequirementSpec to ResourceRequirements. 2015-02-09 23:19:38 +00:00
serialization_test.go Add PodExecOptions and PodProxyOptions versioned resources 2015-04-16 10:20:17 -04:00
types.go Fixed "componentstatuses" API object JSON descriptions. 2015-04-20 17:28:13 -07:00
unversioned.go Convert List query parameters via object conversion 2015-03-27 15:03:57 -04:00