Interface PluginFluent.OtherArtifactArtifactsNested<N>
-
- All Superinterfaces:
DownloadableArtifactFluent<PluginFluent.OtherArtifactArtifactsNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<PluginFluent.OtherArtifactArtifactsNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>,OtherArtifactFluent<PluginFluent.OtherArtifactArtifactsNested<N>>
- All Known Implementing Classes:
PluginFluentImpl.OtherArtifactArtifactsNestedImpl
- Enclosing interface:
- PluginFluent<A extends PluginFluent<A>>
public static interface PluginFluent.OtherArtifactArtifactsNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, OtherArtifactFluent<PluginFluent.OtherArtifactArtifactsNested<N>>
Other artifact represents an artifact of assorted types. Users can specify a name of the file under which it will be stored in the container image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendOtherArtifactArtifact()-
Methods inherited from interface io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluent
getInsecure, getSha512sum, getUrl, hasInsecure, hasSha512sum, hasUrl, withInsecure, withNewSha512sum, withNewUrl, withSha512sum, withUrl
-
Methods inherited from interface io.strimzi.api.kafka.model.connect.build.OtherArtifactFluent
getFileName, hasFileName, withFileName, withNewFileName
-
-