mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-16 09:18:06 -05:00
The GetDefaultClass() was fixed in scope of this issue: https://github.com/kubernetes/kubernetes/issues/110514 Before this change assignDefaultStorageClass() was ignoring errors from this function since it could mean there are multiple defaults - assign could safely continue and do nothing. This is no longer true because we always choose one from multiple defaults - any errors returned from GetDefaultClass() are real errors and should not be ignored. |
||
|---|---|---|
| .. | ||
| config | ||
| metrics | ||
| options | ||
| testing | ||
| binder_test.go | ||
| delete_test.go | ||
| framework_test.go | ||
| index.go | ||
| index_test.go | ||
| provision_test.go | ||
| pv_controller.go | ||
| pv_controller_base.go | ||
| pv_controller_test.go | ||
| recycle_test.go | ||
| volume_host.go | ||