Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TempNodeResourceStruct ¶
type TempNodeResourceStruct struct { NodeName string Resource string ResourceUnit string ResourceAvailable string }
func NodeAllocatableResources ¶
func NodeAllocatableResources(promServerIP string) ([]TempNodeResourceStruct, error)
type TempNodeStatusStruct ¶
type TempNodeStatusStruct struct { NodeName string Condition string ConditionStatus string ConditionStatusValue string }
func NodeStatusPhase ¶
func NodeStatusPhase(promServerIP string) ([]TempNodeStatusStruct, error)
[]TempNodeStatusStruct, error
type TempPodStatusStruct ¶
func PodStatusPhase ¶
func PodStatusPhase(promServerIP string) ([]TempPodStatusStruct, error)
type TempPodsNotScheduledStruct ¶
func PodsNotScheduled ¶
func PodsNotScheduled(promServerIP string) ([]TempPodsNotScheduledStruct, error)
Click to show internal directories.
Click to hide internal directories.