de.joshuagleitze.kubernetes
Owner: Joshua Gleitze
Allows declaring kubernetes clusters so other plugins can deploy to them.
https://github.com/jGleitz/gradle-kubernetes
Sources: https://github.com/jGleitz/gradle-kubernetes
Version 1.0.0 (latest)
1.0.0
Created 22 August 2021.
Allows declaring kubernetes clusters so other plugins can deploy to them.
Add this plugin to your build using the plugins DSL:
plugins {
id("de.joshuagleitze.kubernetes") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.joshuagleitze.gradle.k8s:kubernetes:1.0.0") } } apply(plugin = "de.joshuagleitze.kubernetes")
- Applying plugins to all subprojects .