Jordan Liggitt
1970be1ea9
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
...
Used only by github.com/go-openapi/..., all expecting 60711f1a8329
2019-04-08 15:20:43 -04:00
Jordan Liggitt
6c371b06c1
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
...
Used only by github.com/aws/aws-sdk-go, expecting c2b33e8439af
2019-04-08 15:20:43 -04:00
Jordan Liggitt
14df726621
github.com/docker/go-units v0.3.3
...
Used by github.com/go-openapi/..., expecting v0.3.3
2019-04-08 15:20:43 -04:00
Jordan Liggitt
8ad7a9595a
github.com/davecgh/go-spew v1.1.1
2019-04-08 15:20:43 -04:00
Jordan Liggitt
a2ec981f67
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
...
Used only by github.com/prometheus/..., all expecting 3a771d992973
2019-04-08 15:20:43 -04:00
Jordan Liggitt
4bd9dcb855
github.com/bazelbuild/buildtools v0.0.0-20180226164855-80c7f0d45d7e
...
Used only by github.com/bazelbuild/bazel-gazelle, expecting 80c7f0d45d7e
2019-04-08 15:20:43 -04:00
Jordan Liggitt
2cbf496c8e
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
...
Used only by github.com/go-openapi/..., all expecting de5bf2ad4578
2019-04-08 15:20:43 -04:00
Jordan Liggitt
5627034673
github.com/PuerkitoBio/purell v1.1.0
...
Used only by github.com/go-openapi/..., all expecting v1.1.0
2019-04-08 15:20:43 -04:00
aaa
961f1621aa
Fix shellcheck failures in update-workspace-mirror.sh
2019-04-08 14:40:26 -04:00
Anago GCB
7a47bc3d1d
Update CHANGELOG-1.14.md for v1.14.1.
2019-04-08 18:21:47 +00:00
aaa
e544da8aae
Fix shellcheck failures in test-dockerized.sh and upload-to-gcs.sh
...
update pull request
update pull request
2019-04-08 14:14:47 -04:00
Kubernetes Prow Robot
8a2f8e69ed
Merge pull request #76197 from liggitt/generated-vendor
...
Mark staging go module files as generated, add script to lint dependencies
2019-04-08 10:16:51 -07:00
Kubernetes Prow Robot
f0ac762efd
Merge pull request #75921 from hickey/bugfix/kubelet_default_value
...
Fixed default value for ConfigMapAndSecretChangeDetectionStrategy (kubelet)
2019-04-08 10:16:38 -07:00
Kubernetes Prow Robot
eb65eacfca
Merge pull request #74855 from mbohlool/sam
...
Add Port configuration to ServiceReference of Admission webhooks, CRD Conversion Webhooks, AuditSink Webhooks and kube-aggregator
2019-04-08 10:16:26 -07:00
Travis Rhoden
2253807760
Fix pkg/volume/util/nsenter linting errors
2019-04-08 10:43:54 -06:00
Jordan Liggitt
c758f0af0a
Remove legacy table printing and decoding
2019-04-08 12:31:38 -04:00
Daniel Mueller
9050c510e6
Remove unused variables from computePodPhase
...
The initialized and failed variables in the computePodPhase function are
effectively write only. Remove them.
2019-04-08 09:09:09 -07:00
Kubernetes Prow Robot
c082ace102
Merge pull request #76161 from liggitt/kubectl-watch-table
...
use server-side printing in `kubectl get -w`
2019-04-08 08:58:48 -07:00
Kubernetes Prow Robot
8f8d9e2c72
Merge pull request #76060 from krzysztof-jastrzebski/master
...
Delete only unscheduled pods in DaemonSetController if node doesn't exist anymore
2019-04-08 08:58:27 -07:00
Travis Rhoden
1c045a09db
Move nsenter mounter to pkg/volume/util/nsenter
...
As part of moving pkg/util/mount out of tree, the NSEnter implementation
of mount.Interface needs to be relocated out of pkg/util/mount, as it is
K8s specific. This patch relocates that mounter implementation to
pkg/volume/util/nsenter.
Since the NSEnter mounter shares a lot of its logic with the Linux
mounter implementation, many of the previously private methods of the
Linux mounter are now made public to maintain that shared code.
Additionaly, it was observed that *all* mount.Interface implemenations
were using the same common method for IsNotMountPoint, so this patch
removes that method from the mount.Interface definition and just exports
the common implementation instead.
2019-04-08 09:53:46 -06:00
Jordan Liggitt
104746f977
Add type alias for DirectCodecFactory -> WithoutConversionCodecFactory
2019-04-08 10:52:04 -04:00
Robert Krawitz
022f7c2cd7
Clean up PR #71617
2019-04-08 10:34:40 -04:00
Jordan Liggitt
ce3dad93f5
generated: hack/update-vendor.sh
2019-04-08 09:45:51 -04:00
Jordan Liggitt
f250dcf70a
Prune unneeded replace directives from staging go.mod files
2019-04-08 09:42:22 -04:00
Jordan Liggitt
fdd241a858
Mark staging go module files as generated, add script to lint dependencies
2019-04-08 09:42:22 -04:00
fabriziopandini
0c4031f3a6
kubeadm-e2e-JUnitReporter
2019-04-08 14:53:37 +02:00
Kubernetes Prow Robot
e47fc04adc
Merge pull request #76201 from mrueg/flags-fix
...
kubeadm: Quote values in envFile
2019-04-08 05:44:28 -07:00
SataQiu
36bc97cbb8
fix some golint failures of e2e/network/[d-k]*.go
2019-04-08 18:27:08 +08:00
yue9944882
9be22b7329
recursively deletes internal clients
2019-04-08 17:46:53 +08:00
Ted Yu
22d19be4ca
Use RWMutex for accessing plugins
2019-04-08 01:03:20 -07:00
SataQiu
fd3fdbd335
fix some golint failures of test/e2e/framework/service_util.go
2019-04-08 15:57:52 +08:00
goodluckbot
b92b0eb7c2
Change Mutex to RWMutex for pod backoff
2019-04-08 15:31:48 +08:00
Mehdy Bohlool
e6f5f4f61b
Fix available controller assumption about port 443
2019-04-08 00:29:04 -07:00
Mehdy Bohlool
c1076ba05a
Fix API documentation, 'Port' to 'port'
2019-04-08 00:29:04 -07:00
Mehdy Bohlool
864cf3e33a
Generated files
2019-04-08 00:29:04 -07:00
Manuel Rüger
912794b302
kubeadm: Quote values on envFile
...
See documentation: https://github.com/kubernetes/website/blob/master/content/en/docs/setup/independent/kubelet-integration.md#workflow-when-using-kubeadm-init
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2019-04-08 09:23:35 +02:00
Mehdy Bohlool
1afc25d575
Change e2e test to use custom ports
2019-04-08 00:19:57 -07:00
Mehdy Bohlool
8702550beb
Support service port other than 443 for kube-aggregator
2019-04-08 00:19:57 -07:00
Mehdy Bohlool
11f37d757f
Add port to ServiceResolvers
2019-04-08 00:19:52 -07:00
Mehdy Bohlool
404e2f7a30
Add port to ServiceReference of Admission Webhooks, ConversionWebhooks and AuditSync with defaulter and validator
2019-04-08 00:18:36 -07:00
SataQiu
1405819049
fix golint failures of test/e2e/framework/framework.go
2019-04-08 15:11:37 +08:00
Kubernetes Prow Robot
f873d2a056
Merge pull request #75862 from xichengliudui/fixshellcheckfailures
...
Fix shellcheck failures in bootstrap.sh and create_block.sh
2019-04-07 21:52:24 -07:00
jingxueli
dfa3353390
fix pdb update too many when nothing change
2019-04-08 11:27:42 +08:00
Pengfei Ni
1406e2b70f
Update cri-tools to v1.14.0
2019-04-08 10:59:18 +08:00
Kubernetes Prow Robot
b9fd4cb150
Merge pull request #76245 from Huang-Wei/cleanup-provider-RLock
...
scheduler: tweak scheduler factory mutex
2019-04-07 18:44:24 -07:00
Wei Huang
8f87f580e5
scheduler: tweak scheduler factory mutex
2019-04-07 16:35:06 -07:00
Wei Huang
28730919a6
scheduler: performance improvement on PodAffinity
...
- replace unnecessary Lock/Unlock with atomic AddInt64
2019-04-07 14:34:22 -07:00
Christoph Blecker
2363136f2c
Remove has_changes logic from vendor scripts
2019-04-07 12:11:18 -07:00
Christoph Blecker
668a288595
Remove unneeded scripts
2019-04-07 12:08:41 -07:00
draveness
7e63c16b10
refactor: remove unused function and add comments in rc util
2019-04-07 21:36:05 +08:00