com.bybutter.sisyphus.k8s
所有者: ButterCam
在Kubernetes集群上部署和调试Docker镜像。
来源: https://github.com/ButterCam/sisyphus
使用插件DSL
plugins {
id("com.bybutter.sisyphus.k8s") version "2.1.0"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.bybutter.sisyphus.tools:sisyphus-k8s-gradle-plugin:2.1.0")
}
}
apply(plugin = "com.bybutter.sisyphus.k8s")