chore: Update dependencies

This commit is contained in:
2025-12-21 06:19:04 +01:00
parent f98677eb1e
commit 72bb27aae0
13 changed files with 754 additions and 812 deletions

View File

@@ -1,6 +1,7 @@
use std::sync::Arc;
use std::time::Duration;
use async_trait::async_trait;
use kube::CustomResource;
use kube::runtime::controller::Action;
use schemars::JsonSchema;
@@ -19,6 +20,7 @@ use crate::context::{Context, ControllerEvents};
#[serde(rename_all = "camelCase")]
pub struct GroupSpec {}
#[async_trait]
impl Reconcile for Group {
async fn reconcile(self: Arc<Self>, ctx: Arc<Context>) -> Result<Action> {
let name = self