mirror of
https://github.com/rancher/steve.git
synced 2025-08-31 15:11:31 +00:00
Add apigroups
This commit is contained in:
@@ -56,7 +56,8 @@ func Run(ctx context.Context, cfg Config) error {
|
||||
}
|
||||
|
||||
sf := resources.SchemaFactory(cf,
|
||||
accesscontrol.NewAccessStore(rbac.Rbac().V1()))
|
||||
accesscontrol.NewAccessStore(rbac.Rbac().V1()),
|
||||
k8s)
|
||||
|
||||
schema.Register(ctx,
|
||||
k8s.Discovery(),
|
||||
|
Reference in New Issue
Block a user