Interface KafkaMirrorMaker2StatusFluent<A extends KafkaMirrorMaker2StatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,KafkaConnectStatusFluent<A>,StatusFluent<A>
- All Known Subinterfaces:
KafkaMirrorMaker2Fluent.StatusNested<N>
- All Known Implementing Classes:
KafkaMirrorMaker2FluentImpl.StatusNestedImpl,KafkaMirrorMaker2StatusBuilder,KafkaMirrorMaker2StatusFluentImpl
public interface KafkaMirrorMaker2StatusFluent<A extends KafkaMirrorMaker2StatusFluent<A>> extends KafkaConnectStatusFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.status.KafkaConnectStatusFluent
KafkaConnectStatusFluent.ConnectorPluginsNested<N>
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.status.StatusFluent
StatusFluent.ConditionsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddAllToConnectors(Collection<Map<String,Object>> items)AaddToConnectors(int index, Map<String,Object> item)AaddToConnectors(Map<String,Object>... items)Map<String,Object>getConnector(int index)List<Map<String,Object>>getConnectors()Map<String,Object>getFirstConnector()Map<String,Object>getLastConnector()Map<String,Object>getMatchingConnector(Predicate<Map<String,Object>> predicate)BooleanhasConnectors()BooleanhasMatchingConnector(Predicate<Map<String,Object>> predicate)AremoveAllFromConnectors(Collection<Map<String,Object>> items)AremoveFromConnectors(Map<String,Object>... items)AsetToConnectors(int index, Map<String,Object> item)<K,V>
AwithConnectors(List<Map<String,Object>> connectors)AwithConnectors(Map<String,Object>... connectors)-
Methods inherited from interface io.strimzi.api.kafka.model.status.KafkaConnectStatusFluent
addAllToConnectorPlugins, addNewConnectorPlugin, addNewConnectorPluginLike, addToConnectorPlugins, addToConnectorPlugins, buildConnectorPlugin, buildConnectorPlugins, buildFirstConnectorPlugin, buildLastConnectorPlugin, buildMatchingConnectorPlugin, editConnectorPlugin, editFirstConnectorPlugin, editLastConnectorPlugin, editMatchingConnectorPlugin, getConnectorPlugins, getLabelSelector, getReplicas, getUrl, hasConnectorPlugins, hasLabelSelector, hasMatchingConnectorPlugin, hasReplicas, hasUrl, removeAllFromConnectorPlugins, removeFromConnectorPlugins, removeMatchingFromConnectorPlugins, setNewConnectorPluginLike, setToConnectorPlugins, withConnectorPlugins, withConnectorPlugins, withLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewUrl, withNewUrl, withNewUrl, withNewUrl, withNewUrl, withNewUrl, withNewUrl, withNewUrl, withNewUrl, withNewUrl, withReplicas, withUrl
-
Methods inherited from interface io.strimzi.api.kafka.model.status.StatusFluent
addAllToConditions, addNewCondition, addNewConditionLike, addToConditions, addToConditions, buildCondition, buildConditions, buildFirstCondition, buildLastCondition, buildMatchingCondition, editCondition, editFirstCondition, editLastCondition, editMatchingCondition, getConditions, getObservedGeneration, hasConditions, hasMatchingCondition, hasObservedGeneration, removeAllFromConditions, removeFromConditions, removeMatchingFromConditions, setNewConditionLike, setToConditions, withConditions, withConditions, withObservedGeneration
-
-
-
-
Method Detail
-
addAllToConnectors
A addAllToConnectors(Collection<Map<String,Object>> items)
-
removeAllFromConnectors
A removeAllFromConnectors(Collection<Map<String,Object>> items)
-
getMatchingConnector
Map<String,Object> getMatchingConnector(Predicate<Map<String,Object>> predicate)
-
hasConnectors
Boolean hasConnectors()
-
-