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
e243ca81
Commit
e243ca81
authored
Sep 21, 2015
by
Matt Butcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix package documentation on pkg/client/unversioned.
The package documentation seems to reflect an older version of the API.
parent
625a64c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc.go
pkg/client/unversioned/doc.go
+2
-2
No files found.
pkg/client/unversioned/doc.go
View file @
e243ca81
...
@@ -15,14 +15,14 @@ limitations under the License.
...
@@ -15,14 +15,14 @@ limitations under the License.
*/
*/
/*
/*
Package
client
contains the implementation of the client side communication with the
Package
unversioned
contains the implementation of the client side communication with the
Kubernetes master. The Client class provides methods for reading, creating, updating,
Kubernetes master. The Client class provides methods for reading, creating, updating,
and deleting pods, replication controllers, daemons, services, and nodes.
and deleting pods, replication controllers, daemons, services, and nodes.
Most consumers should use the Config object to create a Client:
Most consumers should use the Config object to create a Client:
import (
import (
"k8s.io/kubernetes/pkg/client
"
client "k8s.io/kubernetes/pkg/client/unversioned
"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/fields"
"k8s.io/kubernetes/pkg/fields"
"k8s.io/kubernetes/pkg/labels"
"k8s.io/kubernetes/pkg/labels"
...
...
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