GET /oapi/v1
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.
GET /oapi/v1/buildconfigs
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 |
POST /oapi/v1/buildconfigs
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/builds
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 |
POST /oapi/v1/builds
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/clusternetworks
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 |
POST /oapi/v1/clusternetworks
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/clusternetworks/{name}
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 |
PUT /oapi/v1/clusternetworks/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterNetwork |
true |
string |
DELETE /oapi/v1/clusternetworks/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterNetwork |
true |
string |
PATCH /oapi/v1/clusternetworks/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterNetwork |
true |
string |
GET /oapi/v1/clusterpolicies
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 |
POST /oapi/v1/clusterpolicies
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/clusterpolicies/{name}
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 |
PUT /oapi/v1/clusterpolicies/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterPolicy |
true |
string |
DELETE /oapi/v1/clusterpolicies/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterPolicy |
true |
string |
PATCH /oapi/v1/clusterpolicies/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterPolicy |
true |
string |
GET /oapi/v1/clusterpolicybindings
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 |
POST /oapi/v1/clusterpolicybindings
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/clusterpolicybindings/{name}
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 |
PUT /oapi/v1/clusterpolicybindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterPolicyBinding |
true |
string |
DELETE /oapi/v1/clusterpolicybindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterPolicyBinding |
true |
string |
PATCH /oapi/v1/clusterpolicybindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterPolicyBinding |
true |
string |
GET /oapi/v1/clusterrolebindings
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 |
POST /oapi/v1/clusterrolebindings
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/clusterrolebindings/{name}
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 |
PUT /oapi/v1/clusterrolebindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterRoleBinding |
true |
string |
DELETE /oapi/v1/clusterrolebindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterRoleBinding |
true |
string |
PATCH /oapi/v1/clusterrolebindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterRoleBinding |
true |
string |
GET /oapi/v1/clusterroles
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 |
POST /oapi/v1/clusterroles
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/clusterroles/{name}
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 |
PUT /oapi/v1/clusterroles/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterRole |
true |
string |
DELETE /oapi/v1/clusterroles/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterRole |
true |
string |
PATCH /oapi/v1/clusterroles/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the ClusterRole |
true |
string |
POST /oapi/v1/deploymentconfigrollbacks
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/deploymentconfigs
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 |
POST /oapi/v1/deploymentconfigs
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/groups
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 |
POST /oapi/v1/groups
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/groups/{name}
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 |
PUT /oapi/v1/groups/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Group |
true |
string |
DELETE /oapi/v1/groups/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Group |
true |
string |
PATCH /oapi/v1/groups/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Group |
true |
string |
GET /oapi/v1/hostsubnets
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 |
POST /oapi/v1/hostsubnets
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/hostsubnets/{name}
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 |
PUT /oapi/v1/hostsubnets/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the HostSubnet |
true |
string |
DELETE /oapi/v1/hostsubnets/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the HostSubnet |
true |
string |
PATCH /oapi/v1/hostsubnets/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the HostSubnet |
true |
string |
GET /oapi/v1/identities
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 |
POST /oapi/v1/identities
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/identities/{name}
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 |
PUT /oapi/v1/identities/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Identity |
true |
string |
DELETE /oapi/v1/identities/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Identity |
true |
string |
PATCH /oapi/v1/identities/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Identity |
true |
string |
GET /oapi/v1/images
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 |
POST /oapi/v1/images
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/images/{name}
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 |
PUT /oapi/v1/images/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Image |
true |
string |
DELETE /oapi/v1/images/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Image |
true |
string |
PATCH /oapi/v1/images/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Image |
true |
string |
POST /oapi/v1/imagestreammappings
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/imagestreams
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 |
POST /oapi/v1/imagestreams
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/imagestreamtags
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 |
POST /oapi/v1/localresourceaccessreviews
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
POST /oapi/v1/localsubjectaccessreviews
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/namespaces/{namespace}/buildconfigs
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 |
POST /oapi/v1/namespaces/{namespace}/buildconfigs
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/buildconfigs/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/buildconfigs/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the BuildConfig |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/buildconfigs/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the BuildConfig |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/buildconfigs/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the BuildConfig |
true |
string |
POST /oapi/v1/namespaces/{namespace}/buildconfigs/{name}/instantiate
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the BuildRequest |
true |
string |
POST /oapi/v1/namespaces/{namespace}/buildconfigs/{name}/instantiatebinary
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 |
POST /oapi/v1/namespaces/{namespace}/buildconfigs/{name}/webhooks
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 |
POST /oapi/v1/namespaces/{namespace}/buildconfigs/{name}/webhooks/{path:*}
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 |
GET /oapi/v1/namespaces/{namespace}/builds
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 |
POST /oapi/v1/namespaces/{namespace}/builds
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/builds/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/builds/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Build |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/builds/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Build |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/builds/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Build |
true |
string |
POST /oapi/v1/namespaces/{namespace}/builds/{name}/clone
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the BuildRequest |
true |
string |
GET /oapi/v1/namespaces/{namespace}/builds/{name}/log
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 |
POST /oapi/v1/namespaces/{namespace}/deploymentconfigrollbacks
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/deploymentconfigs
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 |
POST /oapi/v1/namespaces/{namespace}/deploymentconfigs
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the DeploymentConfig |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the DeploymentConfig |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the DeploymentConfig |
true |
string |
GET /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/log
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 |
GET /oapi/v1/namespaces/{namespace}/generatedeploymentconfigs/{name}
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 |
GET /oapi/v1/namespaces/{namespace}/imagestreamimages/{name}
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 |
POST /oapi/v1/namespaces/{namespace}/imagestreammappings
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/imagestreams
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 |
POST /oapi/v1/namespaces/{namespace}/imagestreams
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/imagestreams/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/imagestreams/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the ImageStream |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/imagestreams/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the ImageStream |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/imagestreams/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the ImageStream |
true |
string |
PUT /oapi/v1/namespaces/{namespace}/imagestreams/{name}/status
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the ImageStream |
true |
string |
GET /oapi/v1/namespaces/{namespace}/imagestreamtags
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 |
GET /oapi/v1/namespaces/{namespace}/imagestreamtags/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/imagestreamtags/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the ImageStreamTag |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/imagestreamtags/{name}
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 |
PATCH /oapi/v1/namespaces/{namespace}/imagestreamtags/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the ImageStreamTag |
true |
string |
POST /oapi/v1/namespaces/{namespace}/localresourceaccessreviews
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
POST /oapi/v1/namespaces/{namespace}/localsubjectaccessreviews
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/policies
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 |
POST /oapi/v1/namespaces/{namespace}/policies
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/policies/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/policies/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Policy |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/policies/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Policy |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/policies/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Policy |
true |
string |
GET /oapi/v1/namespaces/{namespace}/policybindings
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 |
POST /oapi/v1/namespaces/{namespace}/policybindings
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/policybindings/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/policybindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the PolicyBinding |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/policybindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the PolicyBinding |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/policybindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the PolicyBinding |
true |
string |
POST /oapi/v1/namespaces/{namespace}/processedtemplates
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
POST /oapi/v1/namespaces/{namespace}/resourceaccessreviews
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/rolebindings
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 |
POST /oapi/v1/namespaces/{namespace}/rolebindings
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/rolebindings/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/rolebindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the RoleBinding |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/rolebindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the RoleBinding |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/rolebindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the RoleBinding |
true |
string |
GET /oapi/v1/namespaces/{namespace}/roles
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 |
POST /oapi/v1/namespaces/{namespace}/roles
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/roles/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/roles/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Role |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/roles/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Role |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/roles/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Role |
true |
string |
GET /oapi/v1/namespaces/{namespace}/routes
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 |
POST /oapi/v1/namespaces/{namespace}/routes
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/routes/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/routes/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Route |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/routes/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Route |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/routes/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Route |
true |
string |
PUT /oapi/v1/namespaces/{namespace}/routes/{name}/status
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Route |
true |
string |
POST /oapi/v1/namespaces/{namespace}/subjectaccessreviews
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/templates
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 |
POST /oapi/v1/namespaces/{namespace}/templates
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/templates/{name}
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 |
PUT /oapi/v1/namespaces/{namespace}/templates/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Template |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/templates/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Template |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/templates/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the Template |
true |
string |
GET /oapi/v1/netnamespaces
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 |
POST /oapi/v1/netnamespaces
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/netnamespaces/{name}
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 |
PUT /oapi/v1/netnamespaces/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the NetNamespace |
true |
string |
DELETE /oapi/v1/netnamespaces/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the NetNamespace |
true |
string |
PATCH /oapi/v1/netnamespaces/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the NetNamespace |
true |
string |
GET /oapi/v1/oauthaccesstokens
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 |
POST /oapi/v1/oauthaccesstokens
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/oauthaccesstokens/{name}
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 |
DELETE /oapi/v1/oauthaccesstokens/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the OAuthAccessToken |
true |
string |
GET /oapi/v1/oauthauthorizetokens
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 |
POST /oapi/v1/oauthauthorizetokens
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/oauthauthorizetokens/{name}
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 |
DELETE /oapi/v1/oauthauthorizetokens/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the OAuthAuthorizeToken |
true |
string |
GET /oapi/v1/oauthclientauthorizations
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 |
POST /oapi/v1/oauthclientauthorizations
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/oauthclientauthorizations/{name}
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 |
PUT /oapi/v1/oauthclientauthorizations/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the OAuthClientAuthorization |
true |
string |
DELETE /oapi/v1/oauthclientauthorizations/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the OAuthClientAuthorization |
true |
string |
PATCH /oapi/v1/oauthclientauthorizations/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the OAuthClientAuthorization |
true |
string |
GET /oapi/v1/oauthclients
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 |
POST /oapi/v1/oauthclients
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/oauthclients/{name}
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 |
PUT /oapi/v1/oauthclients/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the OAuthClient |
true |
string |
DELETE /oapi/v1/oauthclients/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the OAuthClient |
true |
string |
PATCH /oapi/v1/oauthclients/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the OAuthClient |
true |
string |
GET /oapi/v1/policies
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 |
POST /oapi/v1/policies
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/policybindings
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 |
POST /oapi/v1/policybindings
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
POST /oapi/v1/processedtemplates
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/projectrequests
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 |
POST /oapi/v1/projectrequests
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/projects
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 |
POST /oapi/v1/projects
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/projects/{name}
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 |
PUT /oapi/v1/projects/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Project |
true |
string |
DELETE /oapi/v1/projects/{name}
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 |
PATCH /oapi/v1/projects/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the Project |
true |
string |
POST /oapi/v1/resourceaccessreviews
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/rolebindings
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 |
POST /oapi/v1/rolebindings
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/roles
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 |
POST /oapi/v1/roles
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/routes
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 |
POST /oapi/v1/routes
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
POST /oapi/v1/subjectaccessreviews
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/templates
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 |
POST /oapi/v1/templates
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
POST /oapi/v1/useridentitymappings
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/useridentitymappings/{name}
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 |
PUT /oapi/v1/useridentitymappings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the UserIdentityMapping |
true |
string |
DELETE /oapi/v1/useridentitymappings/{name}
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 |
PATCH /oapi/v1/useridentitymappings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the UserIdentityMapping |
true |
string |
GET /oapi/v1/users
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 |
POST /oapi/v1/users
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
GET /oapi/v1/users/{name}
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 |
PUT /oapi/v1/users/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the User |
true |
string |
DELETE /oapi/v1/users/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the User |
true |
string |
PATCH /oapi/v1/users/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
PathParameter |
name |
name of the User |
true |
string |
GET /oapi/v1/watch/buildconfigs
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 |
GET /oapi/v1/watch/builds
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 |
GET /oapi/v1/watch/clusternetworks
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 |
GET /oapi/v1/watch/clusternetworks/{name}
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 |
GET /oapi/v1/watch/clusterpolicies
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 |
GET /oapi/v1/watch/clusterpolicies/{name}
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 |
GET /oapi/v1/watch/clusterpolicybindings
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 |
GET /oapi/v1/watch/clusterpolicybindings/{name}
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 |
GET /oapi/v1/watch/deploymentconfigs
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 |
GET /oapi/v1/watch/groups
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 |
GET /oapi/v1/watch/groups/{name}
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 |
GET /oapi/v1/watch/hostsubnets
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 |
GET /oapi/v1/watch/hostsubnets/{name}
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 |
GET /oapi/v1/watch/identities
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 |
GET /oapi/v1/watch/identities/{name}
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 |
GET /oapi/v1/watch/images
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 |
GET /oapi/v1/watch/images/{name}
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 |
GET /oapi/v1/watch/imagestreams
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 |
GET /oapi/v1/watch/namespaces/{namespace}/buildconfigs
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 |
GET /oapi/v1/watch/namespaces/{namespace}/buildconfigs/{name}
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 |