Packages

package v1alpha1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

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

Value Members

  1. object SelfSubjectReview extends Serializable
  2. object SelfSubjectReviewStatus extends Serializable

Ungrouped