Class KafkaNodePoolSpecFluent<A extends KafkaNodePoolSpecFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.SpecFluent<A>
io.strimzi.api.kafka.model.nodepool.KafkaNodePoolSpecFluent<A>
- Direct Known Subclasses:
KafkaNodePoolFluent.SpecNested,KafkaNodePoolSpecBuilder
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclass -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllToRoles(Collection<ProcessRoles> items) addToRoles(int index, ProcessRoles item) addToRoles(ProcessRoles... items) booleangetMatchingRole(Predicate<ProcessRoles> predicate) intio.fabric8.kubernetes.api.model.ResourceRequirementsgetRole(int index) getRoles()inthashCode()booleanbooleanhasMatchingRole(Predicate<ProcessRoles> predicate) booleanbooleanbooleanhasRoles()booleanbooleanremoveAllFromRoles(Collection<ProcessRoles> items) removeFromRoles(ProcessRoles... items) setToRoles(int index, ProcessRoles item) toString()withJvmOptions(JvmOptions jvmOptions) withReplicas(int replicas) withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) withRoles(ProcessRoles... roles) withRoles(List<ProcessRoles> roles) withStorage(Storage storage) withTemplate(KafkaNodePoolTemplate template) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaNodePoolSpecFluent
public KafkaNodePoolSpecFluent() -
KafkaNodePoolSpecFluent
-
-
Method Details
-
getReplicas
public int getReplicas() -
withReplicas
-
hasReplicas
public boolean hasReplicas() -
buildStorage
-
withStorage
-
hasStorage
public boolean hasStorage() -
withNewEphemeralStorage
-
withNewEphemeralStorageLike
public KafkaNodePoolSpecFluent<A>.EphemeralStorageNested<A> withNewEphemeralStorageLike(EphemeralStorage item) -
withNewPersistentClaimStorage
-
withNewPersistentClaimStorageLike
public KafkaNodePoolSpecFluent<A>.PersistentClaimStorageNested<A> withNewPersistentClaimStorageLike(PersistentClaimStorage item) -
withNewJbodStorage
-
withNewJbodStorageLike
-
addToRoles
-
setToRoles
-
addToRoles
-
addAllToRoles
-
removeFromRoles
-
removeAllFromRoles
-
getRoles
-
getRole
-
getFirstRole
-
getLastRole
-
getMatchingRole
-
hasMatchingRole
-
withRoles
-
withRoles
-
hasRoles
public boolean hasRoles() -
getResources
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources() -
withResources
-
hasResources
public boolean hasResources() -
buildJvmOptions
-
withJvmOptions
-
hasJvmOptions
public boolean hasJvmOptions() -
withNewJvmOptions
-
withNewJvmOptionsLike
-
editJvmOptions
-
editOrNewJvmOptions
-
editOrNewJvmOptionsLike
-
buildTemplate
-
withTemplate
-
hasTemplate
public boolean hasTemplate() -
withNewTemplate
-
withNewTemplateLike
-
editTemplate
-
editOrNewTemplate
-
editOrNewTemplateLike
public KafkaNodePoolSpecFluent<A>.TemplateNested<A> editOrNewTemplateLike(KafkaNodePoolTemplate item) -
equals
- Overrides:
equalsin classSpecFluent<A extends KafkaNodePoolSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecFluent<A extends KafkaNodePoolSpecFluent<A>>
-
toString
- Overrides:
toStringin classSpecFluent<A extends KafkaNodePoolSpecFluent<A>>
-