Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d265e7ee
Unverified
Commit
d265e7ee
authored
Oct 29, 2018
by
k8s-ci-robot
Committed by
GitHub
Oct 29, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #70378 from jpbetz/remove-diff
Remove spurious vendordiff.patch file
parents
dab98f95
91096139
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
vendordiff.patch
vendordiff.patch
+0
-25
No files found.
vendordiff.patch
deleted
100644 → 0
View file @
dab98f95
diff -Naupr -x BUILD -x 'AUTHORS*' -x 'CONTRIBUTORS*' vendor/k8s.io/apiserver/pkg/storage/etcd/testing/utils.go /tmp/gopath.qtqLRB/src/k8s.io/kubernetes/vendor/k8s.io/apiserver/pkg/storage/etcd/testing/utils.go
--- vendor/k8s.io/apiserver/pkg/storage/etcd/testing/utils.go 2018-10-01 16:58:52.811248049 -0700
+++ /tmp/gopath.qtqLRB/src/k8s.io/kubernetes/vendor/k8s.io/apiserver/pkg/storage/etcd/testing/utils.go 2018-10-01 16:55:15.000000000 -0700
@@ -189,7 +189,7 @@ func configureTestCluster(t *testing.T,
// launch will attempt to start the etcd server
func (m *EtcdTestServer) launch(t *testing.T) error {
var err error
- if m.s, err = etcdserver.NewServer(m.ServerConfig); err != nil {
+ if m.s, err = etcdserver.NewServer(&m.ServerConfig); err != nil {
return fmt.Errorf("failed to initialize the etcd server: %v", err)
}
m.s.SyncTicker = time.NewTicker(500 * time.Millisecond)
@@ -297,7 +297,7 @@ func NewUnsecuredEtcd3TestClientServer(t
Prefix: etcdtest.PathPrefix(),
ServerList: server.V3Client.Endpoints(),
DeserializationCacheSize: etcdtest.DeserializationCacheSize,
- Paging: true,
+ Paging: true,
}
return server, config
}
Only in vendor/k8s.io/apiserver/pkg/storage/etcd3: 127.0.0.1:21001114727
Only in vendor/k8s.io/apiserver/pkg/storage/etcd3: 127.0.0.1:21002114727
Only in vendor/k8s.io/apiserver/pkg/storage/etcd3: localhost:7941259886567686464
Only in vendor/k8s.io/apiserver/pkg/storage/etcd3: localhost:79412598865676864640
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment