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
0a9a10e9
Commit
0a9a10e9
authored
Apr 30, 2015
by
Brian Grant
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7535 from smarterclayton/bad_capitalization
Capitalization of KubeProxyVersion wrong in JSON
parents
2d37650c
1042ab32
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
types.go
pkg/api/v1/types.go
+1
-1
types.go
pkg/api/v1beta1/types.go
+1
-1
types.go
pkg/api/v1beta2/types.go
+1
-1
types.go
pkg/api/v1beta3/types.go
+1
-1
No files found.
pkg/api/v1/types.go
View file @
0a9a10e9
...
@@ -1122,7 +1122,7 @@ type NodeSystemInfo struct {
...
@@ -1122,7 +1122,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node
// Kubelet version reported by the node
KubeletVersion
string
`json:"kubeletVersion" description:"Kubelet version reported by the node"`
KubeletVersion
string
`json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy version reported by the node
// Kube-proxy version reported by the node
KubeProxyVersion
string
`json:"
K
ubeProxyVersion" description:"Kube-proxy version reported by the node"`
KubeProxyVersion
string
`json:"
k
ubeProxyVersion" description:"Kube-proxy version reported by the node"`
}
}
// NodeStatus is information about the current status of a node.
// NodeStatus is information about the current status of a node.
...
...
pkg/api/v1beta1/types.go
View file @
0a9a10e9
...
@@ -967,7 +967,7 @@ type NodeSystemInfo struct {
...
@@ -967,7 +967,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node
// Kubelet version reported by the node
KubeletVersion
string
`json:"kubeletVersion" description:"Kubelet version reported by the node"`
KubeletVersion
string
`json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy version reported by the node
// Kube-proxy version reported by the node
KubeProxyVersion
string
`json:"
K
ubeProxyVersion" description:"Kube-proxy version reported by the node"`
KubeProxyVersion
string
`json:"
k
ubeProxyVersion" description:"Kube-proxy version reported by the node"`
}
}
// NodeStatus is information about the current status of a node.
// NodeStatus is information about the current status of a node.
...
...
pkg/api/v1beta2/types.go
View file @
0a9a10e9
...
@@ -974,7 +974,7 @@ type NodeSystemInfo struct {
...
@@ -974,7 +974,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node
// Kubelet version reported by the node
KubeletVersion
string
`json:"kubeletVersion" description:"Kubelet version reported by the node"`
KubeletVersion
string
`json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy version reported by the node
// Kube-proxy version reported by the node
KubeProxyVersion
string
`json:"
K
ubeProxyVersion" description:"Kube-proxy version reported by the node"`
KubeProxyVersion
string
`json:"
k
ubeProxyVersion" description:"Kube-proxy version reported by the node"`
}
}
// NodeStatus is information about the current status of a node.
// NodeStatus is information about the current status of a node.
...
...
pkg/api/v1beta3/types.go
View file @
0a9a10e9
...
@@ -1122,7 +1122,7 @@ type NodeSystemInfo struct {
...
@@ -1122,7 +1122,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node
// Kubelet version reported by the node
KubeletVersion
string
`json:"kubeletVersion" description:"Kubelet version reported by the node"`
KubeletVersion
string
`json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy version reported by the node
// Kube-proxy version reported by the node
KubeProxyVersion
string
`json:"
K
ubeProxyVersion" description:"Kube-proxy version reported by the node"`
KubeProxyVersion
string
`json:"
k
ubeProxyVersion" description:"Kube-proxy version reported by the node"`
}
}
// NodeStatus is information about the current status of a node.
// NodeStatus is information about the current status of a node.
...
...
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