Skip to content

Commit 4d3c856

Browse files
committed
fix: revert 'legacy' and 'DEPRECATED' in origin AdmissionPluginConfig
1 parent c12bd72 commit 4d3c856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/server/api/types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1333,8 +1333,8 @@ type LDAPQuery struct {
13331333
}
13341334

13351335
type AdmissionPluginConfig struct {
1336-
// Location is the path to a legacy configuration file that contains the plugin's
1337-
// configuration. DEPRECATED.
1336+
// Location is the path to a configuration file that contains the plugin's
1337+
// configuration.
13381338
Location string
13391339

13401340
// Configuration is an embedded configuration object to be used as the plugin's

0 commit comments

Comments
 (0)