Packages

package v1beta1

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. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.

  2. final case class SelfSubjectReviewPointer(currentPath: PointerPath = PointerPath()) extends Pointer[SelfSubjectReview] with Product with Serializable

    Pointer for SelfSubjectReview

  3. 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.

  4. final case class SelfSubjectReviewStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[SelfSubjectReviewStatus] with Product with Serializable

    Pointer for SelfSubjectReviewStatus

Ungrouped