use same name for package than the folder

Kubernetes-commit: aa7d0b00944958c9898bace86f5bc77cdcba24c9
This commit is contained in:
Antonio Ojea 2024-10-16 10:38:57 +00:00 committed by Kubernetes Publisher
parent 4bece4d457
commit 81796a85a6
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"