mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-22 14:48:29 -04:00
Automatic merge from submit-queue pkg/genericapiserver/options: don't import pkg/apiserver Refactor the authorization options for the API server so pkg/apiserver isn't directly imported by the options package. Closes #28544 cc @smarterclayton @madhusudancs, @nikhiljindal I've updated `federation/cmd/federation-apiserver/app/server.go` to include the RBAC options with this change. I don't know if this was intentionally left out in the first place but would like your feedback. |
||
|---|---|---|
| .. | ||
| authorizer | ||
| openapi | ||
| options | ||
| validation | ||
| default_storage_factory_builder.go | ||
| default_storage_factory_builder_test.go | ||
| doc.go | ||
| genericapiserver.go | ||
| genericapiserver_test.go | ||
| OWNERS | ||
| resource_config.go | ||
| resource_config_test.go | ||
| resource_encoding_config.go | ||
| server_run_options_test.go | ||
| storage_factory.go | ||
| storage_factory_test.go | ||
| tunneler.go | ||
| tunneler_test.go | ||