Interface TgzArtifactFluent<A extends TgzArtifactFluent<A>>
-
- All Superinterfaces:
DownloadableArtifactFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PluginFluent.TgzArtifactArtifactsNested<N>
- All Known Implementing Classes:
PluginFluentImpl.TgzArtifactArtifactsNestedImpl,TgzArtifactBuilder,TgzArtifactFluentImpl
public interface TgzArtifactFluent<A extends TgzArtifactFluent<A>> extends DownloadableArtifactFluent<A>
TGZ artifact represents an artifact which is downloaded and unpacked using TAR (with GZIP decompression)
-
-
Method Summary
-
Methods inherited from interface io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluent
getInsecure, getSha512sum, getUrl, hasInsecure, hasSha512sum, hasUrl, withInsecure, withNewSha512sum, withNewUrl, withSha512sum, withUrl
-
-