Added Group controller (#8)

This commit is contained in:
2025-03-22 04:43:57 +01:00
parent 10354ee11a
commit 5a254164cf
3 changed files with 30 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ use kube::{Resource, ResourceExt};
use crate::lldap::LldapConfig;
#[derive(Clone)]
pub struct Context {
pub client: kube::Client,
pub lldap_config: LldapConfig,