Commit Graph

77133 Commits (270e27d4b71cea75351e3162204a869ac1b6b1ba)

Author SHA1 Message Date
Kubernetes Prow Robot 62f5fd4c6c
Merge pull request #75528 from danielvmw/topic/compute-pod-phase
Remove unused variables from computePodPhase
2019-04-08 13:15:49 -07:00
ravisantoshgudimetla 074bbb0434 Build file 2019-04-08 15:53:54 -04:00
Jordan Liggitt bba9f5e673 Fixup gonum.org/v1/gonum/graph API calls 2019-04-08 15:20:46 -04:00
Jordan Liggitt 27030079f3 golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495 2019-04-08 15:20:46 -04:00
Jordan Liggitt 389f76235c golang.org/x/tools v0.0.0-20190313210603-aa82965741a9 (release-branch.go1.12) 2019-04-08 15:20:46 -04:00
Jordan Liggitt 97c130b056 golang.org/x/crypto v0.0.0-20181025213731-e84da0312774 (release-branch.go1.12) 2019-04-08 15:20:46 -04:00
Jordan Liggitt 921f3ea8da golang.org/x/sys v0.0.0-20190209173611-3b5209105503 (release-branch.go1.12) 2019-04-08 15:20:45 -04:00
Jordan Liggitt 55d52fd5c3 golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db (release-branch.go1.12) 2019-04-08 15:20:45 -04:00
Jordan Liggitt 5af2cd6f26 gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485 2019-04-08 15:20:44 -04:00
Jordan Liggitt e8e15acff6 github.com/stretchr/objx v0.1.1, github.com/stretchr/testify v1.2.2 2019-04-08 15:20:44 -04:00
Jordan Liggitt 3cabb5e654 github.com/sirupsen/logrus v1.2.0 2019-04-08 15:20:44 -04:00
Jordan Liggitt 65a6613fe2 github.com/pmezard/go-difflib v1.0.0 2019-04-08 15:20:44 -04:00
Jordan Liggitt e2e1f497d0 github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
Jordan Liggitt 319ff2fd31 github.com/mitchellh/mapstructure v1.1.2
Used only by github.com/go-openapi/..., all expecting v1.1.2
2019-04-08 15:20:44 -04:00
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