Interface KafkaMirrorMakerStatusFluent<A extends KafkaMirrorMakerStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,StatusFluent<A>
- All Known Subinterfaces:
KafkaMirrorMakerFluent.StatusNested<N>
- All Known Implementing Classes:
KafkaMirrorMakerFluentImpl.StatusNestedImpl,KafkaMirrorMakerStatusBuilder,KafkaMirrorMakerStatusFluentImpl
public interface KafkaMirrorMakerStatusFluent<A extends KafkaMirrorMakerStatusFluent<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 StringgetLabelSelector()intgetReplicas()BooleanhasLabelSelector()BooleanhasReplicas()AwithLabelSelector(String labelSelector)AwithNewLabelSelector(byte[] arg1)AwithNewLabelSelector(byte[] arg1, int arg2)AwithNewLabelSelector(byte[] arg1, int arg2, int arg3)AwithNewLabelSelector(byte[] arg1, int arg2, int arg3, int arg4)AwithNewLabelSelector(char[] arg1)AwithNewLabelSelector(char[] arg1, int arg2, int arg3)AwithNewLabelSelector(int[] arg1, int arg2, int arg3)AwithNewLabelSelector(String arg1)AwithNewLabelSelector(StringBuffer arg1)AwithNewLabelSelector(StringBuilder arg1)AwithReplicas(int replicas)-
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
-
getReplicas
int getReplicas()
-
withReplicas
A withReplicas(int replicas)
-
hasReplicas
Boolean hasReplicas()
-
getLabelSelector
String getLabelSelector()
-
hasLabelSelector
Boolean hasLabelSelector()
-
withNewLabelSelector
A withNewLabelSelector(StringBuilder arg1)
-
withNewLabelSelector
A withNewLabelSelector(int[] arg1, int arg2, int arg3)
-
withNewLabelSelector
A withNewLabelSelector(char[] arg1)
-
withNewLabelSelector
A withNewLabelSelector(StringBuffer arg1)
-
withNewLabelSelector
A withNewLabelSelector(byte[] arg1, int arg2)
-
withNewLabelSelector
A withNewLabelSelector(byte[] arg1)
-
withNewLabelSelector
A withNewLabelSelector(char[] arg1, int arg2, int arg3)
-
withNewLabelSelector
A withNewLabelSelector(byte[] arg1, int arg2, int arg3)
-
withNewLabelSelector
A withNewLabelSelector(byte[] arg1, int arg2, int arg3, int arg4)
-
-