Skip to content

Commit

Permalink
build(ci): generate fabric8 models for version 0.1.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed Jan 2, 2024
1 parent 87b1455 commit 80939b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.roboscale.robot</groupId>
<artifactId>external-fabric8-models</artifactId>
<version>0.1.0-alpha.3</version>
<version>0.1.0-alpha.4</version>
<name>external-fabric8-models</name>
<url>https://robolaunch.io</url>
<properties>
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> implements io.fabric8.kubernetes.api.model.Namespaced {
public class ListenerClass extends io.fabric8.kubernetes.client.CustomResource<tech.stackable.listeners.v1alpha1.ListenerClassSpec, java.lang.Void> {
}

0 comments on commit 80939b6

Please sign in to comment.