Skip to content

Commit

Permalink
chore(deps): update fabric8-kubernetes-client monorepo to v6.9.2 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 4ab7d71 commit 634b852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import io.fabric8.kubernetes.api.model.Quantity;
import io.fabric8.kubernetes.api.model.ResourceQuota;
import io.fabric8.kubernetes.api.model.ResourceQuotaBuilder;
import io.fabric8.kubernetes.api.model.ResourceQuotaFluent;
import io.fabric8.kubernetes.api.model.rbac.RoleBinding;
import io.fabric8.kubernetes.api.model.rbac.RoleBindingBuilder;
import io.fabric8.kubernetes.api.model.rbac.SubjectBuilder;
Expand Down Expand Up @@ -183,8 +182,7 @@ private void applyQuotas(
return;
}

final ResourceQuotaFluent.SpecNested<ResourceQuotaBuilder> resourceQuotaBuilderSpecNested =
resourceQuotaBuilder.withNewSpec();
var resourceQuotaBuilderSpecNested = resourceQuotaBuilder.withNewSpec();
quotasToApply.entrySet().stream()
.filter(e -> e.getValue() != null)
.forEach(
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

</distributionManagement>
<properties>
<fabric8io.version>6.7.1</fabric8io.version>
<fabric8io.version>6.9.2</fabric8io.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>
Expand Down

0 comments on commit 634b852

Please sign in to comment.