Documentation ¶
Index ¶
- func New(client framework.RuntimeClientInterface) framework.QueueInterface
- type KubeVCQueue
- func (vcq *KubeVCQueue) AddEventListener(ctx context.Context, listenerType string, ...) error
- func (vcq *KubeVCQueue) Create(ctx context.Context, q *api.QueueInfo) error
- func (vcq *KubeVCQueue) Delete(ctx context.Context, q *api.QueueInfo) error
- func (vcq *KubeVCQueue) String(name string) string
- func (vcq *KubeVCQueue) Update(ctx context.Context, q *api.QueueInfo) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(client framework.RuntimeClientInterface) framework.QueueInterface
Types ¶
type KubeVCQueue ¶
type KubeVCQueue struct {
// contains filtered or unexported fields
}
KubeVCQueue is a struct that contains client to operate volcano queue on cluster
func (*KubeVCQueue) AddEventListener ¶
func (vcq *KubeVCQueue) AddEventListener(ctx context.Context, listenerType string, eventQ workqueue.RateLimitingInterface, listener interface{}) error
func (*KubeVCQueue) String ¶
func (vcq *KubeVCQueue) String(name string) string
Click to show internal directories.
Click to hide internal directories.