Erik Wilson
|
765fd253f6
|
Update vendor
|
2019-08-19 09:17:28 -07:00 |
Jeff Grafton
|
23ceebac22
|
Run hack/update-bazel.sh
|
2018-06-22 16:22:57 -07:00 |
Jeff Grafton
|
ef56a8d6bb
|
Autogenerated: hack/update-bazel.sh
|
2018-02-16 13:43:01 -08:00 |
Jeff Grafton
|
efee0704c6
|
Autogenerate BUILD files
|
2017-12-23 13:12:11 -08:00 |
Jeff Grafton
|
aee5f457db
|
update BUILD files
|
2017-10-15 18:18:13 -07:00 |
Jeff Grafton
|
a7f49c906d
|
Use buildozer to delete licenses() rules except under third_party/
|
2017-08-11 09:32:39 -07:00 |
Jeff Grafton
|
33276f06be
|
Use buildozer to remove deprecated automanaged tags
|
2017-08-11 09:31:50 -07:00 |
Mike Danese
|
a05c3c0efd
|
autogenerated
|
2017-04-14 10:40:57 -07:00 |
Dr. Stefan Schimanski
|
2b8e938128
|
Update generated files
|
2017-01-24 20:56:03 +01:00 |
Dr. Stefan Schimanski
|
56d60cfae6
|
pkg/util: move flags from pkg/util/config to pkg/util/flags
|
2017-01-24 20:56:03 +01:00 |
Tim St. Clair
|
b42663bb14
|
Enable streaming proxy redirects by default (beta)
|
2017-01-17 12:56:03 -08:00 |
deads2k
|
6a4d5cd7cc
|
start the apimachinery repo
|
2017-01-11 09:09:48 -05:00 |
Jeff Grafton
|
20d221f75c
|
Enable auto-generating sources rules
|
2017-01-05 14:14:13 -08:00 |
Mike Danese
|
161c391f44
|
autogenerated
|
2016-12-29 13:04:10 -08:00 |
Mike Danese
|
c87de85347
|
autoupdate BUILD files
|
2016-12-12 13:30:07 -08:00 |
Clayton Coleman
|
35a6bfbcee
|
generated: refactor
|
2016-11-23 22:30:47 -06:00 |
pweil-
|
d0d78f478c
|
experimental host user ns defaulting
|
2016-11-14 10:16:03 -05:00 |
Tim St. Clair
|
6e0702a50d
|
Handle redirects in apiserver proxy handler
|
2016-11-04 12:26:24 -07:00 |
Michael Taufen
|
a38566dac6
|
Add FeatureGates field to KubeletConfiguration
|
2016-11-01 14:53:50 -07:00 |
Dr. Stefan Schimanski
|
7c5e354e82
|
Update bazel
|
2016-11-01 09:50:56 +01:00 |
Dr. Stefan Schimanski
|
5dc31d35a0
|
Add --tls-sni-cert-key to the apiserver for SNI support
|
2016-11-01 09:50:56 +01:00 |
Mike Danese
|
3b6a067afc
|
autogenerated
|
2016-10-21 17:32:32 -07:00 |
bprashanth
|
243bd5743b
|
Flip the beta flag
|
2016-10-19 13:49:49 -07:00 |
Clayton Coleman
|
4189062a03
|
Feature gate is not stable sorted - docs change each gen
|
2016-09-06 23:36:24 -04:00 |
Tim St. Clair
|
68e0f01043
|
AppArmor was flipped to beta, update feature gate
|
2016-08-29 10:22:05 -07:00 |
Tim St. Clair
|
9bde6f0770
|
Add AppArmor feature gate
|
2016-08-25 17:40:18 -07:00 |
Jeff Lowdermilk
|
fe643590ba
|
Update/fix feature-gate comments
|
2016-08-24 13:04:25 -07:00 |
Jeff Lowdermilk
|
991b07e60d
|
Add a feature gate for alpha dynamic volume provisioning
Enabled by default to avoid breaking people, since this was
turned on in 1.3.
|
2016-08-24 13:02:42 -07:00 |
Michael Taufen
|
2e989a3c38
|
Revert "Merge pull request #31297 from mikedanese/revert-kubelet"
This reverts the revert of #30090 and #31282.
|
2016-08-24 09:06:12 -07:00 |
Girish Kalele
|
b82c028f77
|
GCE Cloud provider changes for ESIPP
Add feature gate (ExternalTrafficLocalOnly) for alpha feature
|
2016-08-23 16:16:39 -07:00 |
Mike Danese
|
0a735b7886
|
Revert "Merge pull request #30090 from mtaufen/dynamic-kubelet-restart"
This reverts commit fe808ec2a4 , reversing
changes made to f297ea966e .
|
2016-08-23 14:11:48 -07:00 |
Michael Taufen
|
35a63d956b
|
Implement Alpha Dynamic Kubelet Configuration
See Issue #27980 and Proposal PR #29459
|
2016-08-22 22:42:51 -07:00 |
Tim Hockin
|
34bd1e391e
|
Don't panic if the feature-gate flag was not used
|
2016-08-22 17:41:25 -07:00 |
Tim Hockin
|
f77576bc2b
|
Capitalize feature gates
Also rename variables for clarity
|
2016-08-22 13:57:35 -07:00 |
Tim Hockin
|
6c75bd8be5
|
Make 'allAlpha' a special feature gate
Rather than making all caller check both allAlpha and their own flag, make
allAlpha set the alpha gates explicitly, iff they were not already set.
|
2016-08-22 13:57:35 -07:00 |
Jeff Lowdermilk
|
51198f59da
|
Add --feature-gates to kube-system components
apiserver,scheduler,controller-manager,proxy,kubelet all get
flag. Using one variable to plumb through config via salt/init
scripts for GCE and GKE
|
2016-08-19 09:07:43 -07:00 |
Davanum Srinivas
|
2b0ed014b7
|
Use Go canonical import paths
Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports
Fixes #29014
|
2016-07-16 13:48:21 -04:00 |
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
harry
|
343b1927d1
|
Refactor config map into sub pkg
|
2016-03-21 14:50:57 +08:00 |
Jan Chaloupka
|
4389b3f0d6
|
Rewritte util.* -> wait.* wherever reasonable
|
2016-02-07 12:02:20 +01:00 |
caogaojin
|
60cb4406e9
|
Cleanup deprecated Forever function
Since util.Forever function has been deprecated, we should cleanup these
pieces of code.
|
2015-08-24 10:31:59 +08:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07: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 |
Eric Tune
|
64f1084c1a
|
Rename util.config.Watcher -> util.config.Broadcaster.
Watch is a widely used term in the codebase, which doesn't capture
the key feature of this type: broadcasting a change to several
listeners.
|
2014-12-04 00:10:27 -08:00 |
Vojtech Vitek (V-Teq)
|
59f58cd043
|
Unify Godoc formatting, fix various typos
Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
|
2014-09-02 13:41:03 +02:00 |
Daniel Smith
|
ab24790e8f
|
Fix go files with wrong boilerplate
|
2014-08-12 17:48:00 -07:00 |
Clayton Coleman
|
38ec4ff8c0
|
Create a configuration update utility
Extracted from proxy/config
|
2014-07-16 14:13:25 -04:00 |