Added print columns
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 9m52s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 9m52s
This commit is contained in:
parent
3470d4ca4f
commit
988c475c5e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user