Remove code reference

Remove reference in favor of https://github.com/kubernetes/website/issues/23889
pull/26018/head
Charly Rippenkroeger 2021-01-11 11:57:32 -06:00 committed by GitHub
parent e72ec8fbd0
commit 7347a9d008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -475,8 +475,6 @@ contexts:
name: webhook name: webhook
``` ```
Refer to [Cluster Struct](https://github.com/kubernetes/kubernetes/blob/2b8cac754c88900ea3ad91d6c3f0997b602a3051/staging/src/k8s.io/client-go/tools/clientcmd/api/v1/types.go#L63) for more configuration options.
When a client attempts to authenticate with the API server using a bearer token as discussed [above](#putting-a-bearer-token-in-a-request), When a client attempts to authenticate with the API server using a bearer token as discussed [above](#putting-a-bearer-token-in-a-request),
the authentication webhook POSTs a JSON-serialized `TokenReview` object containing the token to the remote service. the authentication webhook POSTs a JSON-serialized `TokenReview` object containing the token to the remote service.