k3s/pkg
Yifan Gu e6820bd0ca kubelet_test: Fix verifyStringArrayEqualsAnyOrder().
Old implementation can not tell cases where strings are
repetitive. e.g. {"a", "b", "b"} and {"a", "a", "b"} will
be treated as correct.
2015-03-26 15:26:32 -07:00
..
admission admission: cleanup admission 2015-02-19 22:25:52 -08:00
api Merge pull request #5915 from piosz/api 2015-03-26 12:46:50 -07:00
apiserver Allow InputStreams to be returned by requests 2015-03-24 17:25:45 -04:00
auth Expand test coverage in master, kubectl/cmd/util, pkg/registry/resourcequota, and api/rest. 2015-03-07 15:24:39 -08:00
capabilities Add HostNetworkSources capability to limit use of HostNetwork. 2015-03-25 11:23:06 -07:00
client Merge pull request #5915 from piosz/api 2015-03-26 12:46:50 -07:00
clientauth
cloudprovider Move Capacity from NodeSpec to NodeStatus 2015-03-26 15:28:48 +01:00
config Move field errors to pkg/util/fielderrors 2015-03-22 17:43:34 -04:00
controller Merge pull request #5851 from smarterclayton/support_input_streams 2015-03-24 22:41:24 -04:00
conversion Allow map[string][]string to be converted to an object 2015-03-24 17:25:45 -04:00
credentialprovider Enable usage of a "json key" for authenticating with gcr.io. 2015-03-15 09:24:33 -07:00
fields Expose Transform() as a method on a field Selector 2015-03-24 17:25:45 -04:00
healthz Remove global map from healthz 2015-03-19 19:49:44 -04:00
httplog Add user agent and source IP logging to the httpserver logs. 2015-03-09 17:01:47 -07:00
hyperkube get rid of pkg/hyperkube 2015-02-20 08:49:12 -08:00
kubectl Merge pull request #5915 from piosz/api 2015-03-26 12:46:50 -07:00
kubelet kubelet_test: Fix verifyStringArrayEqualsAnyOrder(). 2015-03-26 15:26:32 -07:00
labels Merge pull request #5769 from sdminonne/cleaning_labels 2015-03-23 16:28:31 -07:00
master Pipe through the ability to set the external hostname for swagger URLs. 2015-03-25 21:08:05 -07:00
namespace Increase controller sync time for namespace cleanup 2015-03-24 10:44:34 -04:00
probe refactor pkg/probe ProbeRunners to interfaces and move global probers into kubelet field for testability 2015-02-10 08:30:11 -08:00
proxy Headless Services: Adding option to specify None for PortalIP 2015-03-20 12:10:03 -07:00
registry Move Capacity from NodeSpec to NodeStatus 2015-03-26 15:28:48 +01:00
resourcequota Clients should not check conditions, UpdateStatus() is inconsistent 2015-03-25 16:25:04 -04:00
runtime Allow map[string][]string to be converted to an object 2015-03-24 17:25:45 -04:00
scheduler Move Capacity from NodeSpec to NodeStatus 2015-03-26 15:28:48 +01:00
service Merge pull request #5838 from nikhiljindal/clientTests 2015-03-24 17:30:50 -07:00
tools Move field errors to pkg/util/fielderrors 2015-03-22 17:43:34 -04:00
types Fix services namespace clash. 2015-03-16 18:19:19 -07:00
ui Adding swagger files which got left out of last PR 2015-02-04 18:28:13 -08:00
util Reset hash state between runs. 2015-03-25 13:44:57 -07:00
version Kubernetes version v0.13.0-dev 2015-03-16 16:31:03 -07:00
volume Add positive logging for secret volume plugin 2015-03-25 17:25:13 -04:00
watch