We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c652aff commit b7df10aCopy full SHA for b7df10a
sample-operators/leader-election/src/test/java/io/javaoperatorsdk/operator/sample/LeaderElectionE2E.java
@@ -165,7 +165,7 @@ void applyCRD() {
165
166
void applyResources(String path) {
167
try {
168
- List<HasMetadata> resources = client.load(new FileInputStream(path)).get();
+ List<HasMetadata> resources = client.load(new FileInputStream(path)).items();
169
resources.forEach(hm -> {
170
hm.getMetadata().setNamespace(namespace);
171
if (hm.getKind().toLowerCase(Locale.ROOT).equals("clusterrolebinding")) {
0 commit comments