Skip to main content
Version: 0.11.11 (stable)

Custom Resource Definitions

The fluvio-sys chart installs the CRDs. This chart can be found in the fluvio repo at fluvio/k8-util/helm/fluvio-sys

SPU Group​

Spu Group​
FieldTypeDescription
spec.replicasintegerNumber of replicas
spec.minIdintegerMinimum ID in group
spec.template.spec.rackstringRack name
spec.template.spec.publicEndpoint.portintegerPort of public endpoint
spec.template.spec.publicEndpoint.encryptionstringPLAINTEXT or SSL
spec.template.spec.privateEndpoint.portintegerPort of private endpoint
spec.template.spec.privateEndpoint.encryptionstringPLAINTEXT or SSL
spec.template.spec.replication.inSyncReplicaMinintegerMinimum number of in-sync replicas
spec.template.spec.storage.logDirintegerPath to data directory
spec.template.spec.storage.sizeintegerStorage size
spec.template.spec.env[].nameintegerEnvironment variable name
spec.template.spec.env[].valueintegerEnvironment variable value

SPU​

SPU​
FieldTypeDescription
spec.spuIdstringID of SPU
spec.spuTypestringCustom or Managed
spec.rackstringRack name
spec.publicEndpoint.ingress[].ipstringIP address of public endpoint
spec.publicEndpoint.ingress[].hostnamestringHostname of public endpoint
spec.publicEndpoint.portintegerPort of public endpoint
spec.publicEndpoint.encryptionstringPLAINTEXT or SSL
spec.privateEndpoint.hoststringHostname of private endpoint
spec.privateEndpoint.portintegerPort of private endpoint
spec.privateEndpoint.encryptionstringPLAINTEXT or SSL
status.resolutionstringSPU status

Topic​

Topic​
FieldTypeDescription
spec.typestringType of topic
spec.partitionsintegerPartitions count
spec.replicationFactorintegerReplication count
spec.ignoreRackAssignmentbooleanIgnore rack assignment
spec.customReplicaAssignment[].partition.idintegerPartition ID
spec.customReplicaAssignment[].partition.replicasintegerNumber of replicas
status.resolutionstringTopic status

Partition​

Partition​
FieldTypeDescription
spec.leaderintegerLeader SPU ID
spec.replicas[].itemsintegerFollowers
status.resolutionstringPartition status
status.isBeingDeletedbooleanBeing deleted
status.lsrintegerLive Replicas
status.leader.hwintegerLeader High Watermark
status.leader.leointegerLeader End Offset
status.replicasintegerFollower Offsets