Packages

package v1alpha1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class SelfSubjectReview(metadata: Option[ObjectMeta] = None, status: Option[SelfSubjectReviewStatus] = None) extends KObject with Product with Serializable

    SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.

    SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated.

  2. final case class SelfSubjectReviewStatus(userInfo: Option[UserInfo] = None) extends Product with Serializable

    SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.

Ungrouped