mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
use same name for package than the folder
This commit is contained in:
parent
7b802a60bd
commit
aa7d0b0094
@ -15,4 +15,4 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Package storage provides conversion of storage errors to API errors.
|
// Package storage provides conversion of storage errors to API errors.
|
||||||
package storage // import "k8s.io/apiserver/pkg/storage/errors"
|
package errors // import "k8s.io/apiserver/pkg/storage/errors"
|
||||||
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package storage
|
package errors
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"k8s.io/apimachinery/pkg/api/errors"
|
"k8s.io/apimachinery/pkg/api/errors"
|
||||||
|
Loading…
Reference in New Issue
Block a user