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

com.github.shoothzj.sdk.kubectl.api.IScale Maven / Gradle / Ivy

There is a newer version: 3.0.31.RELEASE
Show newest version
package com.github.shoothzj.sdk.kubectl.api;

/**
 * @author hezhangjian
 */
public interface IScale {

    void createScaleHorizontal(String scaleName, String deployName, int cpuPercent, int min, int max) throws Exception;

    void deleteScaleHorizontal(String scaleName) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy