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
78871ca5
Commit
78871ca5
authored
Mar 26, 2015
by
Piotr Szczesniak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed json names
parent
31901ed9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
types.go
pkg/api/types.go
+1
-1
types.go
pkg/api/v1beta3/types.go
+1
-1
No files found.
pkg/api/types.go
View file @
78871ca5
...
@@ -730,7 +730,7 @@ type PodStatus struct {
...
@@ -730,7 +730,7 @@ type PodStatus struct {
// final and should not be relied upon.
// final and should not be relied upon.
// TODO: Make real decisions about what our info should look like. Re-enable fuzz test
// TODO: Make real decisions about what our info should look like. Re-enable fuzz test
// when we have done this.
// when we have done this.
ContainerStatuses
[]
ContainerStatus
`json:"
info
,omitempty"`
ContainerStatuses
[]
ContainerStatus
`json:"
containerStatuses
,omitempty"`
}
}
// PodStatusResult is a wrapper for PodStatus returned by kubelet that can be encode/decoded
// PodStatusResult is a wrapper for PodStatus returned by kubelet that can be encode/decoded
...
...
pkg/api/v1beta3/types.go
View file @
78871ca5
...
@@ -731,7 +731,7 @@ type PodStatus struct {
...
@@ -731,7 +731,7 @@ type PodStatus struct {
// upon.
// upon.
// TODO: Make real decisions about what our info should look like. Re-enable fuzz test
// TODO: Make real decisions about what our info should look like. Re-enable fuzz test
// when we have done this.
// when we have done this.
ContainerStatuses
[]
ContainerStatus
`json:"
info
,omitempty" description:"list of container statuses"`
ContainerStatuses
[]
ContainerStatus
`json:"
containerStatuses
,omitempty" description:"list of container statuses"`
}
}
// PodStatusResult is a wrapper for PodStatus returned by kubelet that can be encode/decoded
// PodStatusResult is a wrapper for PodStatus returned by kubelet that can be encode/decoded
...
...
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