×

Overview

The OpenShift Enterprise API exposes operations for managing an enterprise Kubernetes cluster, including security and user management, application deployments, image and source builds, HTTP(s) routing, and project management.

Version information

Version: v1

URI scheme

Host: 127.0.0.1:8443 BasePath: / Schemes: HTTPS

Paths

get available resources

GET /oapi/v1

Responses

HTTP Code Description Schema

default

success

string

Consumes

  • application/json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind BuildConfig

GET /oapi/v1/buildconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.BuildConfigList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a BuildConfig

POST /oapi/v1/buildconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.BuildConfig

Responses

HTTP Code Description Schema

200

success

v1.BuildConfig

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Build

GET /oapi/v1/builds

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.BuildList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Build

POST /oapi/v1/builds

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Build

Responses

HTTP Code Description Schema

200

success

v1.Build

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind ClusterNetwork

GET /oapi/v1/clusternetworks

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterNetworkList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ClusterNetwork

POST /oapi/v1/clusternetworks

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterNetwork

Responses

HTTP Code Description Schema

200

success

v1.ClusterNetwork

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified ClusterNetwork

GET /oapi/v1/clusternetworks/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the ClusterNetwork

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterNetwork

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified ClusterNetwork

PUT /oapi/v1/clusternetworks/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterNetwork

PathParameter

name

name of the ClusterNetwork

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterNetwork

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a ClusterNetwork

DELETE /oapi/v1/clusternetworks/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the ClusterNetwork

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified ClusterNetwork

PATCH /oapi/v1/clusternetworks/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the ClusterNetwork

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterNetwork

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind ClusterPolicy

GET /oapi/v1/clusterpolicies

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicyList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ClusterPolicy

POST /oapi/v1/clusterpolicies

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterPolicy

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicy

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified ClusterPolicy

GET /oapi/v1/clusterpolicies/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the ClusterPolicy

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicy

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified ClusterPolicy

PUT /oapi/v1/clusterpolicies/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterPolicy

PathParameter

name

name of the ClusterPolicy

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicy

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a ClusterPolicy

DELETE /oapi/v1/clusterpolicies/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the ClusterPolicy

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified ClusterPolicy

PATCH /oapi/v1/clusterpolicies/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the ClusterPolicy

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicy

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind ClusterPolicyBinding

GET /oapi/v1/clusterpolicybindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicyBindingList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ClusterPolicyBinding

POST /oapi/v1/clusterpolicybindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterPolicyBinding

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicyBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified ClusterPolicyBinding

GET /oapi/v1/clusterpolicybindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the ClusterPolicyBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicyBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified ClusterPolicyBinding

PUT /oapi/v1/clusterpolicybindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterPolicyBinding

PathParameter

name

name of the ClusterPolicyBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicyBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a ClusterPolicyBinding

DELETE /oapi/v1/clusterpolicybindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the ClusterPolicyBinding

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified ClusterPolicyBinding

PATCH /oapi/v1/clusterpolicybindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the ClusterPolicyBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterPolicyBinding

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list objects of kind ClusterRoleBinding

GET /oapi/v1/clusterrolebindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterRoleBindingList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ClusterRoleBinding

POST /oapi/v1/clusterrolebindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterRoleBinding

Responses

HTTP Code Description Schema

200

success

v1.ClusterRoleBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified ClusterRoleBinding

GET /oapi/v1/clusterrolebindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the ClusterRoleBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterRoleBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified ClusterRoleBinding

PUT /oapi/v1/clusterrolebindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterRoleBinding

PathParameter

name

name of the ClusterRoleBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterRoleBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a ClusterRoleBinding

DELETE /oapi/v1/clusterrolebindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the ClusterRoleBinding

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified ClusterRoleBinding

PATCH /oapi/v1/clusterrolebindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the ClusterRoleBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterRoleBinding

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list objects of kind ClusterRole

GET /oapi/v1/clusterroles

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterRoleList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ClusterRole

POST /oapi/v1/clusterroles

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterRole

Responses

HTTP Code Description Schema

200

success

v1.ClusterRole

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified ClusterRole

