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
5cfdcfd8
Commit
5cfdcfd8
authored
Dec 10, 2015
by
feihujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the doc of network plugin version
parent
229f40e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
exec.go
pkg/kubelet/network/exec/exec.go
+1
-1
plugins.go
pkg/kubelet/network/plugins.go
+1
-1
No files found.
pkg/kubelet/network/exec/exec.go
View file @
5cfdcfd8
...
@@ -33,7 +33,7 @@ limitations under the License.
...
@@ -33,7 +33,7 @@ limitations under the License.
// formatted output indicating the pod's IPAddress(v4/v6). An empty string value or an erroneous output
// formatted output indicating the pod's IPAddress(v4/v6). An empty string value or an erroneous output
// will mean the container runtime (docker) will be asked for the PodIP
// will mean the container runtime (docker) will be asked for the PodIP
// e.g. {
// e.g. {
// "apiVersion" : "v1",
// "apiVersion" : "v1
beta1
",
// "kind" : "PodNetworkStatus",
// "kind" : "PodNetworkStatus",
// "ip" : "10.20.30.40"
// "ip" : "10.20.30.40"
// }
// }
...
...
pkg/kubelet/network/plugins.go
View file @
5cfdcfd8
...
@@ -56,7 +56,7 @@ type NetworkPlugin interface {
...
@@ -56,7 +56,7 @@ type NetworkPlugin interface {
}
}
// PodNetworkStatus stores the network status of a pod (currently just the primary IP address)
// PodNetworkStatus stores the network status of a pod (currently just the primary IP address)
// This struct represents version "v1"
// This struct represents version "v1
beta1
"
type
PodNetworkStatus
struct
{
type
PodNetworkStatus
struct
{
unversioned
.
TypeMeta
`json:",inline"`
unversioned
.
TypeMeta
`json:",inline"`
...
...
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