Renaming api/errors/etcd to api/errors/storage as it no longer

has any etcd specific dependencies.  Reference issue #17546
This commit is contained in:
Timothy St. Clair
2016-03-15 20:23:47 -05:00
parent 4b3e2b57ac
commit d3da93c174
8 changed files with 29 additions and 29 deletions

View File

@@ -15,4 +15,4 @@ limitations under the License.
*/
// Package etcd provides conversion of etcd errors to API errors.
package etcd
package storage

View File

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