GET /oapi/v1/clusterroles/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the ClusterRole

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterRole

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified ClusterRole

PUT /oapi/v1/clusterroles/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ClusterRole

PathParameter

name

name of the ClusterRole

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterRole

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a ClusterRole

DELETE /oapi/v1/clusterroles/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the ClusterRole

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified ClusterRole

PATCH /oapi/v1/clusterroles/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the ClusterRole

true

string

Responses

HTTP Code Description Schema

200

success

v1.ClusterRole

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

create a DeploymentConfigRollback

POST /oapi/v1/deploymentconfigrollbacks

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeploymentConfigRollback

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfigRollback

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind DeploymentConfig

GET /oapi/v1/deploymentconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfigList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a DeploymentConfig

POST /oapi/v1/deploymentconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeploymentConfig

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfig

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Group

GET /oapi/v1/groups

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.GroupList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Group

POST /oapi/v1/groups

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Group

Responses

HTTP Code Description Schema

200

success

v1.Group

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified Group

GET /oapi/v1/groups/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the Group

true

string

Responses

HTTP Code Description Schema

200

success

v1.Group

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified Group

PUT /oapi/v1/groups/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Group

PathParameter

name

name of the Group

true

string

Responses

HTTP Code Description Schema

200

success

v1.Group

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a Group

DELETE /oapi/v1/groups/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the Group

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified Group

PATCH /oapi/v1/groups/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the Group

true

string

Responses

HTTP Code Description Schema

200

success

v1.Group

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind HostSubnet

GET /oapi/v1/hostsubnets

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.HostSubnetList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a HostSubnet

POST /oapi/v1/hostsubnets

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.HostSubnet

Responses

HTTP Code Description Schema

200

success

v1.HostSubnet

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified HostSubnet

GET /oapi/v1/hostsubnets/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the HostSubnet

true

string

Responses

HTTP Code Description Schema

200

success

v1.HostSubnet

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified HostSubnet

PUT /oapi/v1/hostsubnets/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.HostSubnet

PathParameter

name

name of the HostSubnet

true

string

Responses

HTTP Code Description Schema

200

success

v1.HostSubnet

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a HostSubnet

DELETE /oapi/v1/hostsubnets/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the HostSubnet

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified HostSubnet

PATCH /oapi/v1/hostsubnets/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the HostSubnet

true

string

Responses

HTTP Code Description Schema

200

success

v1.HostSubnet

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Identity

GET /oapi/v1/identities

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.IdentityList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Identity

POST /oapi/v1/identities

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Identity

Responses

HTTP Code Description Schema

200

success

v1.Identity

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified Identity

GET /oapi/v1/identities/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the Identity

true

string

Responses

HTTP Code Description Schema

200

success

v1.Identity

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified Identity

PUT /oapi/v1/identities/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Identity

PathParameter

name

name of the Identity

true

string

Responses

HTTP Code Description Schema

200

success

v1.Identity

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a Identity

DELETE /oapi/v1/identities/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the Identity

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified Identity

PATCH /oapi/v1/identities/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the Identity

true

string

Responses

HTTP Code Description Schema

200

success

v1.Identity

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Image

GET /oapi/v1/images

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.ImageList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Image

POST /oapi/v1/images

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Image

Responses

HTTP Code Description Schema

200

success

v1.Image

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified Image

GET /oapi/v1/images/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the Image

true

string

Responses

HTTP Code Description Schema

200

success

v1.Image

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified Image

PUT /oapi/v1/images/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Image

PathParameter

name

name of the Image

true

string

Responses

HTTP Code Description Schema

200

success

v1.Image

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a Image

DELETE /oapi/v1/images/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the Image

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified Image

PATCH /oapi/v1/images/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the Image

true

string

Responses

HTTP Code Description Schema

200

success

v1.Image

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

create a ImageStreamMapping

POST /oapi/v1/imagestreammappings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ImageStreamMapping

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamMapping

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind ImageStream

GET /oapi/v1/imagestreams

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ImageStream

POST /oapi/v1/imagestreams

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ImageStream

Responses

HTTP Code Description Schema

200

success

v1.ImageStream

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list objects of kind ImageStreamTag

