mechanical repercussions
This commit is contained in:
parent
6687ea314a
commit
2284cd2bb7
|
|
@ -16,4 +16,4 @@ limitations under the License.
|
||||||
|
|
||||||
// Package x509 provides a request authenticator that validates and
|
// Package x509 provides a request authenticator that validates and
|
||||||
// extracts user information from client certificates
|
// 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"
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ limitations under the License.
|
||||||
|
|
||||||
// Package httplog contains a helper object and functions to maintain a log
|
// Package httplog contains a helper object and functions to maintain a log
|
||||||
// along with an http response.
|
// along with an http response.
|
||||||
package httplog // import "k8s.io/kubernetes/pkg/httplog"
|
package httplog // import "k8s.io/apiserver/pkg/httplog"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue