Package io.fabric8.kubernetes.client
Interface V1AuthorizationAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
public interface V1AuthorizationAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview>localSubjectAccessReview()InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview>selfSubjectAccessReview()InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview>selfSubjectRulesReview()InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview>subjectAccessReview()-
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
-
selfSubjectAccessReview
InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview> selfSubjectAccessReview()
-
subjectAccessReview
InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview> subjectAccessReview()
-
localSubjectAccessReview
NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview> localSubjectAccessReview()
-
selfSubjectRulesReview
InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview> selfSubjectRulesReview()
-
-