Package io.debezium.operator.api.model
Interface DebeziumServerSpecFluent<A extends DebeziumServerSpecFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
DebeziumServerFluent.SpecNested<N>
- All Known Implementing Classes:
DebeziumServerFluentImpl.SpecNestedImpl,DebeziumServerSpecBuilder,DebeziumServerSpecFluentImpl
public interface DebeziumServerSpecFluent<A extends DebeziumServerSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddToPredicates(String key, Predicate value) addToPredicates(Map<String, Predicate> map) addToTransforms(int index, Transformation item) addToTransforms(Transformation... items) getImage()getMatchingTransform(Predicate<Transformation> predicate) getSink()getTransform(int index) hasImage()hasMatchingTransform(Predicate<Transformation> predicate) hasSink()removeFromTransforms(Transformation... items) setToTransforms(int index, Transformation item) withFormat(Format format) <K,V> A withPredicates(Map<String, Predicate> predicates) withQuarkus(Quarkus quarkus) withRuntime(Runtime runtime) withSource(Source source) withStorage(Storage storage) withTransforms(Transformation... transforms) withTransforms(List<Transformation> transforms) withVersion(String version)
-
Method Details
-
getImage
String getImage() -
withImage
-
hasImage
Boolean hasImage() -
getVersion
String getVersion() -
withVersion
-
hasVersion
Boolean hasVersion() -
getStorage
Storage getStorage() -
withStorage
-
hasStorage
Boolean hasStorage() -
getSink
Sink getSink() -
withSink
-
hasSink
Boolean hasSink() -
getSource
Source getSource() -
withSource
-
hasSource
Boolean hasSource() -
getFormat
Format getFormat() -
withFormat
-
hasFormat
Boolean hasFormat() -
getQuarkus
Quarkus getQuarkus() -
withQuarkus
-
hasQuarkus
Boolean hasQuarkus() -
getRuntime
Runtime getRuntime() -
withRuntime
-
hasRuntime
Boolean hasRuntime() -
addToTransforms
-
setToTransforms
-
addToTransforms
-
addAllToTransforms
-
removeFromTransforms
-
removeAllFromTransforms
-
getTransforms
List<Transformation> getTransforms() -
getTransform
-
getFirstTransform
Transformation getFirstTransform() -
getLastTransform
Transformation getLastTransform() -
getMatchingTransform
-
hasMatchingTransform
-
withTransforms
-
withTransforms
-
hasTransforms
Boolean hasTransforms() -
addToPredicates
-
addToPredicates
-
removeFromPredicates
-
removeFromPredicates
-
getPredicates
-
withPredicates
-
hasPredicates
Boolean hasPredicates()
-