Class V1AuthorizationAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<V1AuthorizationAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.V1AuthorizationAPIGroupClient
-
- All Implemented Interfaces:
io.fabric8.kubernetes.client.Client,io.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL,Closeable,AutoCloseable
public class V1AuthorizationAPIGroupClient extends io.fabric8.kubernetes.client.extension.ClientAdapter<V1AuthorizationAPIGroupClient> implements io.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORIZATION_APIGROUPstatic StringAUTHORIZATION_APIVERSION
-
Constructor Summary
Constructors Constructor Description V1AuthorizationAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.kubernetes.client.dsl.NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview>localSubjectAccessReview()V1AuthorizationAPIGroupClientnewInstance()io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview>selfSubjectAccessReview()io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview>selfSubjectRulesReview()io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.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
-
-
-
-
Field Detail
-
AUTHORIZATION_APIGROUP
public static final String AUTHORIZATION_APIGROUP
- See Also:
- Constant Field Values
-
AUTHORIZATION_APIVERSION
public static final String AUTHORIZATION_APIVERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
selfSubjectAccessReview
public io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview> selfSubjectAccessReview()
- Specified by:
selfSubjectAccessReviewin interfaceio.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL
-
subjectAccessReview
public io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview> subjectAccessReview()
- Specified by:
subjectAccessReviewin interfaceio.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL
-
localSubjectAccessReview
public io.fabric8.kubernetes.client.dsl.NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview> localSubjectAccessReview()
- Specified by:
localSubjectAccessReviewin interfaceio.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL
-
selfSubjectRulesReview
public io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview> selfSubjectRulesReview()
- Specified by:
selfSubjectRulesReviewin interfaceio.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL
-
newInstance
public V1AuthorizationAPIGroupClient newInstance()
- Specified by:
newInstancein classio.fabric8.kubernetes.client.extension.ClientAdapter<V1AuthorizationAPIGroupClient>
-
-