Skip to content

Commit e15d5b9

Browse files
authored
Merge pull request kubernetes#128122 from aojea/storage_error
use same name for package than the folder
2 parents 1d8828c + aa7d0b0 commit e15d5b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

staging/src/k8s.io/apiserver/pkg/storage/errors/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ limitations under the License.
1515
*/
1616

1717
// Package storage provides conversion of storage errors to API errors.
18-
package storage // import "k8s.io/apiserver/pkg/storage/errors"
18+
package errors // import "k8s.io/apiserver/pkg/storage/errors"

staging/src/k8s.io/apiserver/pkg/storage/errors/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package storage
17+
package errors
1818

1919
import (
2020
"k8s.io/apimachinery/pkg/api/errors"

0 commit comments

Comments
 (0)