All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.schedulerx.worker.service.SyncK8sTaskService Maven / Gradle / Ivy

There is a newer version: 1.12.0
Show newest version
package com.alibaba.schedulerx.worker.service;

import com.alibaba.schedulerx.protocol.Server;

/**
 * @Auther: tangtao
 * @Date: 2022/9/19 14:38
 * @Description:同步k8s脚本任务
 */
public abstract class SyncK8sTaskService {

    /**
     * 同步k8s job 任务
     *
     * @return
     */
    public abstract Server.ServerSyncK8sJobResponse syncK8sJob(Server.ServerSyncK8sJobRequest request);

    /**
     * 同步 k8s cronjob 任务
     *
     * @return
     */
    public abstract Server.ServerSyncK8sCronJobResponse syncK8sCronJob(Server.ServerSyncK8sCronJobRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy