![JAR search and dependency download from the Maven repository](/logo.png)
io.javaoperatorsdk.operator.sample.WebappDoneable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tomcat-sample Show documentation
Show all versions of tomcat-sample Show documentation
Provisions Tomcat Pods and deploys Webapplications in them
package io.javaoperatorsdk.operator.sample;
import io.fabric8.kubernetes.api.builder.Function;
import io.fabric8.kubernetes.client.CustomResourceDoneable;
public class WebappDoneable extends CustomResourceDoneable {
public WebappDoneable(Webapp resource, Function function) {
super(resource,function);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy