Skip to content

Commit

Permalink
remove name field for now
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 10, 2024
1 parent 3293ec2 commit f84a49c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/v1alpha1/authorization_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ type Authorization struct {
// Rule defines the single authorization rule.
// +notImplementedHide
type Rule struct {
// Name is an uer-friendly name for the rule.
Name string `json:"name"`

// Action defines the action to be taken if the rule matches.
Action RuleActionType `json:"action"`

Expand Down

0 comments on commit f84a49c

Please sign in to comment.