package k8s.io.api.authentication.v1

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

message BoundObjectReference

generated.proto:32

BoundObjectReference is a reference to an object that a token is bound to.

Used in: TokenRequestSpec

message ExtraValue

generated.proto:53

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 TokenRequest

generated.proto:60

TokenRequest requests a token for a given service account.

message TokenRequestSpec

generated.proto:75

TokenRequestSpec contains client provided parameters of a token request.

Used in: TokenRequest

message TokenRequestStatus

generated.proto:100

TokenRequestStatus is the result of a token request.

Used in: TokenRequest

message TokenReview

generated.proto:111

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:126

TokenReviewSpec is a description of the token authentication request.

Used in: TokenReview

message TokenReviewStatus

generated.proto:141

TokenReviewStatus is the result of the token authentication request.

Used in: TokenReview

message UserInfo

generated.proto:169

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

Used in: admission.v1.AdmissionRequest, admission.v1beta1.AdmissionRequest, TokenReviewStatus