strimzi / kafka-access-operator

Operator for sharing access to Strimzi clusters across namespaces
Apache License 2.0
17 stars 15 forks source link

feat: Add Ready status condition to KafkaAccess resource #37

Closed katheris closed 1 year ago

katheris commented 1 year ago

Add "Ready" condition to the KafkaAccess resource. The Condition class used is the Strimzi one and this change enables users to see why their binding has not worked, rather than needing to read the operator logs.