Class ProjectRequestsOperationImpl
java.lang.Object
io.fabric8.kubernetes.client.dsl.base.OperationSupport
io.fabric8.openshift.client.dsl.internal.ProjectRequestsOperationImpl
- All Implemented Interfaces:
Createable<io.fabric8.openshift.api.model.ProjectRequest,io.fabric8.openshift.api.model.ProjectRequest,io.fabric8.openshift.api.model.DoneableProjectRequest>,Listable<io.fabric8.kubernetes.api.model.Status>,ProjectRequestOperation
public class ProjectRequestsOperationImpl extends OperationSupport implements ProjectRequestOperation
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.client.dsl.base.OperationSupport
apiGroupName, apiGroupVersion, client, config, context, JSON, JSON_MAPPER, JSON_PATCH, name, namespace, resourceT, STRATEGIC_MERGE_JSON_PATCH, YAML_MAPPER -
Constructor Summary
Constructors Constructor Description ProjectRequestsOperationImpl(OperationContext context)ProjectRequestsOperationImpl(okhttp3.OkHttpClient client, OpenShiftConfig config) -
Method Summary
Modifier and Type Method Description io.fabric8.openshift.api.model.ProjectRequestcreate(io.fabric8.openshift.api.model.ProjectRequest resource)io.fabric8.openshift.api.model.ProjectRequestcreate(io.fabric8.openshift.api.model.ProjectRequest... resources)io.fabric8.openshift.api.model.DoneableProjectRequestcreateNew()io.fabric8.openshift.api.model.ProjectRequestgetItem()URLgetRootUrl()booleanisResourceNamespaced()io.fabric8.kubernetes.api.model.Statuslist()io.fabric8.kubernetes.api.model.Statuslist(io.fabric8.kubernetes.api.model.ListOptions listOptions)io.fabric8.kubernetes.api.model.Statuslist(Integer limitVal, String continueVal)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, handleCreate, handleDelete, handleDelete, handleDeploymentRollback, handleGet, handleGet, handleMetric, handlePatch, handlePatch, handleReplace, handleReplace, handleResponse, handleResponse, handleResponse, handleResponse, handleScale, handleStatusUpdate, requestException, requestFailure, unmarshal, unmarshal, unmarshal
-
Constructor Details
-
Method Details
-
isResourceNamespaced
public boolean isResourceNamespaced()- Overrides:
isResourceNamespacedin classOperationSupport
-
getRootUrl
- Overrides:
getRootUrlin classOperationSupport
-
create
public io.fabric8.openshift.api.model.ProjectRequest create(io.fabric8.openshift.api.model.ProjectRequest... resources)- Specified by:
createin interfaceCreateable<io.fabric8.openshift.api.model.ProjectRequest,io.fabric8.openshift.api.model.ProjectRequest,io.fabric8.openshift.api.model.DoneableProjectRequest>
-
create
public io.fabric8.openshift.api.model.ProjectRequest create(io.fabric8.openshift.api.model.ProjectRequest resource)- Specified by:
createin interfaceCreateable<io.fabric8.openshift.api.model.ProjectRequest,io.fabric8.openshift.api.model.ProjectRequest,io.fabric8.openshift.api.model.DoneableProjectRequest>
-
createNew
public io.fabric8.openshift.api.model.DoneableProjectRequest createNew()- Specified by:
createNewin interfaceCreateable<io.fabric8.openshift.api.model.ProjectRequest,io.fabric8.openshift.api.model.ProjectRequest,io.fabric8.openshift.api.model.DoneableProjectRequest>
-
list
public io.fabric8.kubernetes.api.model.Status list() -
list
-
list
public io.fabric8.kubernetes.api.model.Status list(io.fabric8.kubernetes.api.model.ListOptions listOptions) -
getItem
public io.fabric8.openshift.api.model.ProjectRequest getItem()
-