Documentation ¶
Index ¶
- func DeleteQueueMetrics(queueName string)
- func UpdateQueueMetrics(queueName string, queueStatus *v1beta1.QueueStatus)
- func UpdateQueuePodGroupCompletedCount(queueName string, count int32)
- func UpdateQueuePodGroupInqueueCount(queueName string, count int32)
- func UpdateQueuePodGroupPendingCount(queueName string, count int32)
- func UpdateQueuePodGroupRunningCount(queueName string, count int32)
- func UpdateQueuePodGroupUnknownCount(queueName string, count int32)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteQueueMetrics ¶
func DeleteQueueMetrics(queueName string)
DeleteQueueMetrics delete all metrics related to the queue
func UpdateQueueMetrics ¶
func UpdateQueueMetrics(queueName string, queueStatus *v1beta1.QueueStatus)
func UpdateQueuePodGroupCompletedCount ¶
UpdateQueuePodGroupCompletedCount records the number of Completed PodGroup in this queue
func UpdateQueuePodGroupInqueueCount ¶
UpdateQueuePodGroupInqueueCount records the number of Inqueue PodGroup in this queue
func UpdateQueuePodGroupPendingCount ¶
UpdateQueuePodGroupPendingCount records the number of Pending PodGroup in this queue
func UpdateQueuePodGroupRunningCount ¶
UpdateQueuePodGroupRunningCount records the number of Running PodGroup in this queue
func UpdateQueuePodGroupUnknownCount ¶
UpdateQueuePodGroupUnknownCount records the number of Unknown PodGroup in this queue
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.