Chao Xu
|
10c8179030
|
enable verify-description.sh for pkg/expapi/v1/types.go
|
2015-09-08 08:59:52 -07:00 |
|
k8s-merge-robot
|
aff690bdee
|
Merge pull request #13575 from mikedanese/description-tag
Auto commit by PR queue bot
|
2015-09-04 10:33:57 -07:00 |
|
Mike Danese
|
8a2e430b1d
|
remove some descritpion tags from expapi
|
2015-09-03 19:22:41 -07:00 |
|
Marcin Wielgus
|
3f21071064
|
HorizontalPodAutoscaler in kubectl get
|
2015-09-03 13:49:06 +02:00 |
|
Brendan Burns
|
a064c5d933
|
Merge branch 'fix_expapi_desc' of https://github.com/markturansky/kubernetes into markturansky-fix_expapi_desc
|
2015-09-02 21:36:40 -07:00 |
|
Brendan Burns
|
960d6e5a5e
|
Fix the travis build
|
2015-09-02 21:25:05 -07:00 |
|
markturansky
|
8f9444025f
|
removed expapi descriptions from internal types
|
2015-09-02 22:57:30 -04:00 |
|
Abhi Shah
|
657622631f
|
Merge pull request #13487 from caesarxuchao/swagger-for-expapi
Genereate types_swagger_doc_generated.go for expapi
|
2015-09-02 16:56:55 -07:00 |
|
Abhi Shah
|
1b0cf281e5
|
Merge pull request #13000 from brendandburns/schema-api-2
Add support for dynamic APIs
|
2015-09-02 13:53:28 -07:00 |
|
Brendan Burns
|
2df5010834
|
Merge branch 'sdminonne-container_sidecar'
|
2015-09-02 10:42:08 -07:00 |
|
Chao Xu
|
530a9a0238
|
cover expapi when genereate types_swagger_doc_generated.go
|
2015-09-02 10:01:40 -07:00 |
|
Brendan Burns
|
74ef517097
|
Merge pull request #6649 from rootfs/wip-cephfs
add Ceph FS volume plugin
|
2015-09-02 09:48:15 -07:00 |
|
nikhiljindal
|
30a58321e8
|
Adding defaults to Deployment
|
2015-09-01 23:48:34 -07:00 |
|
Salvatore Dario Minonne
|
f4dc0653aa
|
adding downward api volume plugin
|
2015-09-01 22:23:03 +02:00 |
|
Brendan Burns
|
6aa7ce2689
|
addressed comments.
|
2015-09-01 12:00:56 -07:00 |
|
Huamin Chen
|
fe559f2726
|
implement Ceph FS volume plugin and add to e2e volume test
Signed-off-by: Huamin Chen <hchen@redhat.com>
|
2015-09-01 14:05:17 -04:00 |
|
Brendan Burns
|
43e7c9b211
|
Merge pull request #13367 from spothanis/cinder
Cinder Volume Plugin
|
2015-09-01 10:05:15 -07:00 |
|
Brendan Burns
|
855c7cedcc
|
Address comments.
|
2015-08-31 21:13:37 -07:00 |
|
Brendan Burns
|
b196d0f84b
|
Add support for installing custom object APIs
|
2015-08-31 21:13:36 -07:00 |
|
Brendan Burns
|
7bfc8b5f37
|
Add dynamic APIs
|
2015-08-31 21:13:07 -07:00 |
|
nikhiljindal
|
13ecd8a72c
|
Adding deployment registry and exposing deployments in master
|
2015-08-31 10:47:04 -07:00 |
|
Sreekanth Pothanis
|
f5da6b34ce
|
Cinder Volume Plugin
|
2015-08-30 19:56:27 -07:00 |
|
nikhiljindal
|
92f373a4b6
|
Validate deployment
|
2015-08-28 12:47:33 -07:00 |
|
Mike Danese
|
b772a9b74f
|
run autogenerated updates
|
2015-08-27 11:47:35 -07:00 |
|
Mike Danese
|
8460e3913d
|
move daemon controller to the experimental api
|
2015-08-27 11:47:35 -07:00 |
|
Marcin Wielgus
|
55cd0d565e
|
Kubectl describe for experimental HorizontalPodAutoscaler
|
2015-08-26 16:28:50 +02:00 |
|
nikhiljindal
|
c664b5bef3
|
Registering Deployment API objects and generating related auto functions
|
2015-08-25 13:23:32 -07:00 |
|
nikhiljindal
|
bdf5b26018
|
Adding Deployment API Objects to /expapi
|
2015-08-23 23:07:50 -07:00 |
|
Brendan Burns
|
5d664892f2
|
Add a storage implementation for thirdpartyresources.
|
2015-08-21 17:21:40 -07:00 |
|
Jerzy Szczepkowski
|
b337458ab6
|
Merge pull request #12993 from mikedanese/rtexpapi
fix roundtrip bug and add expapi to round trip serialization tests
|
2015-08-21 10:27:17 +02:00 |
|
Mike Danese
|
a6d1b87336
|
fix roundtrip bug and add expapi to round trip serialization tests
|
2015-08-20 13:58:03 -07:00 |
|
Clayton Coleman
|
02dbb95447
|
Add TerminationGracePeriodSeconds to API
Set defaulting for pod spec
|
2015-08-20 11:03:38 -04:00 |
|
Jerzy Szczepkowski
|
f2e15fd538
|
Experimental client for horizontal pod autoscaler.
Implementation of experimental client for horizontal pod autoscaler. Placeholder implementation for controller for horizontal pod autoscaler.
|
2015-08-19 09:39:17 +02:00 |
|
Robert Bailey
|
08e6a43c1d
|
Revert "Merge pull request #9165 from smarterclayton/graceful"
This reverts commit 4f856b595d , reversing
changes made to d78525a83b .
Conflicts:
pkg/kubelet/status_manager.go
|
2015-08-18 17:34:49 -07:00 |
|
Robert Bailey
|
f93027031c
|
Merge pull request #12868 from mikedanese/fix-tag
tab => space in struct tag, to fix compatibility with reflect.StructTag.Get
|
2015-08-18 11:48:17 -07:00 |
|
Robert Bailey
|
4f856b595d
|
Merge pull request #9165 from smarterclayton/graceful
Enable graceful deletion using reconciliation loops in the Kubelet without TTL
|
2015-08-18 10:01:40 -07:00 |
|
Mike Danese
|
766e1c3a3e
|
tab => space, to fix compatibility with reflect.StructTag.Get
|
2015-08-18 09:49:05 -07:00 |
|
Clayton Coleman
|
adc97bf936
|
Conversions
|
2015-08-18 09:08:45 -04:00 |
|
Marcin Wielgus
|
cac7038b3b
|
HorizontalPodAutoscaler status
|
2015-08-18 11:46:54 +02:00 |
|
Robert Bailey
|
6fcdcec25d
|
Merge pull request #12658 from sdminonne/bug_fix2
to fix govet issue
|
2015-08-17 10:58:10 -07:00 |
|
Eric Paris
|
8f3577e5d2
|
Do not use goimports in hack/update-generated-conversions.sh
Stop depending on an external binary needing to be on people's system.
Use the code directly.
|
2015-08-13 19:37:01 -04:00 |
|
Eric Paris
|
00929ed7d8
|
Convert generated-deep-copies to use golang.org/x/tools/imports
I don't like users to need an external binary which can easily get out
of sync. Just include the tools.
|
2015-08-13 19:36:57 -04:00 |
|
Salvatore Dario Minonne
|
48018c402c
|
to fix govet issue
|
2015-08-13 17:26:43 +02:00 |
|
Jerzy Szczepkowski
|
e4031a65ff
|
Fixed conversions for autoscaler.
Fixed conversions for autoscaler, patch for test problems introduced by #12344.
|
2015-08-13 10:51:01 +02:00 |
|
Wojciech Tyczynski
|
56fb29a83a
|
Merge pull request #12344 from jszczepkowski/hpa-api
Added HorizontalPodAutoscaler object to experimental API.
|
2015-08-13 10:33:31 +02:00 |
|
CJ Cullen
|
59da05efdf
|
Merge pull request #12405 from uluyol/kubectlexp
Add experimental api support to kubectl
|
2015-08-12 14:24:56 -07:00 |
|
Jerzy Szczepkowski
|
baa1612241
|
Added HorizontalPodAutoscaler object to experimental API.
Added HorizontalPodAutoscaler object to experimental API. Related to #12087.
|
2015-08-12 11:03:21 +02:00 |
|
Jerzy Szczepkowski
|
84af5594b3
|
Cleanup: "scaler" -> "scale".
Cosmetic cleanup: "scaler" replaced with "scale" (the proper name for sub-resource).
|
2015-08-12 09:14:05 +02:00 |
|
Muhammed Uluyol
|
567bb15432
|
Generate conversions/deep-copies for experimental. Currently we make (and register) duplicate functions but this is benign.
|
2015-08-11 17:12:24 -07:00 |
|
Muhammed Uluyol
|
fab367230f
|
Add experimental API support to kubectl
|
2015-08-11 16:49:55 -07:00 |
|