Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheJobService ¶
type CacheJobService struct {
// contains filtered or unexported fields
}
func (*CacheJobService) ListAllBatchJobs ¶
func (c *CacheJobService) ListAllBatchJobs(ctx *gin.Context) (*ListJobResult, error)
func (*CacheJobService) SetupWithManager ¶
func (c *CacheJobService) SetupWithManager(mgr manager.Manager) error
type JobService ¶
type JobService interface {
ListAllBatchJobs(ctx *gin.Context) (*ListJobResult, error)
}
func NewJobService ¶
func NewJobService(client client.Client, enableManager bool) JobService
Click to show internal directories.
Click to hide internal directories.