Merge pull request #23030 from timothysc/api_etcd_error

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-03-17 03:30:59 -07:00
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"