GET /oapi/v1/imagestreamtags

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamTagList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a LocalResourceAccessReview

POST /oapi/v1/localresourceaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.LocalResourceAccessReview

Responses

HTTP Code Description Schema

200

success

v1.LocalResourceAccessReview

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a LocalSubjectAccessReview

POST /oapi/v1/localsubjectaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.LocalSubjectAccessReview

Responses

HTTP Code Description Schema

200

success

v1.LocalSubjectAccessReview

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind BuildConfig

GET /oapi/v1/namespaces/{namespace}/buildconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.BuildConfigList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a BuildConfig

POST /oapi/v1/namespaces/{namespace}/buildconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.BuildConfig

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.BuildConfig

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified BuildConfig

GET /oapi/v1/namespaces/{namespace}/buildconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the BuildConfig

true

string

Responses

HTTP Code Description Schema

200

success

v1.BuildConfig

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified BuildConfig

PUT /oapi/v1/namespaces/{namespace}/buildconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.BuildConfig

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the BuildConfig

true

string

Responses

HTTP Code Description Schema

200

success

v1.BuildConfig

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a BuildConfig

DELETE /oapi/v1/namespaces/{namespace}/buildconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the BuildConfig

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified BuildConfig

PATCH /oapi/v1/namespaces/{namespace}/buildconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the BuildConfig

true

string

Responses

HTTP Code Description Schema

200

success

v1.BuildConfig

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

create instantiate of a BuildRequest

POST /oapi/v1/namespaces/{namespace}/buildconfigs/{name}/instantiate

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.BuildRequest

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the BuildRequest

true

string

Responses

HTTP Code Description Schema

200

success

v1.BuildRequest

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

connect POST requests to instantiatebinary of BinaryBuildRequestOptions

POST /oapi/v1/namespaces/{namespace}/buildconfigs/{name}/instantiatebinary

Parameters

Type Name Description Required Schema Default

QueryParameter

asFile

false

string

QueryParameter

revision.commit

false

string

QueryParameter

revision.message

false

string

QueryParameter

revision.authorName

false

string

QueryParameter

revision.authorEmail

false

string

QueryParameter

revision.committerName

false

string

QueryParameter

revision.committerEmail

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the BinaryBuildRequestOptions

true

string

Responses

HTTP Code Description Schema

default

success

string

Consumes

  • /

Produces

  • /

Tags

  • oapiv1

connect POST requests to webhooks of Status

POST /oapi/v1/namespaces/{namespace}/buildconfigs/{name}/webhooks

Parameters

Type Name Description Required Schema Default

QueryParameter

path

Path is the URL path to use for the current proxy request to pod.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Status

true

string

Responses

HTTP Code Description Schema

default

success

string

Consumes

  • /

Produces

  • /

Tags

  • oapiv1

connect POST requests to webhooks of Status

POST /oapi/v1/namespaces/{namespace}/buildconfigs/{name}/webhooks/{path:*}

Parameters

Type Name Description Required Schema Default

QueryParameter

path

Path is the URL path to use for the current proxy request to pod.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Status

true

string

PathParameter

path

path to the resource

true

string

Responses

HTTP Code Description Schema

default

success

string

Consumes

  • /

Produces

  • /

Tags

  • oapiv1

list or watch objects of kind Build

GET /oapi/v1/namespaces/{namespace}/builds

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.BuildList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Build

POST /oapi/v1/namespaces/{namespace}/builds

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Build

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.Build

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified Build

GET /oapi/v1/namespaces/{namespace}/builds/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Build

true

string

Responses

HTTP Code Description Schema

200

success

v1.Build

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified Build

PUT /oapi/v1/namespaces/{namespace}/builds/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Build

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Build

true

string

Responses

HTTP Code Description Schema

200

success

v1.Build

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a Build

DELETE /oapi/v1/namespaces/{namespace}/builds/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Build

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified Build

PATCH /oapi/v1/namespaces/{namespace}/builds/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Build

true

string

Responses

HTTP Code Description Schema

200

success

v1.Build

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

create clone of a BuildRequest

POST /oapi/v1/namespaces/{namespace}/builds/{name}/clone

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.BuildRequest

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the BuildRequest

