Skip to content

Commit

Permalink
Fix Crds.kafkaTopic to include status subresource (#10906)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Dec 4, 2024
1 parent 3a91777 commit c777f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/main/java/io/strimzi/api/kafka/Crds.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ private static CustomResourceDefinition crd(Class<? extends CustomResource> cls)
kind = KafkaTopic.RESOURCE_KIND;
listKind = KafkaTopic.RESOURCE_LIST_KIND;
versions = KafkaTopic.VERSIONS;
status = new CustomResourceSubresourceStatus();
} else if (cls.equals(KafkaUser.class)) {
scope = KafkaUser.SCOPE;
plural = KafkaUser.RESOURCE_PLURAL;
Expand Down

0 comments on commit c777f86

Please sign in to comment.