.. |
cache
|
Merge pull request #4453 from derekwaynecarr/make_quota_more_efficient
|
2015-02-17 14:48:11 -05:00 |
clientcmd
|
properly handle mergo map versus value rules
|
2015-02-13 08:29:00 -05:00 |
record
|
Switch events history to use LRU cache instead of map
|
2015-02-17 11:40:40 -08:00 |
testdata
|
Added test cases for NewKubeletClient with TLS enabled
|
2014-12-18 00:57:33 -08:00 |
client.go
|
Add support for Namespace as Kind
|
2015-02-10 09:50:50 -05:00 |
client_test.go
|
Factor out API defaulting from validation logic
|
2015-02-03 00:55:42 -08:00 |
conditions.go
|
Add a rollingupdate lib and command to kubectl
|
2015-01-06 17:29:05 -08:00 |
containerinfo.go
|
…
|
|
containerinfo_test.go
|
…
|
|
doc.go
|
Rename ListPods methods to List.
|
2015-01-09 23:46:02 -08:00 |
endpoints.go
|
Update references from Path() to the appropriate segment use
|
2014-12-29 15:38:52 -05:00 |
events.go
|
Always set ?namespace in query if specified
|
2015-02-16 00:23:38 -05:00 |
events_test.go
|
Always set ?namespace in query if specified
|
2015-02-16 00:23:38 -05:00 |
fake.go
|
Add support for Namespace as Kind
|
2015-02-10 09:50:50 -05:00 |
fake_endpoints.go
|
…
|
|
fake_events.go
|
Optimize etcd storage by compressing recurring events in to a single event
|
2015-02-11 22:57:44 -08:00 |
fake_limit_ranges.go
|
Add a limit range resource
|
2015-01-27 16:41:27 -05:00 |
fake_minions.go
|
add node update method to client interface
|
2015-01-23 16:40:33 -05:00 |
fake_namespaces.go
|
Add ability to watch namespaces
|
2015-02-12 09:42:29 -05:00 |
fake_pods.go
|
Refactor Get and Describe to allow extension of types
|
2014-11-04 10:44:56 -05:00 |
fake_replication_controllers.go
|
Added unit tests for incrementing usage
|
2015-01-28 15:03:19 -05:00 |
fake_resource_quota_usages.go
|
Introduce a ResourceQuota object
|
2015-01-28 15:03:19 -05:00 |
fake_resource_quotas.go
|
Introduce a ResourceQuota object
|
2015-01-28 15:03:19 -05:00 |
fake_services.go
|
Refactor Get and Describe to allow extension of types
|
2014-11-04 10:44:56 -05:00 |
fake_test.go
|
…
|
|
flags.go
|
add utility for binding flags and building api server clients
|
2014-11-26 07:50:51 -05:00 |
flags_test.go
|
…
|
|
helper.go
|
Set a default user agent on all client.Client calls
|
2015-02-04 17:45:53 -05:00 |
helper_test.go
|
Set a default user agent on all client.Client calls
|
2015-02-04 17:45:53 -05:00 |
kubelet.go
|
rename probe.Status to probe.Result.
|
2015-02-05 15:49:58 -08:00 |
kubelet_test.go
|
Merge pull request #3959 from smarterclayton/expose_tls_config_and_wrappers
|
2015-02-02 13:20:30 -05:00 |
limit_ranges.go
|
Add a limit range resource
|
2015-01-27 16:41:27 -05:00 |
limit_ranges_test.go
|
Modified LimitRangeItem.Kind to LimitRangeItem.Type, added example files
|
2015-01-27 16:41:28 -05:00 |
minions.go
|
add node update method to client interface
|
2015-01-23 16:40:33 -05:00 |
namespaces.go
|
Add ability to watch namespaces
|
2015-02-12 09:42:29 -05:00 |
namespaces_test.go
|
Add a unit test to exercise watch
|
2015-02-12 11:25:33 -05:00 |
pods.go
|
Rename ListPods methods to List.
|
2015-01-09 23:46:02 -08:00 |
replication_controllers.go
|
Update references from Path() to the appropriate segment use
|
2014-12-29 15:38:52 -05:00 |
request.go
|
Provide a helper on client/request.go for full URI
|
2015-02-16 16:31:32 -05:00 |
request_test.go
|
Provide a helper on client/request.go for full URI
|
2015-02-16 16:31:32 -05:00 |
resource_quota_usages.go
|
Introduce a ResourceQuota object
|
2015-01-28 15:03:19 -05:00 |
resource_quota_usages_test.go
|
Introduce a ResourceQuota object
|
2015-01-28 15:03:19 -05:00 |
resource_quotas.go
|
Introduce a ResourceQuota object
|
2015-01-28 15:03:19 -05:00 |
resource_quotas_test.go
|
Introduce a ResourceQuota object
|
2015-01-28 15:03:19 -05:00 |
restclient.go
|
Cleaning up the operations code in client
|
2015-01-28 21:04:16 -08:00 |
restclient_test.go
|
Set a default user agent on all client.Client calls
|
2015-02-04 17:45:53 -05:00 |
services.go
|
Update references from Path() to the appropriate segment use
|
2014-12-29 15:38:52 -05:00 |
transport.go
|
Set a default user agent on all client.Client calls
|
2015-02-04 17:45:53 -05:00 |
transport_test.go
|
Set a default user agent on all client.Client calls
|
2015-02-04 17:45:53 -05:00 |