Class V1beta1AuthorizationAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<V1beta1AuthorizationAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.V1beta1AuthorizationAPIGroupClient
-
- All Implemented Interfaces:
Client
,V1beta1AuthorizationAPIGroupDSL
,Closeable
,AutoCloseable
public class V1beta1AuthorizationAPIGroupClient extends ClientAdapter<V1beta1AuthorizationAPIGroupClient> implements V1beta1AuthorizationAPIGroupDSL
-
-
Constructor Summary
Constructors Constructor Description V1beta1AuthorizationAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1beta1.LocalSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1beta1.LocalSubjectAccessReview>
localSubjectAccessReview()
V1beta1AuthorizationAPIGroupClient
newInstance()
InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectAccessReview>
selfSubjectAccessReview()
InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectRulesReview,io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectRulesReview>
selfSubjectRulesReview()
InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1beta1.SubjectAccessReview>
subjectAccessReview()
-
Methods inherited from class io.fabric8.kubernetes.client.extension.ClientAdapter
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getClient, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, inAnyNamespace, init, inNamespace, newClient, raw, resources, rootPaths, supports, supports, supportsApiPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectAccessReview> selfSubjectAccessReview()
- Specified by:
selfSubjectAccessReview
in interfaceV1beta1AuthorizationAPIGroupDSL
-
subjectAccessReview
public InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1beta1.SubjectAccessReview> subjectAccessReview()
- Specified by:
subjectAccessReview
in interfaceV1beta1AuthorizationAPIGroupDSL
-
localSubjectAccessReview
public NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1beta1.LocalSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1beta1.LocalSubjectAccessReview> localSubjectAccessReview()
- Specified by:
localSubjectAccessReview
in interfaceV1beta1AuthorizationAPIGroupDSL
-
selfSubjectRulesReview
public InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectRulesReview,io.fabric8.kubernetes.api.model.authorization.v1beta1.SelfSubjectRulesReview> selfSubjectRulesReview()
- Specified by:
selfSubjectRulesReview
in interfaceV1beta1AuthorizationAPIGroupDSL
-
newInstance
public V1beta1AuthorizationAPIGroupClient newInstance()
- Specified by:
newInstance
in classClientAdapter<V1beta1AuthorizationAPIGroupClient>
-
-