true

string

Responses

HTTP Code Description Schema

200

success

v1.BuildRequest

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read log of the specified BuildLog

GET /oapi/v1/namespaces/{namespace}/builds/{name}/log

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

container

false

string

QueryParameter

follow

false

boolean

QueryParameter

previous

false

boolean

QueryParameter

sinceSeconds

false

ref

QueryParameter

sinceTime

false

string

QueryParameter

timestamps

false

boolean

QueryParameter

tailLines

false

ref

QueryParameter

limitBytes

false

ref

QueryParameter

nowait

false

boolean

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the BuildLog

true

string

Responses

HTTP Code Description Schema

200

success

v1.BuildLog

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a DeploymentConfigRollback

POST /oapi/v1/namespaces/{namespace}/deploymentconfigrollbacks

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeploymentConfigRollback

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfigRollback

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind DeploymentConfig

GET /oapi/v1/namespaces/{namespace}/deploymentconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfigList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a DeploymentConfig

POST /oapi/v1/namespaces/{namespace}/deploymentconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeploymentConfig

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfig

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified DeploymentConfig

GET /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the DeploymentConfig

true

string

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfig

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified DeploymentConfig

PUT /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeploymentConfig

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the DeploymentConfig

true

string

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfig

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a DeploymentConfig

DELETE /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the DeploymentConfig

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified DeploymentConfig

PATCH /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the DeploymentConfig

true

string

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfig

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

read log of the specified DeploymentLog

GET /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/log

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

container

false

string

QueryParameter

follow

false

boolean

QueryParameter

previous

false

boolean

QueryParameter

sinceSeconds

false

ref

QueryParameter

sinceTime

false

string

QueryParameter

timestamps

false

boolean

QueryParameter

tailLines

false

ref

QueryParameter

limitBytes

false

ref

QueryParameter

nowait

false

boolean

QueryParameter

version

false

ref

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the DeploymentLog

true

string

Responses

HTTP Code Description Schema

200

success

v1.DeploymentLog

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified DeploymentConfig

GET /oapi/v1/namespaces/{namespace}/generatedeploymentconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the DeploymentConfig

true

string

Responses

HTTP Code Description Schema

200

success

v1.DeploymentConfig

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified ImageStreamImage

GET /oapi/v1/namespaces/{namespace}/imagestreamimages/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStreamImage

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamImage

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ImageStreamMapping

POST /oapi/v1/namespaces/{namespace}/imagestreammappings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ImageStreamMapping

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamMapping

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind ImageStream

GET /oapi/v1/namespaces/{namespace}/imagestreams

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ImageStream

POST /oapi/v1/namespaces/{namespace}/imagestreams

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ImageStream

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStream

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified ImageStream

GET /oapi/v1/namespaces/{namespace}/imagestreams/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStream

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStream

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified ImageStream

PUT /oapi/v1/namespaces/{namespace}/imagestreams/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ImageStream

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStream

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStream

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a ImageStream

DELETE /oapi/v1/namespaces/{namespace}/imagestreams/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStream

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified ImageStream

PATCH /oapi/v1/namespaces/{namespace}/imagestreams/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStream

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStream

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

replace status of the specified ImageStream

PUT /oapi/v1/namespaces/{namespace}/imagestreams/{name}/status

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ImageStream

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStream

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStream

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list objects of kind ImageStreamTag

GET /oapi/v1/namespaces/{namespace}/imagestreamtags

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamTagList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified ImageStreamTag

GET /oapi/v1/namespaces/{namespace}/imagestreamtags/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStreamTag

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamTag

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified ImageStreamTag

PUT /oapi/v1/namespaces/{namespace}/imagestreamtags/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ImageStreamTag

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStreamTag

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamTag

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a ImageStreamTag

DELETE /oapi/v1/namespaces/{namespace}/imagestreamtags/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStreamTag

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified ImageStreamTag

PATCH /oapi/v1/namespaces/{namespace}/imagestreamtags/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the ImageStreamTag

true

string

Responses

HTTP Code Description Schema

200

success

v1.ImageStreamTag

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

