Class OpenShiftSubjectAccessReviewOperationsImpl
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.base.OperationSupport
-
- io.fabric8.openshift.client.dsl.internal.OpenShiftSubjectAccessReviewOperationsImpl
-
- All Implemented Interfaces:
InOutCreateable<io.fabric8.openshift.api.model.SubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse>
public class OpenShiftSubjectAccessReviewOperationsImpl extends OperationSupport implements InOutCreateable<io.fabric8.openshift.api.model.SubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.dsl.base.OperationSupport
apiGroupName, apiGroupVersion, client, config, context, dryRun, JSON, JSON_MAPPER, JSON_PATCH, name, namespace, resourceT, STRATEGIC_MERGE_JSON_PATCH, YAML_MAPPER
-
-
Constructor Summary
Constructors Constructor Description OpenShiftSubjectAccessReviewOperationsImpl(OperationContext context, String apiGroupName, String apiGroupVersion, String plural)OpenShiftSubjectAccessReviewOperationsImpl(okhttp3.OkHttpClient client, Config config, String apiGroupName, String apiGroupVersion, String plural)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.openshift.api.model.SubjectAccessReviewResponsecreate(io.fabric8.openshift.api.model.SubjectAccessReview item)io.fabric8.openshift.api.model.SubjectAccessReviewResponsecreate(io.fabric8.openshift.api.model.SubjectAccessReview... resources)io.fabric8.openshift.api.model.SubjectAccessReviewgetItem()booleanisResourceNamespaced()-
Methods inherited from class io.fabric8.kubernetes.client.dsl.base.OperationSupport
assertResponseCode, checkName, checkNamespace, createStatus, createStatus, getAPIGroup, getAPIVersion, getConfig, getName, getNamespace, getNamespacedUrl, getNamespacedUrl, getNamespacedUrl, getObjectValueAsMap, getResourceT, getResourceUrl, getResourceUrl, getResourceURLForWriteOperation, getRootUrl, handleCreate, handleDelete, handleDelete, handleDeploymentRollback, handleGet, handleGet, handleMetric, handlePatch, handlePatch, handleReplace, handleReplace, handleResponse, handleResponse, handleResponse, handleResponse, handleScale, handleStatusUpdate, requestException, requestFailure, unmarshal, unmarshal, unmarshal
-
-
-
-
Constructor Detail
-
OpenShiftSubjectAccessReviewOperationsImpl
public OpenShiftSubjectAccessReviewOperationsImpl(okhttp3.OkHttpClient client, Config config, String apiGroupName, String apiGroupVersion, String plural)
-
OpenShiftSubjectAccessReviewOperationsImpl
public OpenShiftSubjectAccessReviewOperationsImpl(OperationContext context, String apiGroupName, String apiGroupVersion, String plural)
-
-
Method Detail
-
create
public io.fabric8.openshift.api.model.SubjectAccessReviewResponse create(io.fabric8.openshift.api.model.SubjectAccessReview... resources)
- Specified by:
createin interfaceInOutCreateable<io.fabric8.openshift.api.model.SubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse>
-
create
public io.fabric8.openshift.api.model.SubjectAccessReviewResponse create(io.fabric8.openshift.api.model.SubjectAccessReview item)
- Specified by:
createin interfaceInOutCreateable<io.fabric8.openshift.api.model.SubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse>
-
isResourceNamespaced
public boolean isResourceNamespaced()
- Overrides:
isResourceNamespacedin classOperationSupport
-
getItem
public io.fabric8.openshift.api.model.SubjectAccessReview getItem()
-
-