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>
-
-
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 Modifier and Type Method Description StringgetSecret()StringgetUsername()BooleanhasSecret()BooleanhasUsername()AwithNewSecret(byte[] arg1)AwithNewSecret(byte[] arg1, int arg2)AwithNewSecret(byte[] arg1, int arg2, int arg3)AwithNewSecret(byte[] arg1, int arg2, int arg3, int arg4)AwithNewSecret(char[] arg1)AwithNewSecret(char[] arg1, int arg2, int arg3)AwithNewSecret(int[] arg1, int arg2, int arg3)AwithNewSecret(String arg1)AwithNewSecret(StringBuffer arg1)AwithNewSecret(StringBuilder arg1)AwithNewUsername(byte[] arg1)AwithNewUsername(byte[] arg1, int arg2)AwithNewUsername(byte[] arg1, int arg2, int arg3)AwithNewUsername(byte[] arg1, int arg2, int arg3, int arg4)AwithNewUsername(char[] arg1)AwithNewUsername(char[] arg1, int arg2, int arg3)AwithNewUsername(int[] arg1, int arg2, int arg3)AwithNewUsername(String arg1)AwithNewUsername(StringBuffer arg1)AwithNewUsername(StringBuilder arg1)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
A withNewUsername(StringBuilder arg1)
-
withNewUsername
A withNewUsername(int[] arg1, int arg2, int arg3)
-
withNewUsername
A withNewUsername(char[] arg1)
-
withNewUsername
A withNewUsername(StringBuffer arg1)
-
withNewUsername
A withNewUsername(byte[] arg1, int arg2)
-
withNewUsername
A withNewUsername(byte[] arg1)
-
withNewUsername
A withNewUsername(char[] arg1, int arg2, int arg3)
-
withNewUsername
A withNewUsername(byte[] arg1, int arg2, int arg3)
-
withNewUsername
A withNewUsername(byte[] arg1, int arg2, int arg3, int arg4)
-
getSecret
String getSecret()
-
hasSecret
Boolean hasSecret()
-
withNewSecret
A withNewSecret(StringBuilder arg1)
-
withNewSecret
A withNewSecret(int[] arg1, int arg2, int arg3)
-
withNewSecret
A withNewSecret(char[] arg1)
-
withNewSecret
A withNewSecret(StringBuffer arg1)
-
withNewSecret
A withNewSecret(byte[] arg1, int arg2)
-
withNewSecret
A withNewSecret(byte[] arg1)
-
withNewSecret
A withNewSecret(char[] arg1, int arg2, int arg3)
-
withNewSecret
A withNewSecret(byte[] arg1, int arg2, int arg3)
-
withNewSecret
A withNewSecret(byte[] arg1, int arg2, int arg3, int arg4)
-
-