create a LocalResourceAccessReview

POST /oapi/v1/namespaces/{namespace}/localresourceaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.LocalResourceAccessReview

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.LocalResourceAccessReview

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a LocalSubjectAccessReview

POST /oapi/v1/namespaces/{namespace}/localsubjectaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.LocalSubjectAccessReview

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.LocalSubjectAccessReview

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Policy

GET /oapi/v1/namespaces/{namespace}/policies

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.PolicyList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Policy

POST /oapi/v1/namespaces/{namespace}/policies

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Policy

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.Policy

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified Policy

GET /oapi/v1/namespaces/{namespace}/policies/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Policy

true

string

Responses

HTTP Code Description Schema

200

success

v1.Policy

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified Policy

PUT /oapi/v1/namespaces/{namespace}/policies/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Policy

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Policy

true

string

Responses

HTTP Code Description Schema

200

success

v1.Policy

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a Policy

DELETE /oapi/v1/namespaces/{namespace}/policies/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Policy

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified Policy

PATCH /oapi/v1/namespaces/{namespace}/policies/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Policy

true

string

Responses

HTTP Code Description Schema

200

success

v1.Policy

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind PolicyBinding

GET /oapi/v1/namespaces/{namespace}/policybindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.PolicyBindingList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a PolicyBinding

POST /oapi/v1/namespaces/{namespace}/policybindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.PolicyBinding

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.PolicyBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified PolicyBinding

GET /oapi/v1/namespaces/{namespace}/policybindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the PolicyBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.PolicyBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified PolicyBinding

PUT /oapi/v1/namespaces/{namespace}/policybindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.PolicyBinding

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the PolicyBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.PolicyBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a PolicyBinding

DELETE /oapi/v1/namespaces/{namespace}/policybindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the PolicyBinding

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified PolicyBinding

PATCH /oapi/v1/namespaces/{namespace}/policybindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the PolicyBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.PolicyBinding

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

create a Template

POST /oapi/v1/namespaces/{namespace}/processedtemplates

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Template

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.Template

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ResourceAccessReview

POST /oapi/v1/namespaces/{namespace}/resourceaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ResourceAccessReview

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.ResourceAccessReview

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list objects of kind RoleBinding

GET /oapi/v1/namespaces/{namespace}/rolebindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.RoleBindingList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a RoleBinding

POST /oapi/v1/namespaces/{namespace}/rolebindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.RoleBinding

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.RoleBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified RoleBinding

GET /oapi/v1/namespaces/{namespace}/rolebindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the RoleBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.RoleBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified RoleBinding

PUT /oapi/v1/namespaces/{namespace}/rolebindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.RoleBinding

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the RoleBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.RoleBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a RoleBinding

DELETE /oapi/v1/namespaces/{namespace}/rolebindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the RoleBinding

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified RoleBinding

PATCH /oapi/v1/namespaces/{namespace}/rolebindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the RoleBinding

true

string

Responses

HTTP Code Description Schema

200

success

v1.RoleBinding

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list objects of kind Role

GET /oapi/v1/namespaces/{namespace}/roles

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.RoleList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Role

POST /oapi/v1/namespaces/{namespace}/roles

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Role

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.Role

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified Role

GET /oapi/v1/namespaces/{namespace}/roles/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Role

true

string

Responses

HTTP Code Description Schema

200

success

v1.Role

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified Role

PUT /oapi/v1/namespaces/{namespace}/roles/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Role

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Role

true

string

Responses

HTTP Code Description Schema

200

success

v1.Role

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a Role

DELETE /oapi/v1/namespaces/{namespace}/roles/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Role

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified Role

PATCH /oapi/v1/namespaces/{namespace}/roles/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Role

true

string

Responses

HTTP Code Description Schema

200

success

v1.Role

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Route

GET /oapi/v1/namespaces/{namespace}/routes

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.RouteList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Route

POST /oapi/v1/namespaces/{namespace}/routes

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Route

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.Route

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified Route

GET /oapi/v1/namespaces/{namespace}/routes/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Route

true

string

Responses

HTTP Code Description Schema

200

success

v1.Route

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified Route

PUT /oapi/v1/namespaces/{namespace}/routes/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Route

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Route

true

string

Responses

HTTP Code Description Schema

200

success

v1.Route

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a Route

DELETE /oapi/v1/namespaces/{namespace}/routes/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Route

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified Route

PATCH /oapi/v1/namespaces/{namespace}/routes/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Route

true

string

Responses

HTTP Code Description Schema

200

success

v1.Route

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

replace status of the specified Route

PUT /oapi/v1/namespaces/{namespace}/routes/{name}/status

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Route

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Route

true

string

Responses

HTTP Code Description Schema

200

success

v1.Route

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a SubjectAccessReview

POST /oapi/v1/namespaces/{namespace}/subjectaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.SubjectAccessReview

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.SubjectAccessReview

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Template

GET /oapi/v1/namespaces/{namespace}/templates

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.TemplateList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Template

POST /oapi/v1/namespaces/{namespace}/templates

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Template

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

v1.Template

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified Template

GET /oapi/v1/namespaces/{namespace}/templates/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Template

true

string

Responses

HTTP Code Description Schema

200

success

v1.Template

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified Template

PUT /oapi/v1/namespaces/{namespace}/templates/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Template

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Template

true

string

Responses

HTTP Code Description Schema

200

success

v1.Template

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a Template

DELETE /oapi/v1/namespaces/{namespace}/templates/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Template

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified Template

PATCH /oapi/v1/namespaces/{namespace}/templates/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the Template

true

string

Responses

HTTP Code Description Schema

200

success

v1.Template

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind NetNamespace

GET /oapi/v1/netnamespaces

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.NetNamespaceList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a NetNamespace

POST /oapi/v1/netnamespaces

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.NetNamespace

Responses

HTTP Code Description Schema

200

success

v1.NetNamespace

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified NetNamespace

GET /oapi/v1/netnamespaces/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the NetNamespace

true

string

Responses

HTTP Code Description Schema

200

success

v1.NetNamespace

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified NetNamespace

PUT /oapi/v1/netnamespaces/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.NetNamespace

PathParameter

name

name of the NetNamespace

true

string

Responses

HTTP Code Description Schema

200

success

v1.NetNamespace

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a NetNamespace

DELETE /oapi/v1/netnamespaces/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the NetNamespace

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified NetNamespace

PATCH /oapi/v1/netnamespaces/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the NetNamespace

true

string

Responses

HTTP Code Description Schema

200

success

v1.NetNamespace

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list objects of kind OAuthAccessToken

GET /oapi/v1/oauthaccesstokens

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthAccessTokenList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a OAuthAccessToken

POST /oapi/v1/oauthaccesstokens

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.OAuthAccessToken

Responses

HTTP Code Description Schema

200

success

v1.OAuthAccessToken

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified OAuthAccessToken

GET /oapi/v1/oauthaccesstokens/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the OAuthAccessToken

true

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthAccessToken

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a OAuthAccessToken

DELETE /oapi/v1/oauthaccesstokens/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the OAuthAccessToken

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list objects of kind OAuthAuthorizeToken

GET /oapi/v1/oauthauthorizetokens

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthAuthorizeTokenList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a OAuthAuthorizeToken

POST /oapi/v1/oauthauthorizetokens

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.OAuthAuthorizeToken

Responses

HTTP Code Description Schema

200

success

v1.OAuthAuthorizeToken

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified OAuthAuthorizeToken

GET /oapi/v1/oauthauthorizetokens/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the OAuthAuthorizeToken

true

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthAuthorizeToken

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a OAuthAuthorizeToken

DELETE /oapi/v1/oauthauthorizetokens/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the OAuthAuthorizeToken

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind OAuthClientAuthorization

GET /oapi/v1/oauthclientauthorizations

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthClientAuthorizationList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a OAuthClientAuthorization

POST /oapi/v1/oauthclientauthorizations

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.OAuthClientAuthorization

Responses

HTTP Code Description Schema

200

success

v1.OAuthClientAuthorization

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified OAuthClientAuthorization

GET /oapi/v1/oauthclientauthorizations/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the OAuthClientAuthorization

