Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PodRequestsAndLimits ¶
func PodRequestsAndLimits(pod *v1.Pod) (reqs, limits v1.ResourceList)
copy from kubectl PodRequestsAndLimits returns a dictionary of all defined resources summed up for all containers of the pod.
Types ¶
type ResourceInfo ¶
type ResourceInfo struct {
// contains filtered or unexported fields
}
func New ¶
func New(k8sClient kubernetes.Interface) *ResourceInfo
func (*ResourceInfo) Get ¶
func (r *ResourceInfo) Get(brief bool) (apistructs.ClusterResourceInfoData, error)
Get PARAM brief: Does not provide cpuusage, memusage data, reducing the overhead of calling k8sapi
Click to show internal directories.
Click to hide internal directories.