Package io.fabric8.openshift.client
Class OpenShiftLocalSubjectAccessReviewOperationsImpl
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.base.OperationSupport
-
- io.fabric8.openshift.client.OpenShiftLocalSubjectAccessReviewOperationsImpl
-
- All Implemented Interfaces:
InOutCreateable<io.fabric8.openshift.api.model.LocalSubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse>,Namespaceable<OpenShiftLocalSubjectAccessReviewOperationsImpl>
public class OpenShiftLocalSubjectAccessReviewOperationsImpl extends OperationSupport implements InOutCreateable<io.fabric8.openshift.api.model.LocalSubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse>, Namespaceable<OpenShiftLocalSubjectAccessReviewOperationsImpl>
-
-
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 OpenShiftLocalSubjectAccessReviewOperationsImpl(OperationContext context, String apiGroupName, String apiGroupVersion, String plural)OpenShiftLocalSubjectAccessReviewOperationsImpl(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.LocalSubjectAccessReview item)io.fabric8.openshift.api.model.SubjectAccessReviewResponsecreate(io.fabric8.openshift.api.model.LocalSubjectAccessReview... resources)io.fabric8.openshift.api.model.LocalSubjectAccessReviewgetItem()OpenShiftLocalSubjectAccessReviewOperationsImplinNamespace(String namespace)-
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, isResourceNamespaced, requestException, requestFailure, unmarshal, unmarshal, unmarshal
-
-
-
-
Constructor Detail
-
OpenShiftLocalSubjectAccessReviewOperationsImpl
public OpenShiftLocalSubjectAccessReviewOperationsImpl(okhttp3.OkHttpClient client, Config config, String apiGroupName, String apiGroupVersion, String plural)
-
OpenShiftLocalSubjectAccessReviewOperationsImpl
public OpenShiftLocalSubjectAccessReviewOperationsImpl(OperationContext context, String apiGroupName, String apiGroupVersion, String plural)
-
-
Method Detail
-
create
public io.fabric8.openshift.api.model.SubjectAccessReviewResponse create(io.fabric8.openshift.api.model.LocalSubjectAccessReview... resources)
- Specified by:
createin interfaceInOutCreateable<io.fabric8.openshift.api.model.LocalSubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse>
-
create
public io.fabric8.openshift.api.model.SubjectAccessReviewResponse create(io.fabric8.openshift.api.model.LocalSubjectAccessReview item)
- Specified by:
createin interfaceInOutCreateable<io.fabric8.openshift.api.model.LocalSubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse>
-
inNamespace
public OpenShiftLocalSubjectAccessReviewOperationsImpl inNamespace(String namespace)
- Specified by:
inNamespacein interfaceNamespaceable<OpenShiftLocalSubjectAccessReviewOperationsImpl>
-
getItem
public io.fabric8.openshift.api.model.LocalSubjectAccessReview getItem()
-
-