A simple client library to interact with the OpenShift REST API
$ yarn add openshift-api-client
const OpenShiftClient = require('openshift-api-client')
const config = { url: 'https://os.example.com:8443', token: 'token_example' }
const os = await OpenShiftClient(config)
// get all build configs from "example" namespace
const buildConfigs = await os['apis/build.openshift.io/v1'].getBuildConfigs(
'example'
)
// get all builds configs from "example" of the "app-example" with query parameters
const buildConfigs = await os['apis/build.openshift.io/v1'].getBuildConfigs(
'example',
'app-example',
{
query: {
pretty: true
}
}
)
// create a build config
const buildConfig = {} // resource body
await os['apis/build.openshift.io/v1'].createBuildConfig(
'app-example',
{
body: buildConfig
}
)
This list may vary within different installations of OpenShift. You can query this list on your cluster as follows:
os.getMethods()
You can make a custom call to any API endpoint:
os.customCall(verb, endpoint, data)
Where:
- verb
(string)
: any HTTP verb (GET, POST, PUT, PATCH etc); - endpoint
(string)
: the endpoint (relative to the cluster URL); - data
(object|null)
: data to be sent in the request.
- createAPIService()
- deleteAPIService()
- deletecollectionAPIService()
- getAPIService()
- listAPIService()
- getAPIServices()
- patchAPIService()
- updateAPIService()
- watchAPIService()
- getAPIServiceStatus()
- patchAPIServiceStatus()
- updateAPIServiceStatus()
- createDaemonSet(namespace)
- deleteDaemonSet(namespace)
- deletecollectionDaemonSet(namespace)
- getDaemonSet(namespace)
- listDaemonSet(namespace)
- getDaemonSets(namespace)
- patchDaemonSet(namespace)
- updateDaemonSet(namespace)
- watchDaemonSet(namespace)
- getDaemonSetStatus(namespace)
- patchDaemonSetStatus(namespace)
- updateDaemonSetStatus(namespace)
- createDeployment(namespace)
- deleteDeployment(namespace)
- deletecollectionDeployment(namespace)
- getDeployment(namespace)
- listDeployment(namespace)
- getDeployments(namespace)
- patchDeployment(namespace)
- updateDeployment(namespace)
- watchDeployment(namespace)
- createDeploymentRollbackRollback(namespace)
- getScaleScale(namespace)
- patchScaleScale(namespace)
- updateScaleScale(namespace)
- getDeploymentStatus(namespace)
- patchDeploymentStatus(namespace)
- updateDeploymentStatus(namespace)
- createIngress(namespace)
- deleteIngress(namespace)
- deletecollectionIngress(namespace)
- getIngress(namespace)
- listIngress(namespace)
- getIngresses(namespace)
- patchIngress(namespace)
- updateIngress(namespace)
- watchIngress(namespace)
- getIngressStatus(namespace)
- patchIngressStatus(namespace)
- updateIngressStatus(namespace)
- createNetworkPolicy(namespace)
- deleteNetworkPolicy(namespace)
- deletecollectionNetworkPolicy(namespace)
- getNetworkPolicy(namespace)
- listNetworkPolicy(namespace)
- getNetworkPolicies(namespace)
- patchNetworkPolicy(namespace)
- updateNetworkPolicy(namespace)
- watchNetworkPolicy(namespace)
- createPodSecurityPolicy()
- deletePodSecurityPolicy()
- deletecollectionPodSecurityPolicy()
- getPodSecurityPolicy()
- listPodSecurityPolicy()
- getPodSecurityPolicies()
- patchPodSecurityPolicy()
- updatePodSecurityPolicy()
- watchPodSecurityPolicy()
- createReplicaSet(namespace)
- deleteReplicaSet(namespace)
- deletecollectionReplicaSet(namespace)
- getReplicaSet(namespace)
- listReplicaSet(namespace)
- getReplicaSets(namespace)
- patchReplicaSet(namespace)
- updateReplicaSet(namespace)
- watchReplicaSet(namespace)
- getScaleScale(namespace)
- patchScaleScale(namespace)
- updateScaleScale(namespace)
- getReplicaSetStatus(namespace)
- patchReplicaSetStatus(namespace)
- updateReplicaSetStatus(namespace)
- getScaleScale(namespace)
- patchScaleScale(namespace)
- updateScaleScale(namespace)
- createControllerRevision(namespace)
- deleteControllerRevision(namespace)
- deletecollectionControllerRevision(namespace)
- getControllerRevision(namespace)
- listControllerRevision(namespace)
- getControllerRevisions(namespace)
- patchControllerRevision(namespace)
- updateControllerRevision(namespace)
- watchControllerRevision(namespace)
- createDaemonSet(namespace)
- deleteDaemonSet(namespace)
- deletecollectionDaemonSet(namespace)
- getDaemonSet(namespace)
- listDaemonSet(namespace)
- getDaemonSets(namespace)
- patchDaemonSet(namespace)
- updateDaemonSet(namespace)
- watchDaemonSet(namespace)
- getDaemonSetStatus(namespace)
- patchDaemonSetStatus(namespace)
- updateDaemonSetStatus(namespace)
- createDeployment(namespace)
- deleteDeployment(namespace)
- deletecollectionDeployment(namespace)
- getDeployment(namespace)
- listDeployment(namespace)
- getDeployments(namespace)
- patchDeployment(namespace)
- updateDeployment(namespace)
- watchDeployment(namespace)
- getScaleScale(namespace)
- patchScaleScale(namespace)
- updateScaleScale(namespace)
- getDeploymentStatus(namespace)
- patchDeploymentStatus(namespace)
- updateDeploymentStatus(namespace)
- createReplicaSet(namespace)
- deleteReplicaSet(namespace)
- deletecollectionReplicaSet(namespace)
- getReplicaSet(namespace)
- listReplicaSet(namespace)
- getReplicaSets(namespace)
- patchReplicaSet(namespace)
- updateReplicaSet(namespace)
- watchReplicaSet(namespace)
- getScaleScale(namespace)
- patchScaleScale(namespace)
- updateScaleScale(namespace)
- getReplicaSetStatus(namespace)
- patchReplicaSetStatus(namespace)
- updateReplicaSetStatus(namespace)
- createStatefulSet(namespace)
- deleteStatefulSet(namespace)
- deletecollectionStatefulSet(namespace)
- getStatefulSet(namespace)
- listStatefulSet(namespace)
- getStatefulSets(namespace)
- patchStatefulSet(namespace)
- updateStatefulSet(namespace)
- watchStatefulSet(namespace)
- getScaleScale(namespace)
- patchScaleScale(namespace)
- updateScaleScale(namespace)
- getStatefulSetStatus(namespace)
- patchStatefulSetStatus(namespace)
- updateStatefulSetStatus(namespace)
- createEvent(namespace)
- deleteEvent(namespace)
- deletecollectionEvent(namespace)
- getEvent(namespace)
- listEvent(namespace)
- getEvents(namespace)
- patchEvent(namespace)
- updateEvent(namespace)
- watchEvent(namespace)
- createTokenReview()
- createLocalSubjectAccessReview(namespace)
- createSelfSubjectAccessReview()
- createSelfSubjectRulesReview()
- createSubjectAccessReview()
- createHorizontalPodAutoscaler(namespace)
- deleteHorizontalPodAutoscaler(namespace)
- deletecollectionHorizontalPodAutoscaler(namespace)
- getHorizontalPodAutoscaler(namespace)
- listHorizontalPodAutoscaler(namespace)
- getHorizontalPodAutoscalers(namespace)
- patchHorizontalPodAutoscaler(namespace)
- updateHorizontalPodAutoscaler(namespace)
- watchHorizontalPodAutoscaler(namespace)
- getHorizontalPodAutoscalerStatus(namespace)
- patchHorizontalPodAutoscalerStatus(namespace)
- updateHorizontalPodAutoscalerStatus(namespace)
- createJob(namespace)
- deleteJob(namespace)
- deletecollectionJob(namespace)
- getJob(namespace)
- listJob(namespace)
- getJobs(namespace)
- patchJob(namespace)
- updateJob(namespace)
- watchJob(namespace)
- getJobStatus(namespace)
- patchJobStatus(namespace)
- updateJobStatus(namespace)
- createCertificateSigningRequest()
- deleteCertificateSigningRequest()
- deletecollectionCertificateSigningRequest()
- getCertificateSigningRequest()
- listCertificateSigningRequest()
- getCertificateSigningRequests()
- patchCertificateSigningRequest()
- updateCertificateSigningRequest()
- watchCertificateSigningRequest()
- updateCertificateSigningRequestApproval()
- getCertificateSigningRequestStatus()
- patchCertificateSigningRequestStatus()
- updateCertificateSigningRequestStatus()
- createNetworkPolicy(namespace)
- deleteNetworkPolicy(namespace)
- deletecollectionNetworkPolicy(namespace)
- getNetworkPolicy(namespace)
- listNetworkPolicy(namespace)
- getNetworkPolicies(namespace)
- patchNetworkPolicy(namespace)
- updateNetworkPolicy(namespace)
- watchNetworkPolicy(namespace)
- createPodDisruptionBudget(namespace)
- deletePodDisruptionBudget(namespace)
- deletecollectionPodDisruptionBudget(namespace)
- getPodDisruptionBudget(namespace)
- listPodDisruptionBudget(namespace)
- getPodDisruptionBudgets(namespace)
- patchPodDisruptionBudget(namespace)
- updatePodDisruptionBudget(namespace)
- watchPodDisruptionBudget(namespace)
- getPodDisruptionBudgetStatus(namespace)
- patchPodDisruptionBudgetStatus(namespace)
- updatePodDisruptionBudgetStatus(namespace)
- createPodSecurityPolicy()
- deletePodSecurityPolicy()
- deletecollectionPodSecurityPolicy()
- getPodSecurityPolicy()
- listPodSecurityPolicy()
- getPodSecurityPolicies()
- patchPodSecurityPolicy()
- updatePodSecurityPolicy()
- watchPodSecurityPolicy()
- createClusterRoleBinding()
- deleteClusterRoleBinding()
- getClusterRoleBinding()
- listClusterRoleBinding()
- getClusterRoleBindings()
- patchClusterRoleBinding()
- updateClusterRoleBinding()
- createClusterRole()
- deleteClusterRole()
- getClusterRole()
- listClusterRole()
- getClusterRoles()
- patchClusterRole()
- updateClusterRole()
- createLocalResourceAccessReview(namespace)
- createLocalSubjectAccessReview(namespace)
- createResourceAccessReview()
- createRoleBindingRestriction(namespace)
- deleteRoleBindingRestriction(namespace)
- deletecollectionRoleBindingRestriction(namespace)
- getRoleBindingRestriction(namespace)
- listRoleBindingRestriction(namespace)
- getRoleBindingRestrictions(namespace)
- patchRoleBindingRestriction(namespace)
- updateRoleBindingRestriction(namespace)
- watchRoleBindingRestriction(namespace)
- createRoleBinding(namespace)
- deleteRoleBinding(namespace)
- getRoleBinding(namespace)
- listRoleBinding(namespace)
- getRoleBindings(namespace)
- patchRoleBinding(namespace)
- updateRoleBinding(namespace)
- createRole(namespace)
- deleteRole(namespace)
- getRole(namespace)
- listRole(namespace)
- getRoles(namespace)
- patchRole(namespace)
- updateRole(namespace)
- createSelfSubjectRulesReview(namespace)
- createSubjectAccessReview()
- createSubjectRulesReview(namespace)
- createClusterRoleBinding()
- deleteClusterRoleBinding()
- deletecollectionClusterRoleBinding()
- getClusterRoleBinding()
- listClusterRoleBinding()
- getClusterRoleBindings()
- patchClusterRoleBinding()
- updateClusterRoleBinding()
- watchClusterRoleBinding()
- createClusterRole()
- deleteClusterRole()
- deletecollectionClusterRole()
- getClusterRole()
- listClusterRole()
- getClusterRoles()
- patchClusterRole()
- updateClusterRole()
- watchClusterRole()
- createRoleBinding(namespace)
- deleteRoleBinding(namespace)
- deletecollectionRoleBinding(namespace)
- getRoleBinding(namespace)
- listRoleBinding(namespace)
- getRoleBindings(namespace)
- patchRoleBinding(namespace)
- updateRoleBinding(namespace)
- watchRoleBinding(namespace)
- createRole(namespace)
- deleteRole(namespace)
- deletecollectionRole(namespace)
- getRole(namespace)
- listRole(namespace)
- getRoles(namespace)
- patchRole(namespace)
- updateRole(namespace)
- watchRole(namespace)
- createStorageClass()
- deleteStorageClass()
- deletecollectionStorageClass()
- getStorageClass()
- listStorageClass()
- getStorageClasses()
- patchStorageClass()
- updateStorageClass()
- watchStorageClass()
- createMutatingWebhookConfiguration()
- deleteMutatingWebhookConfiguration()
- deletecollectionMutatingWebhookConfiguration()
- getMutatingWebhookConfiguration()
- listMutatingWebhookConfiguration()
- getMutatingWebhookConfigurations()
- patchMutatingWebhookConfiguration()
- updateMutatingWebhookConfiguration()
- watchMutatingWebhookConfiguration()
- createValidatingWebhookConfiguration()
- deleteValidatingWebhookConfiguration()
- deletecollectionValidatingWebhookConfiguration()
- getValidatingWebhookConfiguration()
- listValidatingWebhookConfiguration()
- getValidatingWebhookConfigurations()
- patchValidatingWebhookConfiguration()
- updateValidatingWebhookConfiguration()
- watchValidatingWebhookConfiguration()
- createCustomResourceDefinition()
- deleteCustomResourceDefinition()
- deletecollectionCustomResourceDefinition()
- getCustomResourceDefinition()
- listCustomResourceDefinition()
- getCustomResourceDefinitions()
- patchCustomResourceDefinition()
- updateCustomResourceDefinition()
- watchCustomResourceDefinition()
- getCustomResourceDefinitionStatus()
- patchCustomResourceDefinitionStatus()
- updateCustomResourceDefinitionStatus()
- createPriorityClass()
- deletePriorityClass()
- deletecollectionPriorityClass()
- getPriorityClass()
- listPriorityClass()
- getPriorityClasses()
- patchPriorityClass()
- updatePriorityClass()
- watchPriorityClass()
- createDeploymentConfig(namespace)
- deleteDeploymentConfig(namespace)
- deletecollectionDeploymentConfig(namespace)
- getDeploymentConfig(namespace)
- listDeploymentConfig(namespace)
- getDeploymentConfigs(namespace)
- patchDeploymentConfig(namespace)
- updateDeploymentConfig(namespace)
- watchDeploymentConfig(namespace)
- createDeploymentRequestInstantiate(namespace)
- getDeploymentLogLog(namespace)
- createDeploymentConfigRollbackRollback(namespace)
- getScaleScale(namespace)
- patchScaleScale(namespace)
- updateScaleScale(namespace)
- getDeploymentConfigStatus(namespace)
- patchDeploymentConfigStatus(namespace)
- updateDeploymentConfigStatus(namespace)
- createBuildConfig(namespace)
- deleteBuildConfig(namespace)
- deletecollectionBuildConfig(namespace)
- getBuildConfig(namespace)
- listBuildConfig(namespace)
- getBuildConfigs(namespace)
- patchBuildConfig(namespace)
- updateBuildConfig(namespace)
- watchBuildConfig(namespace)
- createBuildRequestInstantiate(namespace)
- createBuild(namespace)
- deleteBuild(namespace)
- deletecollectionBuild(namespace)
- getBuild(namespace)
- listBuild(namespace)
- getBuilds(namespace)
- patchBuild(namespace)
- updateBuild(namespace)
- watchBuild(namespace)
- createBuildRequestClone(namespace)
- updateBuildDetails(namespace)
- getBuildLogLog(namespace)
- createImage()
- deleteImage()
- deletecollectionImage()
- getImage()
- listImage()
- getImages()
- patchImage()
- updateImage()
- watchImage()
- createImageSignature()
- deleteImageSignature()
- getImageStreamImage(namespace)
- createImageStreamImport(namespace)
- createImageStreamMapping(namespace)
- createImageStream(namespace)
- deleteImageStream(namespace)
- deletecollectionImageStream(namespace)
- getImageStream(namespace)
- listImageStream(namespace)
- getImageStreams(namespace)
- patchImageStream(namespace)
- updateImageStream(namespace)
- watchImageStream(namespace)
- getImageStreamLayersLayers(namespace)
- getSecretListSecrets(namespace)
- getImageStreamStatus(namespace)
- patchImageStreamStatus(namespace)
- updateImageStreamStatus(namespace)
- createImageStreamTag(namespace)
- deleteImageStreamTag(namespace)
- getImageStreamTag(namespace)
- listImageStreamTag(namespace)
- getImageStreamTags(namespace)
- patchImageStreamTag(namespace)
- updateImageStreamTag(namespace)
- createClusterNetwork()
- deleteClusterNetwork()
- deletecollectionClusterNetwork()
- getClusterNetwork()
- listClusterNetwork()
- getClusterNetworks()
- patchClusterNetwork()
- updateClusterNetwork()
- watchClusterNetwork()
- createEgressNetworkPolicy(namespace)
- deleteEgressNetworkPolicy(namespace)
- deletecollectionEgressNetworkPolicy(namespace)
- getEgressNetworkPolicy(namespace)
- listEgressNetworkPolicy(namespace)
- getEgressNetworkPolicies(namespace)
- patchEgressNetworkPolicy(namespace)
- updateEgressNetworkPolicy(namespace)
- watchEgressNetworkPolicy(namespace)
- createHostSubnet()
- deleteHostSubnet()
- deletecollectionHostSubnet()
- getHostSubnet()
- listHostSubnet()
- getHostSubnets()
- patchHostSubnet()
- updateHostSubnet()
- watchHostSubnet()
- createNetNamespace()
- deleteNetNamespace()
- deletecollectionNetNamespace()
- getNetNamespace()
- listNetNamespace()
- getNetNamespaces()
- patchNetNamespace()
- updateNetNamespace()
- watchNetNamespace()
- createOAuthAccessToken()
- deleteOAuthAccessToken()
- deletecollectionOAuthAccessToken()
- getOAuthAccessToken()
- listOAuthAccessToken()
- getOAuthAccessTokens()
- patchOAuthAccessToken()
- updateOAuthAccessToken()
- watchOAuthAccessToken()
- createOAuthAuthorizeToken()
- deleteOAuthAuthorizeToken()
- deletecollectionOAuthAuthorizeToken()
- getOAuthAuthorizeToken()
- listOAuthAuthorizeToken()
- getOAuthAuthorizeTokens()
- patchOAuthAuthorizeToken()
- updateOAuthAuthorizeToken()
- watchOAuthAuthorizeToken()
- createOAuthClientAuthorization()
- deleteOAuthClientAuthorization()
- deletecollectionOAuthClientAuthorization()
- getOAuthClientAuthorization()
- listOAuthClientAuthorization()
- getOAuthClientAuthorizations()
- patchOAuthClientAuthorization()
- updateOAuthClientAuthorization()
- watchOAuthClientAuthorization()
- createOAuthClient()
- deleteOAuthClient()
- deletecollectionOAuthClient()
- getOAuthClient()
- listOAuthClient()
- getOAuthClients()
- patchOAuthClient()
- updateOAuthClient()
- watchOAuthClient()
- createProjectRequest()
- listProjectRequest()
- getProjectRequests()
- createProject()
- deleteProject()
- getProject()
- listProject()
- getProjects()
- patchProject()
- updateProject()
- watchProject()
- getAppliedClusterResourceQuota(namespace)
- listAppliedClusterResourceQuota(namespace)
- getAppliedClusterResourceQuotas(namespace)
- createClusterResourceQuota()
- deleteClusterResourceQuota()
- deletecollectionClusterResourceQuota()
- getClusterResourceQuota()
- listClusterResourceQuota()
- getClusterResourceQuotas()
- patchClusterResourceQuota()
- updateClusterResourceQuota()
- watchClusterResourceQuota()
- getClusterResourceQuotaStatus()
- patchClusterResourceQuotaStatus()
- updateClusterResourceQuotaStatus()
- createRoute(namespace)
- deleteRoute(namespace)
- deletecollectionRoute(namespace)
- getRoute(namespace)
- listRoute(namespace)
- getRoutes(namespace)
- patchRoute(namespace)
- updateRoute(namespace)
- watchRoute(namespace)
- getRouteStatus(namespace)
- patchRouteStatus(namespace)
- updateRouteStatus(namespace)
- createPodSecurityPolicyReview(namespace)
- createPodSecurityPolicySelfSubjectReview(namespace)
- createPodSecurityPolicySubjectReview(namespace)
- createRangeAllocation()
- deleteRangeAllocation()
- deletecollectionRangeAllocation()
- getRangeAllocation()
- listRangeAllocation()
- getRangeAllocations()
- patchRangeAllocation()
- updateRangeAllocation()
- watchRangeAllocation()
- createSecurityContextConstraints()
- deleteSecurityContextConstraints()
- deletecollectionSecurityContextConstraints()
- getSecurityContextConstraints()
- listSecurityContextConstraints()
- getSecurityContextConstraints()
- patchSecurityContextConstraints()
- updateSecurityContextConstraints()
- watchSecurityContextConstraints()
- createBrokerTemplateInstance()
- deleteBrokerTemplateInstance()
- deletecollectionBrokerTemplateInstance()
- getBrokerTemplateInstance()
- listBrokerTemplateInstance()
- getBrokerTemplateInstances()
- patchBrokerTemplateInstance()
- updateBrokerTemplateInstance()
- watchBrokerTemplateInstance()
- createTemplate(namespace)
- createTemplateInstance(namespace)
- deleteTemplateInstance(namespace)
- deletecollectionTemplateInstance(namespace)
- getTemplateInstance(namespace)
- listTemplateInstance(namespace)
- getTemplateInstances(namespace)
- patchTemplateInstance(namespace)
- updateTemplateInstance(namespace)
- watchTemplateInstance(namespace)
- getTemplateInstanceStatus(namespace)
- patchTemplateInstanceStatus(namespace)
- updateTemplateInstanceStatus(namespace)
- createTemplate(namespace)
- deleteTemplate(namespace)
- deletecollectionTemplate(namespace)
- getTemplate(namespace)
- listTemplate(namespace)
- getTemplates(namespace)
- patchTemplate(namespace)
- updateTemplate(namespace)
- watchTemplate(namespace)
- createGroup()
- deleteGroup()
- deletecollectionGroup()
- getGroup()
- listGroup()
- getGroups()
- patchGroup()
- updateGroup()
- watchGroup()
- createIdentity()
- deleteIdentity()
- deletecollectionIdentity()
- getIdentity()
- listIdentity()
- getIdentities()
- patchIdentity()
- updateIdentity()
- watchIdentity()
- createUserIdentityMapping()
- deleteUserIdentityMapping()
- getUserIdentityMapping()
- patchUserIdentityMapping()
- updateUserIdentityMapping()
- createUser()
- deleteUser()
- deletecollectionUser()
- getUser()
- listUser()
- getUsers()
- patchUser()
- updateUser()
- watchUser()
- deletePrometheus(namespace)
- deletecollectionPrometheus(namespace)
- getPrometheus(namespace)
- listPrometheus(namespace)
- getPrometheus(namespace)
- patchPrometheus(namespace)
- createPrometheus(namespace)
- updatePrometheus(namespace)
- watchPrometheus(namespace)
- deletePrometheusRule(namespace)
- deletecollectionPrometheusRule(namespace)
- getPrometheusRule(namespace)
- listPrometheusRule(namespace)
- getPrometheusRules(namespace)
- patchPrometheusRule(namespace)
- createPrometheusRule(namespace)
- updatePrometheusRule(namespace)
- watchPrometheusRule(namespace)
- deleteServiceMonitor(namespace)
- deletecollectionServiceMonitor(namespace)
- getServiceMonitor(namespace)
- listServiceMonitor(namespace)
- getServiceMonitors(namespace)
- patchServiceMonitor(namespace)
- createServiceMonitor(namespace)
- updateServiceMonitor(namespace)
- watchServiceMonitor(namespace)
- deleteAlertmanager(namespace)
- deletecollectionAlertmanager(namespace)
- getAlertmanager(namespace)
- listAlertmanager(namespace)
- getAlertmanagers(namespace)
- patchAlertmanager(namespace)
- createAlertmanager(namespace)
- updateAlertmanager(namespace)
- watchAlertmanager(namespace)
- deleteDeleteBackupRequest(namespace)
- deletecollectionDeleteBackupRequest(namespace)
- getDeleteBackupRequest(namespace)
- listDeleteBackupRequest(namespace)
- getDeleteBackupRequests(namespace)
- patchDeleteBackupRequest(namespace)
- createDeleteBackupRequest(namespace)
- updateDeleteBackupRequest(namespace)
- watchDeleteBackupRequest(namespace)
- deletePodVolumeRestore(namespace)
- deletecollectionPodVolumeRestore(namespace)
- getPodVolumeRestore(namespace)
- listPodVolumeRestore(namespace)
- getPodVolumeRestores(namespace)
- patchPodVolumeRestore(namespace)
- createPodVolumeRestore(namespace)
- updatePodVolumeRestore(namespace)
- watchPodVolumeRestore(namespace)
- deleteVolumeSnapshotLocation(namespace)
- deletecollectionVolumeSnapshotLocation(namespace)
- getVolumeSnapshotLocation(namespace)
- listVolumeSnapshotLocation(namespace)
- getVolumeSnapshotLocations(namespace)
- patchVolumeSnapshotLocation(namespace)
- createVolumeSnapshotLocation(namespace)
- updateVolumeSnapshotLocation(namespace)
- watchVolumeSnapshotLocation(namespace)
- deleteDownloadRequest(namespace)
- deletecollectionDownloadRequest(namespace)
- getDownloadRequest(namespace)
- listDownloadRequest(namespace)
- getDownloadRequests(namespace)
- patchDownloadRequest(namespace)
- createDownloadRequest(namespace)
- updateDownloadRequest(namespace)
- watchDownloadRequest(namespace)
- deletePodVolumeBackup(namespace)
- deletecollectionPodVolumeBackup(namespace)
- getPodVolumeBackup(namespace)
- listPodVolumeBackup(namespace)
- getPodVolumeBackups(namespace)
- patchPodVolumeBackup(namespace)
- createPodVolumeBackup(namespace)
- updatePodVolumeBackup(namespace)
- watchPodVolumeBackup(namespace)
- deleteResticRepository(namespace)
- deletecollectionResticRepository(namespace)
- getResticRepository(namespace)
- listResticRepository(namespace)
- getResticRepositorys(namespace)
- patchResticRepository(namespace)
- createResticRepository(namespace)
- updateResticRepository(namespace)
- watchResticRepository(namespace)
- deleteSchedule(namespace)
- deletecollectionSchedule(namespace)
- getSchedule(namespace)
- listSchedule(namespace)
- getSchedules(namespace)
- patchSchedule(namespace)
- createSchedule(namespace)
- updateSchedule(namespace)
- watchSchedule(namespace)
- deleteBackup(namespace)
- deletecollectionBackup(namespace)
- getBackup(namespace)
- listBackup(namespace)
- getBackups(namespace)
- patchBackup(namespace)
- createBackup(namespace)
- updateBackup(namespace)
- watchBackup(namespace)
- deleteBackupStorageLocation(namespace)
- deletecollectionBackupStorageLocation(namespace)
- getBackupStorageLocation(namespace)
- listBackupStorageLocation(namespace)
- getBackupStorageLocations(namespace)
- patchBackupStorageLocation(namespace)
- createBackupStorageLocation(namespace)
- updateBackupStorageLocation(namespace)
- watchBackupStorageLocation(namespace)
- deleteRestore(namespace)
- deletecollectionRestore(namespace)
- getRestore(namespace)
- listRestore(namespace)
- getRestores(namespace)
- patchRestore(namespace)
- createRestore(namespace)
- updateRestore(namespace)
- watchRestore(namespace)
- deleteServerStatusRequest(namespace)
- deletecollectionServerStatusRequest(namespace)
- getServerStatusRequest(namespace)
- listServerStatusRequest(namespace)
- getServerStatusRequests(namespace)
- patchServerStatusRequest(namespace)
- createServerStatusRequest(namespace)
- updateServerStatusRequest(namespace)
- watchServerStatusRequest(namespace)
- deleteBundle(namespace)
- deletecollectionBundle(namespace)
- getBundle(namespace)
- listBundle(namespace)
- getBundles(namespace)
- patchBundle(namespace)
- createBundle(namespace)
- updateBundle(namespace)
- watchBundle(namespace)
- deleteBundleBinding(namespace)
- deletecollectionBundleBinding(namespace)
- getBundleBinding(namespace)
- listBundleBinding(namespace)
- getBundleBindings(namespace)
- patchBundleBinding(namespace)
- createBundleBinding(namespace)
- updateBundleBinding(namespace)
- watchBundleBinding(namespace)
- deleteBundleInstance(namespace)
- deletecollectionBundleInstance(namespace)
- getBundleInstance(namespace)
- listBundleInstance(namespace)
- getBundleInstances(namespace)
- patchBundleInstance(namespace)
- createBundleInstance(namespace)
- updateBundleInstance(namespace)
- watchBundleInstance(namespace)
- getNodeMetrics()
- listNodeMetrics()
- getNodeMetrics()
- getPodMetrics(namespace)
- listPodMetrics(namespace)
- getPodMetrics(namespace)
- createClusterServiceBroker()
- deleteClusterServiceBroker()
- deletecollectionClusterServiceBroker()
- getClusterServiceBroker()
- listClusterServiceBroker()
- getClusterServiceBrokers()
- patchClusterServiceBroker()
- updateClusterServiceBroker()
- watchClusterServiceBroker()
- getClusterServiceBrokerStatus()
- patchClusterServiceBrokerStatus()
- updateClusterServiceBrokerStatus()
- createClusterServiceClass()
- deleteClusterServiceClass()
- deletecollectionClusterServiceClass()
- getClusterServiceClass()
- listClusterServiceClass()
- getClusterServiceClasses()
- patchClusterServiceClass()
- updateClusterServiceClass()
- watchClusterServiceClass()
- getClusterServiceClassStatus()
- patchClusterServiceClassStatus()
- updateClusterServiceClassStatus()
- createClusterServicePlan()
- deleteClusterServicePlan()
- deletecollectionClusterServicePlan()
- getClusterServicePlan()
- listClusterServicePlan()
- getClusterServicePlans()
- patchClusterServicePlan()
- updateClusterServicePlan()
- watchClusterServicePlan()
- getClusterServicePlanStatus()
- patchClusterServicePlanStatus()
- updateClusterServicePlanStatus()
- createServiceBinding(namespace)
- deleteServiceBinding(namespace)
- deletecollectionServiceBinding(namespace)
- getServiceBinding(namespace)
- listServiceBinding(namespace)
- getServiceBindings(namespace)
- patchServiceBinding(namespace)
- updateServiceBinding(namespace)
- watchServiceBinding(namespace)
- getServiceBindingStatus(namespace)
- patchServiceBindingStatus(namespace)
- updateServiceBindingStatus(namespace)
- createServiceBroker(namespace)
- deleteServiceBroker(namespace)
- deletecollectionServiceBroker(namespace)
- getServiceBroker(namespace)
- listServiceBroker(namespace)
- getServiceBrokers(namespace)
- patchServiceBroker(namespace)
- updateServiceBroker(namespace)
- watchServiceBroker(namespace)
- getServiceBrokerStatus(namespace)
- patchServiceBrokerStatus(namespace)
- updateServiceBrokerStatus(namespace)
- createServiceClass(namespace)
- deleteServiceClass(namespace)
- deletecollectionServiceClass(namespace)
- getServiceClass(namespace)
- listServiceClass(namespace)
- getServiceClasses(namespace)
- patchServiceClass(namespace)
- updateServiceClass(namespace)
- watchServiceClass(namespace)
- getServiceClassStatus(namespace)
- patchServiceClassStatus(namespace)
- updateServiceClassStatus(namespace)
- createServiceInstance(namespace)
- deleteServiceInstance(namespace)
- deletecollectionServiceInstance(namespace)
- getServiceInstance(namespace)
- listServiceInstance(namespace)
- getServiceInstances(namespace)
- patchServiceInstance(namespace)
- updateServiceInstance(namespace)
- watchServiceInstance(namespace)
- getServiceInstanceReference(namespace)
- patchServiceInstanceReference(namespace)
- updateServiceInstanceReference(namespace)
- getServiceInstanceStatus(namespace)
- patchServiceInstanceStatus(namespace)
- updateServiceInstanceStatus(namespace)
- createServicePlan(namespace)
- deleteServicePlan(namespace)
- deletecollectionServicePlan(namespace)
- getServicePlan(namespace)
- listServicePlan(namespace)
- getServicePlans(namespace)
- patchServicePlan(namespace)
- updateServicePlan(namespace)
- watchServicePlan(namespace)
- getServicePlanStatus(namespace)
- patchServicePlanStatus(namespace)
- updateServicePlanStatus(namespace)
- createBinding(namespace)
- getComponentStatus()
- listComponentStatus()
- getComponentStatuses()
- createConfigMap(namespace)
- deleteConfigMap(namespace)
- deletecollectionConfigMap(namespace)
- getConfigMap(namespace)
- listConfigMap(namespace)
- getConfigMaps(namespace)
- patchConfigMap(namespace)
- updateConfigMap(namespace)
- watchConfigMap(namespace)
- createEndpoints(namespace)
- deleteEndpoints(namespace)
- deletecollectionEndpoints(namespace)
- getEndpoints(namespace)
- listEndpoints(namespace)
- getEndpoints(namespace)
- patchEndpoints(namespace)
- updateEndpoints(namespace)
- watchEndpoints(namespace)
- createEvent(namespace)
- deleteEvent(namespace)
- deletecollectionEvent(namespace)
- getEvent(namespace)
- listEvent(namespace)
- getEvents(namespace)
- patchEvent(namespace)
- updateEvent(namespace)
- watchEvent(namespace)
- createLimitRange(namespace)
- deleteLimitRange(namespace)
- deletecollectionLimitRange(namespace)
- getLimitRange(namespace)
- listLimitRange(namespace)
- getLimitRanges(namespace)
- patchLimitRange(namespace)
- updateLimitRange(namespace)
- watchLimitRange(namespace)
- createNamespace()
- deleteNamespace()
- getNamespace()
- listNamespace()
- getNamespaces()
- patchNamespace()
- updateNamespace()
- watchNamespace()
- updateNamespaceFinalize()
- getNamespaceStatus()
- patchNamespaceStatus()
- updateNamespaceStatus()
- createNode()
- deleteNode()
- deletecollectionNode()
- getNode()
- listNode()
- getNodes()
- patchNode()
- updateNode()
- watchNode()
- getNodeStatus()
- patchNodeStatus()
- updateNodeStatus()
- createPersistentVolumeClaim(namespace)
- deletePersistentVolumeClaim(namespace)
- deletecollectionPersistentVolumeClaim(namespace)
- getPersistentVolumeClaim(namespace)
- listPersistentVolumeClaim(namespace)
- getPersistentVolumeClaims(namespace)
- patchPersistentVolumeClaim(namespace)
- updatePersistentVolumeClaim(namespace)
- watchPersistentVolumeClaim(namespace)
- getPersistentVolumeClaimStatus(namespace)
- patchPersistentVolumeClaimStatus(namespace)
- updatePersistentVolumeClaimStatus(namespace)
- createPersistentVolume()
- deletePersistentVolume()
- deletecollectionPersistentVolume()
- getPersistentVolume()
- listPersistentVolume()
- getPersistentVolumes()
- patchPersistentVolume()
- updatePersistentVolume()
- watchPersistentVolume()
- getPersistentVolumeStatus()
- patchPersistentVolumeStatus()
- updatePersistentVolumeStatus()
- createPod(namespace)
- deletePod(namespace)
- deletecollectionPod(namespace)
- getPod(namespace)
- listPod(namespace)
- getPods(namespace)
- patchPod(namespace)
- updatePod(namespace)
- watchPod(namespace)
- createBindingBinding(namespace)
- createEvictionEviction(namespace)
- getPodLog(namespace)
- getPodStatus(namespace)
- patchPodStatus(namespace)
- updatePodStatus(namespace)
- createPodTemplate(namespace)
- deletePodTemplate(namespace)
- deletecollectionPodTemplate(namespace)
- getPodTemplate(namespace)
- listPodTemplate(namespace)
- getPodTemplates(namespace)
- patchPodTemplate(namespace)
- updatePodTemplate(namespace)
- watchPodTemplate(namespace)
- createReplicationController(namespace)
- deleteReplicationController(namespace)
- deletecollectionReplicationController(namespace)
- getReplicationController(namespace)
- listReplicationController(namespace)
- getReplicationControllers(namespace)
- patchReplicationController(namespace)
- updateReplicationController(namespace)
- watchReplicationController(namespace)
- getScaleScale(namespace)
- patchScaleScale(namespace)
- updateScaleScale(namespace)
- getReplicationControllerStatus(namespace)
- patchReplicationControllerStatus(namespace)
- updateReplicationControllerStatus(namespace)
- createResourceQuota(namespace)
- deleteResourceQuota(namespace)
- deletecollectionResourceQuota(namespace)
- getResourceQuota(namespace)
- listResourceQuota(namespace)
- getResourceQuotas(namespace)
- patchResourceQuota(namespace)
- updateResourceQuota(namespace)
- watchResourceQuota(namespace)
- getResourceQuotaStatus(namespace)
- patchResourceQuotaStatus(namespace)
- updateResourceQuotaStatus(namespace)
- createSecret(namespace)
- deleteSecret(namespace)
- deletecollectionSecret(namespace)
- getSecret(namespace)
- listSecret(namespace)
- getSecrets(namespace)
- patchSecret(namespace)
- updateSecret(namespace)
- watchSecret(namespace)
- createSecurityContextConstraints()
- deleteSecurityContextConstraints()
- deletecollectionSecurityContextConstraints()
- getSecurityContextConstraints()
- listSecurityContextConstraints()
- getSecurityContextConstraints()
- patchSecurityContextConstraints()
- updateSecurityContextConstraints()
- watchSecurityContextConstraints()
- createServiceAccount(namespace)
- deleteServiceAccount(namespace)
- deletecollectionServiceAccount(namespace)
- getServiceAccount(namespace)
- listServiceAccount(namespace)
- getServiceAccounts(namespace)
- patchServiceAccount(namespace)
- updateServiceAccount(namespace)
- watchServiceAccount(namespace)
- createService(namespace)
- deleteService(namespace)
- getService(namespace)
- listService(namespace)
- getServices(namespace)
- patchService(namespace)
- updateService(namespace)
- watchService(namespace)
- getServiceStatus(namespace)
- patchServiceStatus(namespace)
- updateServiceStatus(namespace)
- getAppliedClusterResourceQuota(namespace)
- listAppliedClusterResourceQuota(namespace)
- getAppliedClusterResourceQuotas(namespace)
- createBuildConfig(namespace)
- deleteBuildConfig(namespace)
- deletecollectionBuildConfig(namespace)
- getBuildConfig(namespace)
- listBuildConfig(namespace)
- getBuildConfigs(namespace)
- patchBuildConfig(namespace)
- updateBuildConfig(namespace)
- watchBuildConfig(namespace)
- createBuildRequestInstantiate(namespace)
- createBuild(namespace)
- deleteBuild(namespace)
- deletecollectionBuild(namespace)
- getBuild(namespace)
- listBuild(namespace)
- getBuilds(namespace)
- patchBuild(namespace)
- updateBuild(namespace)
- watchBuild(namespace)
- createBuildRequestClone(namespace)
- updateBuildDetails(namespace)
- getBuildLogLog(namespace)
- createClusterNetwork()
- deleteClusterNetwork()
- deletecollectionClusterNetwork()
- getClusterNetwork()
- listClusterNetwork()
- getClusterNetworks()
- patchClusterNetwork()
- updateClusterNetwork()
- watchClusterNetwork()
- createClusterResourceQuota()
- deleteClusterResourceQuota()
- deletecollectionClusterResourceQuota()
- getClusterResourceQuota()
- listClusterResourceQuota()
- getClusterResourceQuotas()
- patchClusterResourceQuota()
- updateClusterResourceQuota()
- watchClusterResourceQuota()
- getClusterResourceQuotaStatus()
- patchClusterResourceQuotaStatus()
- updateClusterResourceQuotaStatus()
- createClusterRoleBinding()
- deleteClusterRoleBinding()
- getClusterRoleBinding()
- listClusterRoleBinding()
- getClusterRoleBindings()
- patchClusterRoleBinding()
- updateClusterRoleBinding()
- createClusterRole()
- deleteClusterRole()
- getClusterRole()
- listClusterRole()
- getClusterRoles()
- patchClusterRole()
- updateClusterRole()
- createDeploymentConfig(namespace)
- deleteDeploymentConfig(namespace)
- deletecollectionDeploymentConfig(namespace)
- getDeploymentConfig(namespace)
- listDeploymentConfig(namespace)
- getDeploymentConfigs(namespace)
- patchDeploymentConfig(namespace)
- updateDeploymentConfig(namespace)
- watchDeploymentConfig(namespace)
- createDeploymentRequestInstantiate(namespace)
- getDeploymentLogLog(namespace)
- createDeploymentConfigRollbackRollback(namespace)
- getScaleScale(namespace)
- patchScaleScale(namespace)
- updateScaleScale(namespace)
- getDeploymentConfigStatus(namespace)
- patchDeploymentConfigStatus(namespace)
- updateDeploymentConfigStatus(namespace)
- createEgressNetworkPolicy(namespace)
- deleteEgressNetworkPolicy(namespace)
- deletecollectionEgressNetworkPolicy(namespace)
- getEgressNetworkPolicy(namespace)
- listEgressNetworkPolicy(namespace)
- getEgressNetworkPolicies(namespace)
- patchEgressNetworkPolicy(namespace)
- updateEgressNetworkPolicy(namespace)
- watchEgressNetworkPolicy(namespace)
- createGroup()
- deleteGroup()
- deletecollectionGroup()
- getGroup()
- listGroup()
- getGroups()
- patchGroup()
- updateGroup()
- watchGroup()
- createHostSubnet()
- deleteHostSubnet()
- deletecollectionHostSubnet()
- getHostSubnet()
- listHostSubnet()
- getHostSubnets()
- patchHostSubnet()
- updateHostSubnet()
- watchHostSubnet()
- createIdentity()
- deleteIdentity()
- deletecollectionIdentity()
- getIdentity()
- listIdentity()
- getIdentities()
- patchIdentity()
- updateIdentity()
- watchIdentity()
- createImage()
- deleteImage()
- deletecollectionImage()
- getImage()
- listImage()
- getImages()
- patchImage()
- updateImage()
- watchImage()
- createImageSignature()
- deleteImageSignature()
- getImageStreamImage(namespace)
- createImageStreamImport(namespace)
- createImageStreamMapping(namespace)
- createImageStream(namespace)
- deleteImageStream(namespace)
- deletecollectionImageStream(namespace)
- getImageStream(namespace)
- listImageStream(namespace)
- getImageStreams(namespace)
- patchImageStream(namespace)
- updateImageStream(namespace)
- watchImageStream(namespace)
- getSecretListSecrets(namespace)
- getImageStreamStatus(namespace)
- patchImageStreamStatus(namespace)
- updateImageStreamStatus(namespace)
- createImageStreamTag(namespace)
- deleteImageStreamTag(namespace)
- getImageStreamTag(namespace)
- listImageStreamTag(namespace)
- getImageStreamTags(namespace)
- patchImageStreamTag(namespace)
- updateImageStreamTag(namespace)
- createLocalResourceAccessReview(namespace)
- createLocalSubjectAccessReview(namespace)
- createNetNamespace()
- deleteNetNamespace()
- deletecollectionNetNamespace()
- getNetNamespace()
- listNetNamespace()
- getNetNamespaces()
- patchNetNamespace()
- updateNetNamespace()
- watchNetNamespace()
- createOAuthAccessToken()
- deleteOAuthAccessToken()
- deletecollectionOAuthAccessToken()
- getOAuthAccessToken()
- listOAuthAccessToken()
- getOAuthAccessTokens()
- patchOAuthAccessToken()
- updateOAuthAccessToken()
- watchOAuthAccessToken()
- createOAuthAuthorizeToken()
- deleteOAuthAuthorizeToken()
- deletecollectionOAuthAuthorizeToken()
- getOAuthAuthorizeToken()
- listOAuthAuthorizeToken()
- getOAuthAuthorizeTokens()
- patchOAuthAuthorizeToken()
- updateOAuthAuthorizeToken()
- watchOAuthAuthorizeToken()
- createOAuthClientAuthorization()
- deleteOAuthClientAuthorization()
- deletecollectionOAuthClientAuthorization()
- getOAuthClientAuthorization()
- listOAuthClientAuthorization()
- getOAuthClientAuthorizations()
- patchOAuthClientAuthorization()
- updateOAuthClientAuthorization()
- watchOAuthClientAuthorization()
- createOAuthClient()
- deleteOAuthClient()
- deletecollectionOAuthClient()
- getOAuthClient()
- listOAuthClient()
- getOAuthClients()
- patchOAuthClient()
- updateOAuthClient()
- watchOAuthClient()
- createPodSecurityPolicyReview(namespace)
- createPodSecurityPolicySelfSubjectReview(namespace)
- createPodSecurityPolicySubjectReview(namespace)
- createTemplate(namespace)
- createProjectRequest()
- listProjectRequest()
- getProjectRequests()
- createProject()
- deleteProject()
- getProject()
- listProject()
- getProjects()
- patchProject()
- updateProject()
- watchProject()
- createResourceAccessReview()
- createRoleBindingRestriction(namespace)
- deleteRoleBindingRestriction(namespace)
- deletecollectionRoleBindingRestriction(namespace)
- getRoleBindingRestriction(namespace)
- listRoleBindingRestriction(namespace)
- getRoleBindingRestrictions(namespace)
- patchRoleBindingRestriction(namespace)
- updateRoleBindingRestriction(namespace)
- watchRoleBindingRestriction(namespace)
- createRoleBinding(namespace)
- deleteRoleBinding(namespace)
- getRoleBinding(namespace)
- listRoleBinding(namespace)
- getRoleBindings(namespace)
- patchRoleBinding(namespace)
- updateRoleBinding(namespace)
- createRole(namespace)
- deleteRole(namespace)
- getRole(namespace)
- listRole(namespace)
- getRoles(namespace)
- patchRole(namespace)
- updateRole(namespace)
- createRoute(namespace)
- deleteRoute(namespace)
- deletecollectionRoute(namespace)
- getRoute(namespace)
- listRoute(namespace)
- getRoutes(namespace)
- patchRoute(namespace)
- updateRoute(namespace)
- watchRoute(namespace)
- getRouteStatus(namespace)
- patchRouteStatus(namespace)
- updateRouteStatus(namespace)
- createSelfSubjectRulesReview(namespace)
- createSubjectAccessReview()
- createSubjectRulesReview(namespace)
- createTemplate(namespace)
- deleteTemplate(namespace)
- deletecollectionTemplate(namespace)
- getTemplate(namespace)
- listTemplate(namespace)
- getTemplates(namespace)
- patchTemplate(namespace)
- updateTemplate(namespace)
- watchTemplate(namespace)
- createUserIdentityMapping()
- deleteUserIdentityMapping()
- getUserIdentityMapping()
- patchUserIdentityMapping()
- updateUserIdentityMapping()
- createUser()
- deleteUser()
- deletecollectionUser()
- getUser()
- listUser()
- getUsers()
- patchUser()
- updateUser()
- watchUser()