public class ProjectOperationsImpl extends OpenShiftOperation<io.fabric8.openshift.api.model.Project,io.fabric8.openshift.api.model.ProjectList,Resource<io.fabric8.openshift.api.model.Project>> implements ProjectOperation
| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTER_ROLE |
static String |
OPENSHIFT_IO_DESCRIPTION_ANNOTATION |
static String |
OPENSHIFT_IO_DISPLAY_NAME_ANNOTATION |
static String |
OPENSHIFT_IO_REQUESTER_ANNOTATION |
static String |
RBAC_AUTHORIZATION_APIGROUP |
OPENSHIFT_APIGROUP_SUFFIXDEFAULT_GRACE_PERIOD_IN_SECONDS, DEFAULT_PROPAGATION_POLICYapiVersion, listType, typeapiGroupName, apiGroupVersion, client, config, context, dryRun, JSON, JSON_MAPPER, JSON_PATCH, name, namespace, resourceT, STRATEGIC_MERGE_JSON_PATCH, YAML_MAPPERDEFAULT_BACKOFF_MULTIPLIER, DEFAULT_INITIAL_BACKOFF_MILLIS| Constructor and Description |
|---|
ProjectOperationsImpl(okhttp3.OkHttpClient client,
OpenShiftConfig config) |
ProjectOperationsImpl(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<io.fabric8.kubernetes.api.model.HasMetadata> |
createProjectAndRoleBindings(String name,
String description,
String displayName,
String adminUser,
String requestingUser)
Creating Bootstrap Project Template
|
io.fabric8.openshift.api.model.Project |
edit(io.fabric8.kubernetes.api.builder.Visitor... visitors) |
boolean |
isResourceNamespaced() |
ProjectOperationsImpl |
newInstance(OperationContext context) |
getConfig, getConfigType, getReadiness, getRootUrlaccept, edit, patch, replacecascading, create, create, createOrReplace, delete, delete, delete, dryRun, edit, fetchListUrl, forOperationType, fromServer, get, getApiVersion, getFieldQueryParam, getFields, getFieldsNot, getGracePeriodSeconds, getItem, getKind, getLabelQueryParam, getLabels, getLabelsIn, getLabelsNot, getLabelsNotIn, getListType, getMandatory, getOperationType, getPropagationPolicy, getResourceT, getResourceVersion, getRootPaths, getType, handleCreate, handleDeploymentRollback, handleGet, handlePatch, handlePatch, handleReplace, handleResponse, handleScale, inAnyNamespace, inNamespace, isApiGroup, isCascading, isReady, isReloadingFromServer, list, list, list, load, load, load, load, lockResourceVersion, require, sendPatchedObject, setListType, setNamespace, setType, updateApiVersion, updateApiVersion, updateStatus, waitUntilCondition, waitUntilReady, watch, watch, watch, withField, withFields, withGracePeriod, withInvolvedObject, withItem, withLabel, withLabel, withLabelIn, withLabelNotIn, withLabels, withLabelSelector, withName, withoutField, withoutFields, withoutLabel, withoutLabel, withoutLabels, withPropagationPolicy, withResourceVersion, withWaitRetryBackoffassertResponseCode, checkName, checkNamespace, createStatus, createStatus, getAPIGroup, getAPIVersion, getName, getNamespace, getNamespacedUrl, getNamespacedUrl, getNamespacedUrl, getObjectValueAsMap, getResourceUrl, getResourceUrl, getResourceURLForWriteOperation, handleCreate, handleDelete, handleDelete, handleDeploymentRollback, handleGet, handleGet, handleMetric, handlePatch, handlePatch, handleReplace, handleReplace, handleResponse, handleResponse, handleResponse, handleResponse, handleScale, handleStatusUpdate, requestException, requestFailure, unmarshal, unmarshal, unmarshalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithField, withFields, withInvolvedObject, withLabel, withLabel, withLabelIn, withLabelNotIn, withLabels, withLabelSelector, withoutField, withoutFields, withoutLabel, withoutLabel, withoutLabelswaitUntilCondition, waitUntilReady, withWaitRetryBackoffwithResourceVersionwithGracePeriodwithPropagationPolicydelete, deletecreate, createcreateOrReplacereplaceupdateStatusdryRun, dryRungetName, getNamespacepublic static final String OPENSHIFT_IO_DESCRIPTION_ANNOTATION
public static final String OPENSHIFT_IO_DISPLAY_NAME_ANNOTATION
public static final String OPENSHIFT_IO_REQUESTER_ANNOTATION
public static final String RBAC_AUTHORIZATION_APIGROUP
public static final String CLUSTER_ROLE
public ProjectOperationsImpl(okhttp3.OkHttpClient client,
OpenShiftConfig config)
public ProjectOperationsImpl(OperationContext context)
public ProjectOperationsImpl newInstance(OperationContext context)
newInstance in class BaseOperation<io.fabric8.openshift.api.model.Project,io.fabric8.openshift.api.model.ProjectList,Resource<io.fabric8.openshift.api.model.Project>>public boolean isResourceNamespaced()
isResourceNamespaced in class BaseOperation<io.fabric8.openshift.api.model.Project,io.fabric8.openshift.api.model.ProjectList,Resource<io.fabric8.openshift.api.model.Project>>public List<io.fabric8.kubernetes.api.model.HasMetadata> createProjectAndRoleBindings(String name, String description, String displayName, String adminUser, String requestingUser)
ProjectOperationcreateProjectAndRoleBindings in interface ProjectOperationname - project namedescription - project descriptiondisplayName - project display nameadminUser - project admin userrequestingUser - project requesting userpublic io.fabric8.openshift.api.model.Project edit(io.fabric8.kubernetes.api.builder.Visitor... visitors)
edit in interface Editable<io.fabric8.openshift.api.model.Project>edit in class BaseOperation<io.fabric8.openshift.api.model.Project,io.fabric8.openshift.api.model.ProjectList,Resource<io.fabric8.openshift.api.model.Project>>Copyright © 2015–2021 Red Hat. All rights reserved.