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
d004939b
Commit
d004939b
authored
Nov 13, 2014
by
Dawn Chen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2362 from erictune/nousage
Remove todos about adding usage to Pods.
parents
9ee2535f
b195d982
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
8 deletions
+0
-8
types.go
pkg/api/types.go
+0
-2
types.go
pkg/api/v1beta1/types.go
+0
-2
types.go
pkg/api/v1beta2/types.go
+0
-2
types.go
pkg/api/v1beta3/types.go
+0
-2
No files found.
pkg/api/types.go
View file @
d004939b
...
...
@@ -393,8 +393,6 @@ type ContainerStatus struct {
PodIP
string
`json:"podIP,omitempty" yaml:"podIP,omitempty"`
// TODO(dchen1107): Need to decide how to represent this in v1beta3
Image
string
`yaml:"image" json:"image"`
// TODO(dchen1107): Once we have done with integration with cadvisor, resource
// usage should be included.
}
// PodInfo contains one entry for every container with available info.
...
...
pkg/api/v1beta1/types.go
View file @
d004939b
...
...
@@ -357,8 +357,6 @@ type ContainerStatus struct {
PodIP
string
`json:"podIP,omitempty" yaml:"podIP,omitempty"`
// TODO(dchen1107): Need to decide how to reprensent this in v1beta3
Image
string
`yaml:"image" json:"image"`
// TODO(dchen1107): Once we have done with integration with cadvisor, resource
// usage should be included.
}
// PodInfo contains one entry for every container with available info.
...
...
pkg/api/v1beta2/types.go
View file @
d004939b
...
...
@@ -322,8 +322,6 @@ type ContainerStatus struct {
PodIP
string
`json:"podIP,omitempty" yaml:"podIP,omitempty"`
// TODO(dchen1107): Need to decide how to reprensent this in v1beta3
Image
string
`yaml:"image" json:"image"`
// TODO(dchen1107): Once we have done with integration with cadvisor, resource
// usage should be included.
}
// PodInfo contains one entry for every container with available info.
...
...
pkg/api/v1beta3/types.go
View file @
d004939b
...
...
@@ -419,8 +419,6 @@ type ContainerStatus struct {
RestartCount
int
`json:"restartCount" yaml:"restartCount"`
// TODO(dchen1107): Introduce our own NetworkSettings struct here?
// TODO(dchen1107): Which image the container is running with?
// TODO(dchen1107): Once we have done with integration with cadvisor, resource
// usage should be included.
}
// PodInfo contains one entry for every container with available info.
...
...
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