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

@@ -3,6 +3,7 @@ use std::str::from_utf8;
use std::sync::Arc;
use std::time::Duration;
use async_trait::async_trait;
use chrono::{DateTime, Utc};
use k8s_openapi::api::core::v1::Secret;
use k8s_openapi::apimachinery::pkg::apis::meta::v1::OwnerReference;
@@ -76,6 +77,7 @@ fn format_username(name: &str, namespace: &str) -> String {
format!("{name}.{namespace}")
}
#[async_trait]
impl Reconcile for ServiceUser {
async fn reconcile(self: Arc<Self>, ctx: Arc<Context>) -> Result<Action> {
let name = self