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
c1af9dcb
Commit
c1af9dcb
authored
Nov 29, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17885 from hongchaodeng/register
Auto commit by PR queue bot
parents
585a8767
05214816
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
request.go
pkg/client/unversioned/request.go
+4
-1
No files found.
pkg/client/unversioned/request.go
View file @
c1af9dcb
...
@@ -48,6 +48,10 @@ import (
...
@@ -48,6 +48,10 @@ import (
// are therefore not allowed to set manually.
// are therefore not allowed to set manually.
var
specialParams
=
sets
.
NewString
(
"timeout"
)
var
specialParams
=
sets
.
NewString
(
"timeout"
)
func
init
()
{
metrics
.
Register
()
}
// HTTPClient is an interface for testing a request object.
// HTTPClient is an interface for testing a request object.
type
HTTPClient
interface
{
type
HTTPClient
interface
{
Do
(
req
*
http
.
Request
)
(
*
http
.
Response
,
error
)
Do
(
req
*
http
.
Request
)
(
*
http
.
Response
,
error
)
...
@@ -109,7 +113,6 @@ type Request struct {
...
@@ -109,7 +113,6 @@ type Request struct {
// NewRequest creates a new request helper object for accessing runtime.Objects on a server.
// NewRequest creates a new request helper object for accessing runtime.Objects on a server.
func
NewRequest
(
client
HTTPClient
,
verb
string
,
baseURL
*
url
.
URL
,
apiVersion
string
,
func
NewRequest
(
client
HTTPClient
,
verb
string
,
baseURL
*
url
.
URL
,
apiVersion
string
,
codec
runtime
.
Codec
)
*
Request
{
codec
runtime
.
Codec
)
*
Request
{
metrics
.
Register
()
return
&
Request
{
return
&
Request
{
client
:
client
,
client
:
client
,
verb
:
verb
,
verb
:
verb
,
...
...
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