Interface KafkaUserStatusFluent<A extends KafkaUserStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,StatusFluent<A>
- All Known Subinterfaces:
KafkaUserFluent.StatusNested<N>
- All Known Implementing Classes:
KafkaUserFluentImpl.StatusNestedImpl,KafkaUserStatusBuilder,KafkaUserStatusFluentImpl
public interface KafkaUserStatusFluent<A extends KafkaUserStatusFluent<A>> extends StatusFluent<A>
Represents a status of the Kafka User 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 StringgetSecret()StringgetUsername()BooleanhasSecret()BooleanhasUsername()AwithNewSecret(String original)Deprecated.AwithNewUsername(String original)Deprecated.AwithSecret(String secret)AwithUsername(String username)-
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
-
getUsername
String getUsername()
-
hasUsername
Boolean hasUsername()
-
withNewUsername
@Deprecated A withNewUsername(String original)
Deprecated.
-
getSecret
String getSecret()
-
hasSecret
Boolean hasSecret()
-
withNewSecret
@Deprecated A withNewSecret(String original)
Deprecated.
-
-