Merge pull request #128122 from aojea/storage_error

use same name for package than the folder
This commit is contained in:
Kubernetes Prow Robot 2024-10-27 07:34:53 +00:00 committed by GitHub
commit e15d5b9da9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ limitations under the License.
*/
// 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"

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package storage
package errors
import (
"k8s.io/apimachinery/pkg/api/errors"