GET /oapi/v1
The OpenShift 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/appliedclusterresourcequotas
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
GET /oapi/v1/clusternetworks/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
GET /oapi/v1/clusterpolicies/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
GET /oapi/v1/clusterpolicybindings/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
PathParameter |
name |
name of the ClusterPolicyBinding |
true |
string |
GET /oapi/v1/clusterresourcequotas
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
POST /oapi/v1/clusterresourcequotas
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
DELETE /oapi/v1/clusterresourcequotas
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
GET /oapi/v1/clusterresourcequotas/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
PathParameter |
name |
name of the ClusterResourceQuota |
true |
string |
PATCH /oapi/v1/clusterresourcequotas/{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 ClusterResourceQuota |
true |
string |
PUT /oapi/v1/clusterresourcequotas/{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 ClusterResourceQuota |
true |
string |
DELETE /oapi/v1/clusterresourcequotas/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
PathParameter |
name |
name of the ClusterResourceQuota |
true |
string |
GET /oapi/v1/clusterresourcequotas/{name}/status
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
PathParameter |
name |
name of the ClusterResourceQuota |
true |
string |
PATCH /oapi/v1/clusterresourcequotas/{name}/status
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 ClusterResourceQuota |
true |
string |
PUT /oapi/v1/clusterresourcequotas/{name}/status
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 ClusterResourceQuota |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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 |
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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 |
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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/egressnetworkpolicies
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
POST /oapi/v1/egressnetworkpolicies
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
GET /oapi/v1/groups/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
GET /oapi/v1/hostsubnets/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
GET /oapi/v1/identities/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
GET /oapi/v1/images/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
PathParameter |
name |
name of the Image |
true |
string |
POST /oapi/v1/imagesignatures
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
DELETE /oapi/v1/imagesignatures/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
PathParameter |
name |
name of the ImageSignature |
true |
string |
POST /oapi/v1/imagestreamimports
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
POST /oapi/v1/imagestreamtags
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
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}/appliedclusterresourcequotas
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/appliedclusterresourcequotas/{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 AppliedClusterResourceQuota |
true |
string |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
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 |
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 |
asFile determines if the binary should be created as a file within the source rather than extracted as an archive |
false |
string |
|
QueryParameter |
revision.commit |
revision.commit is the value identifying a specific commit |
false |
string |
|
QueryParameter |
revision.message |
revision.message is the description of a specific commit |
false |
string |
|
QueryParameter |
revision.authorName |
revision.authorName of the source control user |
false |
string |
|
QueryParameter |
revision.authorEmail |
revision.authorEmail of the source control user |
false |
string |
|
QueryParameter |
revision.committerName |
revision.committerName of the source control user |
false |
string |
|
QueryParameter |
revision.committerEmail |
revision.committerEmail of the source control user |
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
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 Build |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
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 |
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 |
PUT /oapi/v1/namespaces/{namespace}/builds/{name}/details
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 |
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 |
cointainer for which to stream logs. Defaults to only container if there is one container in the pod. |
false |
string |
|
QueryParameter |
follow |
follow if true indicates that the build log should be streamed until the build terminates. |
false |
boolean |
|
QueryParameter |
previous |
previous returns previous build logs. Defaults to false. |
false |
boolean |
|
QueryParameter |
sinceSeconds |
sinceSeconds is a relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. |
false |
integer |
|
QueryParameter |
timestamps |
timestamps, If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. |
false |
boolean |
|
QueryParameter |
tailLines |
tailLines, If set, is the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime |
false |
integer |
|
QueryParameter |
limitBytes |
limitBytes, If set, is the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. |
false |
integer |
|
QueryParameter |
nowait |
noWait if true causes the call to return immediately even if the build is not available yet. Otherwise the server will wait until the build has started. |
false |
boolean |
|
QueryParameter |
version |
version of the build for which to view logs. |
false |
integer |
|
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
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 |
POST /oapi/v1/namespaces/{namespace}/deploymentconfigs/{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 DeploymentRequest |
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 |
The container for which to stream logs. Defaults to only container if there is one container in the pod. |
false |
string |
|
QueryParameter |
follow |
Follow if true indicates that the build log should be streamed until the build terminates. |
false |
boolean |
|
QueryParameter |
previous |
Return previous deployment logs. Defaults to false. |
false |
boolean |
|
QueryParameter |
sinceSeconds |
A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. |
false |
integer |
|
QueryParameter |
timestamps |
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. |
false |
boolean |
|
QueryParameter |
tailLines |
If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime |
false |
integer |
|
QueryParameter |
limitBytes |
If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. |
false |
integer |
|
QueryParameter |
nowait |
NoWait if true causes the call to return immediately even if the deployment is not available yet. Otherwise the server will wait until the deployment has started. |
false |
boolean |
|
QueryParameter |
version |
Version of the deployment for which to view logs. |
false |
integer |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the DeploymentLog |
true |
string |
POST /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/rollback
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 DeploymentConfigRollback |
true |
string |
GET /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/scale
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 Scale |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/scale
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 Scale |
true |
string |
PUT /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/scale
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 Scale |
true |
string |
GET /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/status
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 |
PATCH /oapi/v1/namespaces/{namespace}/deploymentconfigs/{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 DeploymentConfig |
true |
string |
PUT /oapi/v1/namespaces/{namespace}/deploymentconfigs/{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 DeploymentConfig |
true |
string |
GET /oapi/v1/namespaces/{namespace}/egressnetworkpolicies
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
POST /oapi/v1/namespaces/{namespace}/egressnetworkpolicies
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 |
DELETE /oapi/v1/namespaces/{namespace}/egressnetworkpolicies
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/egressnetworkpolicies/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the EgressNetworkPolicy |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/egressnetworkpolicies/{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 EgressNetworkPolicy |
true |
string |
PUT /oapi/v1/namespaces/{namespace}/egressnetworkpolicies/{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 EgressNetworkPolicy |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/egressnetworkpolicies/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the EgressNetworkPolicy |
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}/imagestreamimports
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}/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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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}
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
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 |
GET /oapi/v1/namespaces/{namespace}/imagestreams/{name}/secrets
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the SecretList |
true |
string |
GET /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 |
|
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}/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 |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
POST /oapi/v1/namespaces/{namespace}/imagestreamtags
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}/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 |
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 |
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 |
POST /oapi/v1/namespaces/{namespace}/podsecuritypolicyreviews
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}/podsecuritypolicyselfsubjectreviews
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}/podsecuritypolicysubjectreviews
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
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 |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
DELETE /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
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 |
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}/rolebindingrestrictions
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
POST /oapi/v1/namespaces/{namespace}/rolebindingrestrictions
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 |
DELETE /oapi/v1/namespaces/{namespace}/rolebindingrestrictions
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
GET /oapi/v1/namespaces/{namespace}/rolebindingrestrictions/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
QueryParameter |
export |
Should this value be exported. Export strips fields that a user can not specify. |
false |
boolean |
|
QueryParameter |
exact |
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. |
false |
boolean |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the RoleBindingRestriction |
true |
string |
PATCH /oapi/v1/namespaces/{namespace}/rolebindingrestrictions/{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 RoleBindingRestriction |
true |
string |
PUT /oapi/v1/namespaces/{namespace}/rolebindingrestrictions/{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 RoleBindingRestriction |
true |
string |
DELETE /oapi/v1/namespaces/{namespace}/rolebindingrestrictions/{name}
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter |
pretty |
If 'true', then the output is pretty printed. |
false |
string |
|
BodyParameter |
body |
true |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
false |
string |
|
PathParameter |
namespace |
object name and auth scope, such as for teams and projects |
true |
string |
|
PathParameter |
name |
name of the RoleBindingRestriction |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
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 |
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 |
|||
QueryParameter |
gracePeriodSeconds |
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
false |
integer |
|
QueryParameter |
orphanDependents |
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
false |
boolean |
|
QueryParameter |
propagationPolicy |
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
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 |
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
false |
string |
|
QueryParameter |
timeoutSeconds |
Timeout for the list/watch call. |
false |
integer |
|
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 |
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 |
PUT /oapi/v1/namespaces/{namespace}/roles/{name}