@KubernetesApplication
public class MyApp {
@KubernetesDeployment
public static void main(String[] args) {
}
}
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>dekorate-annotations</artifactId>
<version>0.15.0</version>
<scope>provided</scope>
</dependency>
<plugin>
<groupId>io.dekorate</groupId>
<artifactId>dekorate-maven-plugin</artifactId>
<version>0.15.0</version>
<executions>
<execution>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>