true

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthClientAuthorization

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified OAuthClientAuthorization

PUT /oapi/v1/oauthclientauthorizations/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.OAuthClientAuthorization

PathParameter

name

name of the OAuthClientAuthorization

true

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthClientAuthorization

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a OAuthClientAuthorization

DELETE /oapi/v1/oauthclientauthorizations/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the OAuthClientAuthorization

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified OAuthClientAuthorization

PATCH /oapi/v1/oauthclientauthorizations/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the OAuthClientAuthorization

true

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthClientAuthorization

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind OAuthClient

GET /oapi/v1/oauthclients

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthClientList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a OAuthClient

POST /oapi/v1/oauthclients

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.OAuthClient

Responses

HTTP Code Description Schema

200

success

v1.OAuthClient

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified OAuthClient

GET /oapi/v1/oauthclients/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the OAuthClient

true

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthClient

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified OAuthClient

PUT /oapi/v1/oauthclients/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.OAuthClient

PathParameter

name

name of the OAuthClient

true

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthClient

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a OAuthClient

DELETE /oapi/v1/oauthclients/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the OAuthClient

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified OAuthClient

PATCH /oapi/v1/oauthclients/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the OAuthClient

true

string

Responses

HTTP Code Description Schema

200

success

v1.OAuthClient

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Policy

GET /oapi/v1/policies

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.PolicyList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Policy

POST /oapi/v1/policies

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Policy

Responses

HTTP Code Description Schema

200

success

v1.Policy

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind PolicyBinding

GET /oapi/v1/policybindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.PolicyBindingList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a PolicyBinding

POST /oapi/v1/policybindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.PolicyBinding

Responses

HTTP Code Description Schema

200

success

v1.PolicyBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Template

POST /oapi/v1/processedtemplates

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Template

Responses

HTTP Code Description Schema

200

success

v1.Template

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list objects of kind ProjectRequest

GET /oapi/v1/projectrequests

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a ProjectRequest

POST /oapi/v1/projectrequests

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ProjectRequest

Responses

HTTP Code Description Schema

200

success

v1.ProjectRequest

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list objects of kind Project

GET /oapi/v1/projects

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.ProjectList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Project

POST /oapi/v1/projects

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Project

Responses

HTTP Code Description Schema

200

success

v1.Project

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified Project

GET /oapi/v1/projects/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the Project

true

string

Responses

HTTP Code Description Schema

200

success

v1.Project

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified Project

PUT /oapi/v1/projects/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Project

PathParameter

name

name of the Project

true

string

Responses

HTTP Code Description Schema

200

success

v1.Project

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a Project

DELETE /oapi/v1/projects/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the Project

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified Project

PATCH /oapi/v1/projects/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the Project

true

string

Responses

HTTP Code Description Schema

200

success

v1.Project

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

create a ResourceAccessReview

POST /oapi/v1/resourceaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.ResourceAccessReview

Responses

HTTP Code Description Schema

200

success

v1.ResourceAccessReview

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list objects of kind RoleBinding

GET /oapi/v1/rolebindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.RoleBindingList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a RoleBinding

POST /oapi/v1/rolebindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.RoleBinding

Responses

HTTP Code Description Schema

200

success

v1.RoleBinding

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list objects of kind Role

GET /oapi/v1/roles

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.RoleList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Role

POST /oapi/v1/roles

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Role

Responses

HTTP Code Description Schema

200

success

v1.Role

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Route

GET /oapi/v1/routes

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.RouteList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Route

POST /oapi/v1/routes

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Route

Responses

HTTP Code Description Schema

200

success

v1.Route

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a SubjectAccessReview

POST /oapi/v1/subjectaccessreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.SubjectAccessReview

Responses

HTTP Code Description Schema

200

success

v1.SubjectAccessReview

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind Template

GET /oapi/v1/templates

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.TemplateList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a Template

POST /oapi/v1/templates

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.Template

Responses

HTTP Code Description Schema

200

success

v1.Template

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a UserIdentityMapping

POST /oapi/v1/useridentitymappings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.UserIdentityMapping

Responses

HTTP Code Description Schema

200

success

v1.UserIdentityMapping

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified UserIdentityMapping

