Package io.fabric8.kubernetes.api.model.authentication.v1beta1
-
Class Summary Class Description SelfSubjectReview SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.SelfSubjectReviewBuilder SelfSubjectReviewFluent<A extends SelfSubjectReviewFluent<A>> GeneratedSelfSubjectReviewStatus SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.SelfSubjectReviewStatusBuilder SelfSubjectReviewStatusFluent<A extends SelfSubjectReviewStatusFluent<A>> GeneratedTokenReview TokenReview attempts to authenticate a token to a known user.TokenReviewBuilder TokenReviewFluent<A extends TokenReviewFluent<A>> GeneratedTokenReviewSpec TokenReviewSpec is a description of the token authentication request.TokenReviewSpecBuilder TokenReviewSpecFluent<A extends TokenReviewSpecFluent<A>> GeneratedTokenReviewStatus TokenReviewStatus is the result of the token authentication request.TokenReviewStatusBuilder TokenReviewStatusFluent<A extends TokenReviewStatusFluent<A>> GeneratedUserInfo UserInfo holds the information about the user needed to implement the user.Info interface.UserInfoBuilder UserInfoFluent<A extends UserInfoFluent<A>> Generated