Package io.fabric8.kubernetes.client
Interface V1AuthenticationAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
public interface V1AuthenticationAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InOutCreateable<io.fabric8.kubernetes.api.model.authentication.SelfSubjectReview,io.fabric8.kubernetes.api.model.authentication.SelfSubjectReview>selfSubjectReviews()API for creating authentication.k8s.io/v1 SelfSubjectReviewInOutCreateable<io.fabric8.kubernetes.api.model.authentication.TokenReview,io.fabric8.kubernetes.api.model.authentication.TokenReview>tokenReviews()API for creating authentication.k8s.io/v1 TokenReviews-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
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 SelfSubjectReviewSelfSubjectReview 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
-
-