GET /oapi/v1/useridentitymappings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the UserIdentityMapping

true

string

Responses

HTTP Code Description Schema

200

success

v1.UserIdentityMapping

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified UserIdentityMapping

PUT /oapi/v1/useridentitymappings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.UserIdentityMapping

PathParameter

name

name of the UserIdentityMapping

true

string

Responses

HTTP Code Description Schema

200

success

v1.UserIdentityMapping

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a UserIdentityMapping

DELETE /oapi/v1/useridentitymappings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the UserIdentityMapping

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified UserIdentityMapping

PATCH /oapi/v1/useridentitymappings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the UserIdentityMapping

true

string

Responses

HTTP Code Description Schema

200

success

v1.UserIdentityMapping

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

list or watch objects of kind User

GET /oapi/v1/users

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

v1.UserList

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

create a User

POST /oapi/v1/users

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.User

Responses

HTTP Code Description Schema

200

success

v1.User

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

read the specified User

GET /oapi/v1/users/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

PathParameter

name

name of the User

true

string

Responses

HTTP Code Description Schema

200

success

v1.User

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

replace the specified User

PUT /oapi/v1/users/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.User

PathParameter

name

name of the User

true

string

Responses

HTTP Code Description Schema

200

success

v1.User

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

delete a User

DELETE /oapi/v1/users/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the User

true

string

Responses

HTTP Code Description Schema

200

success

unversioned.Status

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

partially update the specified User

PATCH /oapi/v1/users/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the User

true

string

Responses

HTTP Code Description Schema

200

success

v1.User

Consumes

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of BuildConfig

GET /oapi/v1/watch/buildconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of Build

GET /oapi/v1/watch/builds

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of ClusterNetwork

GET /oapi/v1/watch/clusternetworks

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch changes to an object of kind ClusterNetwork

GET /oapi/v1/watch/clusternetworks/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

name

name of the ClusterNetwork

true

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of ClusterPolicy

GET /oapi/v1/watch/clusterpolicies

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch changes to an object of kind ClusterPolicy

GET /oapi/v1/watch/clusterpolicies/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

name

name of the ClusterPolicy

true

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of ClusterPolicyBinding

GET /oapi/v1/watch/clusterpolicybindings

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch changes to an object of kind ClusterPolicyBinding

GET /oapi/v1/watch/clusterpolicybindings/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

name

name of the ClusterPolicyBinding

true

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of DeploymentConfig

GET /oapi/v1/watch/deploymentconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of Group

GET /oapi/v1/watch/groups

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch changes to an object of kind Group

GET /oapi/v1/watch/groups/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

name

name of the Group

true

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of HostSubnet

GET /oapi/v1/watch/hostsubnets

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch changes to an object of kind HostSubnet

GET /oapi/v1/watch/hostsubnets/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

name

name of the HostSubnet

true

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of Identity

GET /oapi/v1/watch/identities

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch changes to an object of kind Identity

GET /oapi/v1/watch/identities/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

name

name of the Identity

true

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of Image

GET /oapi/v1/watch/images

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch changes to an object of kind Image

GET /oapi/v1/watch/images/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

name

name of the Image

true

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of ImageStream

GET /oapi/v1/watch/imagestreams

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch individual changes to a list of BuildConfig

GET /oapi/v1/watch/namespaces/{namespace}/buildconfigs

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

Responses

HTTP Code Description Schema

200

success

json.WatchEvent

Consumes

  • /

Produces

  • application/json

Tags

  • oapiv1

watch changes to an object of kind BuildConfig

GET /oapi/v1/watch/namespaces/{namespace}/buildconfigs/{name}

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If 'true', then the output is pretty printed.

false

string

QueryParameter

labelSelector

A selector to restrict the list of returned objects by their labels. Defaults to everything.

false

string

QueryParameter

fieldSelector

A selector to restrict the list of returned objects by their fields. Defaults to everything.

false

string

QueryParameter

watch

Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

false

boolean

QueryParameter

resourceVersion

When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

false

string

PathParameter

namespace

object name and auth scope, such as for teams and projects

true

string

PathParameter

name

name of the BuildConfig

true