diff --git a/api/v1alpha1/authorization_types.go b/api/v1alpha1/authorization_types.go index 774b4260f75..b81b5d4fa54 100644 --- a/api/v1alpha1/authorization_types.go +++ b/api/v1alpha1/authorization_types.go @@ -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"`