We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4388804 commit f9b63d8Copy full SHA for f9b63d8
1 file changed
api/v1alpha1/vspherevalidator_types.go
@@ -131,12 +131,12 @@ type PrivilegeValidationRule struct {
131
132
var _ validationrule.Interface = (*PrivilegeValidationRule)(nil)
133
134
-// Name returns the name of the EntityPrivilegeValidationRule.
+// Name returns the name of the PrivilegeValidationRule.
135
func (r PrivilegeValidationRule) Name() string {
136
return r.RuleName
137
}
138
139
-// SetName sets the name of the EntityPrivilegeValidationRule.
+// SetName sets the name of the PrivilegeValidationRule.
140
func (r *PrivilegeValidationRule) SetName(name string) {
141
r.RuleName = name
142
0 commit comments