public interface V1AuthenticationAPIGroupDSL extends Client
| Modifier and Type | Method and Description |
|---|---|
InOutCreateable<io.fabric8.kubernetes.api.model.authentication.SelfSubjectReview,io.fabric8.kubernetes.api.model.authentication.SelfSubjectReview> |
selfSubjectReviews()
API for creating authentication.k8s.io/v1 SelfSubjectReview
|
InOutCreateable<io.fabric8.kubernetes.api.model.authentication.TokenReview,io.fabric8.kubernetes.api.model.authentication.TokenReview> |
tokenReviews()
API for creating authentication.k8s.io/v1 TokenReviews
|
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, isAdaptable, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPathInOutCreateable<io.fabric8.kubernetes.api.model.authentication.TokenReview,io.fabric8.kubernetes.api.model.authentication.TokenReview> tokenReviews()
InOutCreateable<io.fabric8.kubernetes.api.model.authentication.SelfSubjectReview,io.fabric8.kubernetes.api.model.authentication.SelfSubjectReview> selfSubjectReviews()
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.
Copyright © 2015–2024 Red Hat. All rights reserved.