Class KafkaNodePoolStatusFluent<A extends KafkaNodePoolStatusFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.StatusFluent<A>
io.strimzi.api.kafka.model.nodepool.KafkaNodePoolStatusFluent<A>
- Direct Known Subclasses:
KafkaNodePoolFluent.StatusNested,KafkaNodePoolStatusBuilder
public class KafkaNodePoolStatusFluent<A extends KafkaNodePoolStatusFluent<A>>
extends StatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.kafka.StatusFluent
StatusFluent.ConditionsNested<N> -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllToNodeIds(Collection<Integer> items) addAllToRoles(Collection<ProcessRoles> items) addToNodeIds(int index, Integer item) addToNodeIds(Integer... items) addToRoles(int index, ProcessRoles item) addToRoles(ProcessRoles... items) booleangetMatchingNodeId(Predicate<Integer> predicate) getMatchingRole(Predicate<ProcessRoles> predicate) getNodeId(int index) intgetRole(int index) getRoles()booleaninthashCode()booleanbooleanhasMatchingNodeId(Predicate<Integer> predicate) booleanhasMatchingRole(Predicate<ProcessRoles> predicate) booleanbooleanbooleanhasRoles()removeAllFromNodeIds(Collection<Integer> items) removeAllFromRoles(Collection<ProcessRoles> items) removeFromNodeIds(Integer... items) removeFromRoles(ProcessRoles... items) setToNodeIds(int index, Integer item) setToRoles(int index, ProcessRoles item) toString()withClusterId(String clusterId) withLabelSelector(String labelSelector) withNodeIds(Integer... nodeIds) withNodeIds(List<Integer> nodeIds) withReplicas(int replicas) withRoles(ProcessRoles... roles) withRoles(List<ProcessRoles> roles) Methods inherited from class io.strimzi.api.kafka.model.kafka.StatusFluent
addAllToConditions, addNewCondition, addNewConditionLike, addToConditions, addToConditions, buildCondition, buildConditions, buildFirstCondition, buildLastCondition, buildMatchingCondition, editCondition, editFirstCondition, editLastCondition, editMatchingCondition, getObservedGeneration, hasConditions, hasMatchingCondition, hasObservedGeneration, removeAllFromConditions, removeFromConditions, removeMatchingFromConditions, setNewConditionLike, setToConditions, withConditions, withConditions, withObservedGenerationMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaNodePoolStatusFluent
public KafkaNodePoolStatusFluent() -
KafkaNodePoolStatusFluent
-
-
Method Details
-
addToNodeIds
-
setToNodeIds
-
addToNodeIds
-
addAllToNodeIds
-
removeFromNodeIds
-
removeAllFromNodeIds
-
getNodeIds
-
getNodeId
-
getFirstNodeId
-
getLastNodeId
-
getMatchingNodeId
-
hasMatchingNodeId
-
withNodeIds
-
withNodeIds
-
hasNodeIds
public boolean hasNodeIds() -
getClusterId
-
withClusterId
-
hasClusterId
public boolean hasClusterId() -
addToRoles
-
setToRoles
-
addToRoles
-
addAllToRoles
-
removeFromRoles
-
removeAllFromRoles
-
getRoles
-
getRole
-
getFirstRole
-
getLastRole
-
getMatchingRole
-
hasMatchingRole
-
withRoles
-
withRoles
-
hasRoles
public boolean hasRoles() -
getReplicas
public int getReplicas() -
withReplicas
-
hasReplicas
public boolean hasReplicas() -
getLabelSelector
-
withLabelSelector
-
hasLabelSelector
public boolean hasLabelSelector() -
equals
- Overrides:
equalsin classStatusFluent<A extends KafkaNodePoolStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classStatusFluent<A extends KafkaNodePoolStatusFluent<A>>
-
toString
- Overrides:
toStringin classStatusFluent<A extends KafkaNodePoolStatusFluent<A>>
-