package k8s.io.api.authentication.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ExtraValue

generated.proto:34

ExtraValue masks the value so protobuf can generate +protobuf.nullable=true +protobuf.options.(gogoproto.goproto_stringer)=false

items, if empty, will result in an empty slice

Used in: UserInfo

message TokenReview

generated.proto:43

TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.

message TokenReviewSpec

generated.proto:58

TokenReviewSpec is a description of the token authentication request.

Used in: TokenReview

message TokenReviewStatus

generated.proto:73

TokenReviewStatus is the result of the token authentication request.

Used in: TokenReview

message UserInfo

generated.proto:101

UserInfo holds the information about the user needed to implement the user.Info interface.

Used in: TokenReviewStatus