-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to josdk v5.0.0-beta1 and fabric8-client v7.0.0 and rel…
…ated fixes (#191) * chore: update to josdk v5.0.0-beta1 and fabric8 kubernetes-client v7.0.0 and related fixes * fix: apply spotless plugin to reformat code * fix: remove dependency jetbrains-annotations from pom files * fix: remove unnecessary jetbrain-annotation from CRDApplier.java
- Loading branch information
Showing
8 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../src/test/java/io/javaoperatorsdk/operator/springboot/starter/model/TestResourceList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package io.javaoperatorsdk.operator.springboot.starter.model; | ||
|
||
import io.fabric8.kubernetes.client.CustomResourceList; | ||
import io.fabric8.kubernetes.api.model.DefaultKubernetesResourceList; | ||
|
||
public class TestResourceList extends CustomResourceList<TestResource> { | ||
public class TestResourceList extends DefaultKubernetesResourceList<TestResource> { | ||
} |