Interface KafkaTopicStatusFluent<A extends KafkaTopicStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,StatusFluent<A>
- All Known Subinterfaces:
KafkaTopicFluent.StatusNested<N>
- All Known Implementing Classes:
KafkaTopicFluentImpl.StatusNestedImpl,KafkaTopicStatusBuilder,KafkaTopicStatusFluentImpl
public interface KafkaTopicStatusFluent<A extends KafkaTopicStatusFluent<A>> extends StatusFluent<A>
Represents a status of the KafkaTopic resource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.status.StatusFluent
StatusFluent.ConditionsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetTopicName()BooleanhasTopicName()AwithNewTopicName(String original)Deprecated.AwithTopicName(String topicName)-
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
-
-