Package io.fabric8.kubernetes.client
Interface V1beta1AuthorizationAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable,ConfigAware
- All Known Implementing Classes:
V1beta1AuthorizationAPIGroupClient
public interface V1beta1AuthorizationAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalCreateOnlyResourceReviewOperationsImpl<io.fabric8.kubernetes.api.model.authorization.v1beta1.LocalSubjectAccessReview>localSubjectAccessReview()Createable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectAccessReview>selfSubjectAccessReview()Createable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectRulesReview>selfSubjectRulesReview()Createable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SubjectAccessReview>subjectAccessReview()-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.ConfigAware
getConfiguration
-
-
-
-
Method Detail
-
selfSubjectAccessReview
Createable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectAccessReview> selfSubjectAccessReview()
-
subjectAccessReview
Createable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SubjectAccessReview> subjectAccessReview()
-
localSubjectAccessReview
LocalCreateOnlyResourceReviewOperationsImpl<io.fabric8.kubernetes.api.model.authorization.v1beta1.LocalSubjectAccessReview> localSubjectAccessReview()
-
selfSubjectRulesReview
Createable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectRulesReview> selfSubjectRulesReview()
-
-