Skip to content

Commit

Permalink
refactor(package): add config sources
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Jan 2, 2024
1 parent 4fc1ada commit 87b1455
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
</goals>
</execution>
</executions>
<configuration>
<source>src/main/java/tech/stackable/kafka/v1alpha1</source>
<source>src/main/java/tech/stackable/listeners/v1alpha1</source>
<source>src/main/java/tech/stackable/nifi/v1alpha1</source>
<source>src/main/java/tech/stackable/opa/v1alpha1</source>
<source>src/main/java/tech/stackable/s3/v1alpha1</source>
<source>src/main/java/tech/stackable/secrets/v1alpha1</source>
<source>src/main/java/tech/stackable/superset/v1alpha1</source>
<source>src/main/java/tech/stackable/zookeeper/v1alpha1</source>
</configuration>
</plugin>
</plugins>
<pluginManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
@io.fabric8.kubernetes.model.annotation.Singular("listenerclass")
@io.fabric8.kubernetes.model.annotation.Plural("listenerclasses")
@javax.annotation.processing.Generated("io.fabric8.java.generator.CRGeneratorRunner")
public class ListenerClass extends io.fabric8.kubernetes.client.CustomResource<tech.stackable.listeners.v1alpha1.ListenerClassSpec, java.lang.Void> {
public class ListenerClass extends io.fabric8.kubernetes.client.CustomResource<tech.stackable.listeners.v1alpha1.ListenerClassSpec, java.lang.Void> implements io.fabric8.kubernetes.api.model.Namespaced {
}

0 comments on commit 87b1455

Please sign in to comment.