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
1a162790
Unverified
Commit
1a162790
authored
May 09, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
May 09, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #77659 from imazik/master
Update client-go example README.md (fix typo)
parents
5184b866
25dec55d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
staging/src/k8s.io/client-go/examples/README.md
+2
-3
No files found.
staging/src/k8s.io/client-go/examples/README.md
View file @
1a162790
...
@@ -11,7 +11,7 @@ To enable these plugins in your program, import them in your main package.
...
@@ -11,7 +11,7 @@ To enable these plugins in your program, import them in your main package.
You can load all auth plugins:
You can load all auth plugins:
```
go
```
go
import
_
"k8s.io/client-go/plugin/pkg/client/auth
import
_
"k8s.io/client-go/plugin/pkg/client/auth
"
```
```
Or you can load specific auth plugins:
Or you can load specific auth plugins:
...
@@ -48,4 +48,4 @@ import _ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
...
@@ -48,4 +48,4 @@ import _ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
### Testing
### Testing
-
[
**Fake Client**
](
./fake-client
)
: Use a fake client in tests.
-
[
**Fake Client**
](
./fake-client
)
: Use a fake client in tests.
\ No newline at end of file
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