Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitRange ¶
type LimitRange struct { Name string `json:"name"` Limits []coreV1.LimitRangeItem `json:"limits"` }
type NamespaceBrief ¶
type NamespaceDetail ¶
type NamespaceDetail struct { Metadata k8s.ObjectMeta `json:"metadata"` Status string `json:"status"` ResourceQuotas []ResourceQuota `json:"resourceQuotas"` LimitRanges []LimitRange `json:"limitRanges"` }
type NodeBrief ¶
type NodeBrief struct { Name string `json:"name,omitempty"` InternalIP string `json:"internalIP,omitempty"` Roles []string `json:"role,omitempty"` Status string `json:"status,omitempty"` Cpu string `json:"cpu,omitempty"` Memory string `json:"memory,omitempty"` CreationTimestamp time.Time `json:"creationTimestamp,omitempty"` }
type ResourceQuota ¶
type ResourceQuota struct { Name string `json:"name"` Hard coreV1.ResourceList `json:"hard"` Used coreV1.ResourceList `json:"used"` }
Click to show internal directories.
Click to hide internal directories.