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

io.javaoperatorsdk.operator.sample.WebappDoneable Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
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