Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logs ¶
type Logs struct {
// Pod name.
PodId string `json:"podId"`
// Specific time when logs started.
SinceTime unversioned.Time `json:"sinceTime"`
// Logs string lines.
Logs []string `json:"logs"`
// The name of the container the logs are for.
Container string `json:"container"`
}
Logs is a representation of logs response structure.
Source Files
¶
- containerlogs.go
Click to show internal directories.
Click to hide internal directories.