Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakePod ¶
type FakePod struct {
Namespace string `json:"namespace,omitempty"`
Name string `json:"name,omitempty"`
NodeName string `json:"nodename,omitempty"`
Status string `json:"status,omitempty"`
CreateTime int64 `json:"createtime,omitempty"`
RunningTime int64 `json:"runningtime,omitempty"`
}
FakePod
type FakePodSort ¶
type FakePodSort []FakePod
FakePodSort
func (FakePodSort) Len ¶
func (s FakePodSort) Len() int
func (FakePodSort) Less ¶
func (s FakePodSort) Less(i, j int) bool
func (FakePodSort) Swap ¶
func (s FakePodSort) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.