mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
make the resource prefix in etcd configurable for cohabitation
This commit is contained in:
@@ -731,6 +731,7 @@ func (m *Master) GetRESTOptionsOrDie(c *Config, resource unversioned.GroupResour
|
||||
Storage: storage,
|
||||
Decorator: m.StorageDecorator(),
|
||||
DeleteCollectionWorkers: m.deleteCollectionWorkers,
|
||||
ResourcePrefix: c.StorageFactory.ResourcePrefix(resource),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user