Mike Danese
|
f79736d767
|
make replicas a pointer in v1beta3 api
|
2015-06-25 11:53:18 -07:00 |
Satnam Singh
|
078e85cfdb
|
Merge pull request #10076 from caesarxuchao/pr/9966/head
based on #9966: fix annoying 'please check...' messages; remove v1beta1&2 ref
|
2015-06-19 11:56:47 -07:00 |
Jordan Liggitt
|
68a8a25494
|
Rename pod.spec.serviceAccount -> pod.spec.serviceAccountName for v1
|
2015-06-18 22:38:00 -04:00 |
Chao Xu
|
5673f73378
|
fix the left pre V1 field names in 290c4618c331f4f30a278af520121ff35
|
2015-06-18 18:44:55 -07:00 |
Daniel Smith
|
47294dd326
|
Revert "Revert "Test Service creation -> endpoint generation latency""
This reverts commit 654857114e .
|
2015-06-11 18:34:31 -07:00 |
Brendan Burns
|
654857114e
|
Revert "Test Service creation -> endpoint generation latency"
|
2015-06-09 21:24:00 -07:00 |
Daniel Smith
|
aa9bdcbc4a
|
add missing endpoints field label conversion function
|
2015-06-08 16:23:21 -07:00 |
nikhiljindal
|
7cc50448e3
|
Updating StatusDetails.ID to Name in internal API
|
2015-06-05 07:17:02 -07:00 |
Chao Xu
|
2f6e5e2e08
|
Update ContainerState.Termination to ContainerState.Terminated in pkg/api/types.go and pkg/api/v1/types.go
|
2015-05-28 17:18:24 -07:00 |
Tim Hockin
|
4318ca5a8b
|
Rename 'portal IP' to 'cluster IP' most everywhere
This covers obvious transforms, but not --portal_net, $PORTAL_NET and
similar.
|
2015-05-28 16:10:44 -07:00 |
Chao Xu
|
9c1153322e
|
update PodSpec.Host to PodSpec.NodeName in /pkg/api/types.go and /pkg/api/v1beta3/types.go
|
2015-05-28 14:10:06 -07:00 |
Justin Santa Barbara
|
e49ad95462
|
Mark PublicIPs as deprecated & rename to DeprecatedPublicIPs in the latest API
We need to keep them in the API so that we can round-trip between versions.
|
2015-05-22 19:14:27 -04:00 |
Justin Santa Barbara
|
973c2e4819
|
Add Type to ServiceSpec: ClusterIP or LoadBalancer
|
2015-05-22 19:14:21 -04:00 |
Tim Hockin
|
70c94fad6d
|
Don't rename api imports in conversions
|
2015-05-19 11:21:21 -07:00 |
nikhiljindal
|
fa9f864782
|
Adding a script to update etcd objects
|
2015-05-15 16:20:35 -07:00 |
Jordan Liggitt
|
53d55f4192
|
Add ServiceAccount API type, client
|
2015-05-11 17:18:05 -04:00 |
Wojciech Tyczynski
|
5578dc99e3
|
Improvements for conversions generator
|
2015-05-11 12:21:11 +02:00 |
Wojciech Tyczynski
|
156795f298
|
Update conversion functions
|
2015-05-07 09:27:58 +02:00 |
Wojciech Tyczynski
|
458fec6c99
|
Generate conversion functions for v1beta3
|
2015-05-06 16:43:15 +02:00 |
Daniel Smith
|
8a47574644
|
Merge pull request #7468 from simon3z/serialized-reference
replica: serialize created-by reference
|
2015-05-05 16:42:42 -07:00 |
Zach Loafman
|
875e83a741
|
Revert "Revert "Security context - types, kubelet, admission""
|
2015-05-05 16:02:13 -07:00 |
Zach Loafman
|
f48904fd5e
|
Revert "Security context - types, kubelet, admission"
|
2015-05-05 15:20:39 -07:00 |
Paul Morie
|
1625e231dd
|
Merge pull request #7343 from pweil-/security-context-types
Security context - types, kubelet, admission
|
2015-05-05 16:26:09 -04:00 |
Federico Simoncelli
|
37038c4877
|
replica: serialize created-by reference
Fixes #7322
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
|
2015-05-05 16:06:41 -04:00 |
Paul Weil
|
982bf19c20
|
security context initial implementation - squash
|
2015-05-05 13:46:13 -04:00 |
Cesar Wong
|
283049f679
|
Fix pod exec options
Change the command field to an array of strings.
|
2015-05-05 13:20:08 -04:00 |
Paul Morie
|
e949a623ff
|
Change EnvVarSource.FieldPath -> FieldRef and add example
|
2015-05-04 18:41:09 -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 |
Piotr Szczesniak
|
11a2dc496f
|
Added TerminationGracePeriod field to PodSpec and grace-period flag to kubectl stop
Those are changes which touch users required by Termination Notice
Addresses #6804
|
2015-04-30 18:00:33 +02:00 |
Wojciech Tyczynski
|
3b84bae544
|
Auto-generated conversion not manually edited
|
2015-04-30 14:05:42 +02:00 |
Filip Grzadkowski
|
231284187e
|
Merge pull request #7431 from wojtek-t/conversion_chains
Prepare for chaining autogenerated conversion methods
|
2015-04-30 09:08:40 +02:00 |
Wojciech Tyczynski
|
fc6fb0953a
|
Generate conversions
|
2015-04-29 16:32:56 +02:00 |
Paul Morie
|
8fa21ebd62
|
Merge pull request #7419 from liggitt/secrets_etcd
Convert Secret registry to use update/create strategy, allow filtering by Type
|
2015-04-29 09:59:22 -04:00 |
Jordan Liggitt
|
ac67fff1cf
|
Convert Secret registry to use update/create strategy, allow filtering by Type
|
2015-04-28 15:00:20 -04:00 |
Jordan Liggitt
|
0dbc9c2688
|
Fix typo in namespace conversion
|
2015-04-28 12:45:13 -04:00 |
Paul Morie
|
7d30f09ebf
|
Add downward API for environment vars
|
2015-04-27 14:13:11 -04:00 |
Wojciech Tyczynski
|
922555f048
|
Improvements to generator of conversion methods.
|
2015-04-27 13:33:38 +02:00 |
Wojciech Tyczynski
|
7f919a44c2
|
Generate conversions for v1beta3 package.
|
2015-04-24 09:18:12 +02:00 |
Wojciech Tyczynski
|
c4a27f5c0f
|
Generating conversion methods.
|
2015-04-23 18:26:24 +02:00 |
Wojciech Tyczynski
|
afb94c43b1
|
Fix listing nodes in scheduler
|
2015-04-15 14:26:25 +02:00 |
Daniel Smith
|
34b399ca02
|
Fix incorrect reference to name in v1beta3 API.
|
2015-04-03 14:10:47 -07:00 |
Prashanth Balasubramanian
|
5903f6ff39
|
Register field conversion function under the right type name
|
2015-04-02 18:37:28 -07:00 |
Wojciech Tyczynski
|
6b08958264
|
Kubelet watching only its own Node
|
2015-04-02 18:39:59 +02:00 |
Clayton Coleman
|
1618c39a46
|
Convert List query parameters via object conversion
Convert url.Values -> an object, with appropriate versioning. ListOptions
should also expose parameter names to swagger.
|
2015-03-27 15:03:57 -04:00 |
Prashanth Balasubramanian
|
b0068d05f8
|
Add the ability to watch fields of an rc
|
2015-03-26 11:01:56 -07:00 |
derekwaynecarr
|
29c491ef2e
|
Namespace.Spec.Finalizer support
|
2015-03-24 10:36:06 -04:00 |
nikhiljindal
|
790a8bbd23
|
Adding conversion functions for event field selectors
|
2015-03-12 14:10:51 -07:00 |
Wojciech Tyczynski
|
9f2f10d6db
|
Make scheduler to watch PodSpec.Host instead Status.Host
|
2015-03-12 13:38:58 +01:00 |
nikhiljindal
|
916ca9cc68
|
Changing v1beta3 field selectors to be camelCased
|
2015-03-09 18:01:01 -07:00 |
Daniel Smith
|
c4822dc060
|
Revert "Revert "Adding converter functions to convert field label selectors to internal version before matching""
This reverts commit 5f35a67002 .
|
2015-03-02 15:00:09 -08:00 |