Class V1AuthorizationAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<V1AuthorizationAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.V1AuthorizationAPIGroupClient
-
- All Implemented Interfaces:
Client
,V1AuthorizationAPIGroupDSL
,Closeable
,AutoCloseable
public class V1AuthorizationAPIGroupClient extends ClientAdapter<V1AuthorizationAPIGroupClient> implements V1AuthorizationAPIGroupDSL
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTHORIZATION_APIGROUP
static String
AUTHORIZATION_APIVERSION
-
Constructor Summary
Constructors Constructor Description V1AuthorizationAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview>
localSubjectAccessReview()
V1AuthorizationAPIGroupClient
newInstance()
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 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 InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview> selfSubjectAccessReview()
- Specified by:
selfSubjectAccessReview
in interfaceV1AuthorizationAPIGroupDSL
-
subjectAccessReview
public InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview> subjectAccessReview()
- Specified by:
subjectAccessReview
in interfaceV1AuthorizationAPIGroupDSL
-
localSubjectAccessReview
public NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview,io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview> localSubjectAccessReview()
- Specified by:
localSubjectAccessReview
in interfaceV1AuthorizationAPIGroupDSL
-
selfSubjectRulesReview
public InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview,io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview> selfSubjectRulesReview()
- Specified by:
selfSubjectRulesReview
in interfaceV1AuthorizationAPIGroupDSL
-
newInstance
public V1AuthorizationAPIGroupClient newInstance()
- Specified by:
newInstance
in classClientAdapter<V1AuthorizationAPIGroupClient>
-
-