Package io.fabric8.kubernetes.client.dsl
Interface V1Alpha1AuthenticationAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
public interface V1Alpha1AuthenticationAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InOutCreateable<io.fabric8.kubernetes.api.model.authentication.v1alpha1.SelfSubjectReview,io.fabric8.kubernetes.api.model.authentication.v1alpha1.SelfSubjectReview>selfSubjectReview()API for creating authentication.k8s.io/v1alpha1 SelfSubjectReview.-
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
-
selfSubjectReview
InOutCreateable<io.fabric8.kubernetes.api.model.authentication.v1alpha1.SelfSubjectReview,io.fabric8.kubernetes.api.model.authentication.v1alpha1.SelfSubjectReview> selfSubjectReview()
API for creating authentication.k8s.io/v1alpha1 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.- Returns:
- InOutCreateable instance for creating SelfSubjectReview object
-
-