Added print columns
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 9m52s

This commit is contained in:
Dreaded_X 2025-04-18 04:05:16 +02:00
parent 3470d4ca4f
commit 988c475c5e
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -29,7 +29,10 @@ enum AccessPolicy {
)]
#[kube(
shortname = "acl",
doc = "Custom resource for managing authelia access rules"
doc = "Custom resource for managing authelia access rules",
printcolumn = r#"{"name":"Domain", "type":"string", "jsonPath":".spec.domain"}"#,
printcolumn = r#"{"name":"Policy", "type":"string", "jsonPath":".spec.policy"}"#,
printcolumn = r#"{"name":"Subject", "type":"string", "jsonPath":".spec.subject"}"#
)]
#[serde(rename_all = "camelCase")]
pub struct AccessControlRuleSpec {