Interface V1AuthenticationAPIGroupDSL

    • Method Detail

      • tokenReviews

        InOutCreateable<io.fabric8.kubernetes.api.model.authentication.TokenReview,​io.fabric8.kubernetes.api.model.authentication.TokenReview> tokenReviews()
        API for creating authentication.k8s.io/v1 TokenReviews
        Returns:
        InOutCreateable instance for creating TokenReview object
      • selfSubjectReviews

        InOutCreateable<io.fabric8.kubernetes.api.model.authentication.SelfSubjectReview,​io.fabric8.kubernetes.api.model.authentication.SelfSubjectReview> selfSubjectReviews()
        API for creating authentication.k8s.io/v1 SelfSubjectReview

        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.

        Returns:
        InOutCreateable instance for creating SelfSubjectReview object