mechanical repercussions

This commit is contained in:
deads2k 2017-01-05 14:47:14 -05:00
parent 6687ea314a
commit 2284cd2bb7
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package x509 provides a request authenticator that validates and
// extracts user information from client certificates
package x509 // import "k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/x509"
package x509 // import "k8s.io/apiserver/pkg/authentication/request/x509"

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package httplog contains a helper object and functions to maintain a log
// along with an http response.
package httplog // import "k8s.io/kubernetes/pkg/httplog"
package httplog // import "k8s.io/apiserver/pkg/httplog"