Chapter 2. OpenShift Container Platform v1 REST API


2.1. Overview

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.

2.1.1. Version information

Version: v1

2.1.2. URI scheme

Host: 127.0.0.1:8443 BasePath: / Schemes: HTTPS

2.2. Paths

2.2.1. get available resources

GET /oapi/v1

2.2.1.1. Responses

Expand
HTTP CodeDescriptionSchema

default

success

Section 2.3.5, “v1.APIResourceList”

2.2.1.2. Consumes

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.1.3. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.1.4. Tags

  • oapiv1
GET /oapi/v1/appliedclusterresourcequotas

2.2.2.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.2.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.9, “v1.AppliedClusterResourceQuotaList”

2.2.2.3. Consumes

  • /

2.2.2.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.2.5. Tags

  • oapiv1

2.2.3. list or watch objects of kind BuildConfig

GET /oapi/v1/buildconfigs

2.2.3.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.3.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.17, “v1.BuildConfigList”

2.2.3.3. Consumes

  • /

2.2.3.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.3.5. Tags

  • oapiv1

2.2.4. create a BuildConfig

POST /oapi/v1/buildconfigs

2.2.4.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.16, “v1.BuildConfig”

 

2.2.4.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.16, “v1.BuildConfig”

2.2.4.3. Consumes

  • /

2.2.4.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.4.5. Tags

  • oapiv1

2.2.5. list or watch objects of kind Build

GET /oapi/v1/builds

2.2.5.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.5.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.20, “v1.BuildList”

2.2.5.3. Consumes

  • /

2.2.5.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.5.5. Tags

  • oapiv1

2.2.6. create a Build

POST /oapi/v1/builds

2.2.6.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.15, “v1.Build”

 

2.2.6.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.15, “v1.Build”

2.2.6.3. Consumes

  • /

2.2.6.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.6.5. Tags

  • oapiv1
GET /oapi/v1/clusternetworks

2.2.7.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.7.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.38, “v1.ClusterNetworkList”

2.2.7.3. Consumes

  • /

2.2.7.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.7.5. Tags

  • oapiv1

2.2.8. create a ClusterNetwork

POST /oapi/v1/clusternetworks

2.2.8.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.37, “v1.ClusterNetwork”

 

2.2.8.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.37, “v1.ClusterNetwork”

2.2.8.3. Consumes

  • /

2.2.8.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.8.5. Tags

  • oapiv1

2.2.9. delete collection of ClusterNetwork

DELETE /oapi/v1/clusternetworks

2.2.9.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.9.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.9.3. Consumes

  • /

2.2.9.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.9.5. Tags

  • oapiv1

2.2.10. read the specified ClusterNetwork

GET /oapi/v1/clusternetworks/{name}

2.2.10.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.10.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.37, “v1.ClusterNetwork”

2.2.10.3. Consumes

  • /

2.2.10.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.10.5. Tags

  • oapiv1
PATCH /oapi/v1/clusternetworks/{name}

2.2.11.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the ClusterNetwork

true

string

 

2.2.11.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.37, “v1.ClusterNetwork”

2.2.11.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.11.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.11.5. Tags

  • oapiv1

2.2.12. replace the specified ClusterNetwork

PUT /oapi/v1/clusternetworks/{name}

2.2.12.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.37, “v1.ClusterNetwork”

 

PathParameter

name

name of the ClusterNetwork

true

string

 

2.2.12.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.37, “v1.ClusterNetwork”

2.2.12.3. Consumes

  • /

2.2.12.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.12.5. Tags

  • oapiv1

2.2.13. delete a ClusterNetwork

DELETE /oapi/v1/clusternetworks/{name}

2.2.13.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.13.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.13.3. Consumes

  • /

2.2.13.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.13.5. Tags

  • oapiv1
GET /oapi/v1/clusterpolicies

2.2.14.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.14.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.42, “v1.ClusterPolicyList”

2.2.14.3. Consumes

  • /

2.2.14.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.14.5. Tags

  • oapiv1

2.2.15. create a ClusterPolicy

POST /oapi/v1/clusterpolicies

2.2.15.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.39, “v1.ClusterPolicy”

 

2.2.15.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.39, “v1.ClusterPolicy”

2.2.15.3. Consumes

  • /

2.2.15.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.15.5. Tags

  • oapiv1

2.2.16. delete collection of ClusterPolicy

DELETE /oapi/v1/clusterpolicies

2.2.16.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.16.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.16.3. Consumes

  • /

2.2.16.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.16.5. Tags

  • oapiv1

2.2.17. read the specified ClusterPolicy

GET /oapi/v1/clusterpolicies/{name}

2.2.17.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.17.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.39, “v1.ClusterPolicy”

2.2.17.3. Consumes

  • /

2.2.17.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.17.5. Tags

  • oapiv1
PATCH /oapi/v1/clusterpolicies/{name}

2.2.18.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the ClusterPolicy

true

string

 

2.2.18.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.39, “v1.ClusterPolicy”

2.2.18.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.18.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.18.5. Tags

  • oapiv1

2.2.19. replace the specified ClusterPolicy

PUT /oapi/v1/clusterpolicies/{name}

2.2.19.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.39, “v1.ClusterPolicy”

 

PathParameter

name

name of the ClusterPolicy

true

string

 

2.2.19.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.39, “v1.ClusterPolicy”

2.2.19.3. Consumes

  • /

2.2.19.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.19.5. Tags

  • oapiv1

2.2.20. delete a ClusterPolicy

DELETE /oapi/v1/clusterpolicies/{name}

2.2.20.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.20.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.20.3. Consumes

  • /

2.2.20.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.20.5. Tags

  • oapiv1
GET /oapi/v1/clusterpolicybindings

2.2.21.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.21.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.41, “v1.ClusterPolicyBindingList”

2.2.21.3. Consumes

  • /

2.2.21.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.21.5. Tags

  • oapiv1

2.2.22. create a ClusterPolicyBinding

POST /oapi/v1/clusterpolicybindings

2.2.22.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.40, “v1.ClusterPolicyBinding”

 

2.2.22.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.40, “v1.ClusterPolicyBinding”

2.2.22.3. Consumes

  • /

2.2.22.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.22.5. Tags

  • oapiv1

2.2.23. delete collection of ClusterPolicyBinding

DELETE /oapi/v1/clusterpolicybindings

2.2.23.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.23.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.23.3. Consumes

  • /

2.2.23.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.23.5. Tags

  • oapiv1

2.2.24. read the specified ClusterPolicyBinding

GET /oapi/v1/clusterpolicybindings/{name}

2.2.24.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.24.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.40, “v1.ClusterPolicyBinding”

2.2.24.3. Consumes

  • /

2.2.24.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.24.5. Tags

  • oapiv1
PATCH /oapi/v1/clusterpolicybindings/{name}

2.2.25.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the ClusterPolicyBinding

true

string

 

2.2.25.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.40, “v1.ClusterPolicyBinding”

2.2.25.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.25.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.25.5. Tags

  • oapiv1

2.2.26. replace the specified ClusterPolicyBinding

PUT /oapi/v1/clusterpolicybindings/{name}

2.2.26.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.40, “v1.ClusterPolicyBinding”

 

PathParameter

name

name of the ClusterPolicyBinding

true

string

 

2.2.26.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.40, “v1.ClusterPolicyBinding”

2.2.26.3. Consumes

  • /

2.2.26.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.26.5. Tags

  • oapiv1

2.2.27. delete a ClusterPolicyBinding

DELETE /oapi/v1/clusterpolicybindings/{name}

2.2.27.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.27.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.27.3. Consumes

  • /

2.2.27.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.27.5. Tags

  • oapiv1
GET /oapi/v1/clusterresourcequotas

2.2.28.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.28.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.44, “v1.ClusterResourceQuotaList”

2.2.28.3. Consumes

  • /

2.2.28.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.28.5. Tags

  • oapiv1

2.2.29. create a ClusterResourceQuota

POST /oapi/v1/clusterresourcequotas

2.2.29.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.43, “v1.ClusterResourceQuota”

 

2.2.29.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.43, “v1.ClusterResourceQuota”

2.2.29.3. Consumes

  • /

2.2.29.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.29.5. Tags

  • oapiv1

2.2.30. delete collection of ClusterResourceQuota

DELETE /oapi/v1/clusterresourcequotas

2.2.30.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.30.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.30.3. Consumes

  • /

2.2.30.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.30.5. Tags

  • oapiv1

2.2.31. read the specified ClusterResourceQuota

GET /oapi/v1/clusterresourcequotas/{name}

2.2.31.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.31.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.43, “v1.ClusterResourceQuota”

2.2.31.3. Consumes

  • /

2.2.31.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.31.5. Tags

  • oapiv1
PATCH /oapi/v1/clusterresourcequotas/{name}

2.2.32.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the ClusterResourceQuota

true

string

 

2.2.32.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.43, “v1.ClusterResourceQuota”

2.2.32.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.32.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.32.5. Tags

  • oapiv1

2.2.33. replace the specified ClusterResourceQuota

PUT /oapi/v1/clusterresourcequotas/{name}

2.2.33.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.43, “v1.ClusterResourceQuota”

 

PathParameter

name

name of the ClusterResourceQuota

true

string

 

2.2.33.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.43, “v1.ClusterResourceQuota”

2.2.33.3. Consumes

  • /

2.2.33.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.33.5. Tags

  • oapiv1

2.2.34. delete a ClusterResourceQuota

DELETE /oapi/v1/clusterresourcequotas/{name}

2.2.34.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.34.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.34.3. Consumes

  • /

2.2.34.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.34.5. Tags

  • oapiv1
GET /oapi/v1/clusterresourcequotas/{name}/status

2.2.35.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

PathParameter

name

name of the ClusterResourceQuota

true

string

 

2.2.35.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.43, “v1.ClusterResourceQuota”

2.2.35.3. Consumes

  • /

2.2.35.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.35.5. Tags

  • oapiv1
PATCH /oapi/v1/clusterresourcequotas/{name}/status

2.2.36.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the ClusterResourceQuota

true

string

 

2.2.36.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.43, “v1.ClusterResourceQuota”

2.2.36.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.36.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.36.5. Tags

  • oapiv1
PUT /oapi/v1/clusterresourcequotas/{name}/status

2.2.37.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.43, “v1.ClusterResourceQuota”

 

PathParameter

name

name of the ClusterResourceQuota

true

string

 

2.2.37.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.43, “v1.ClusterResourceQuota”

2.2.37.3. Consumes

  • /

2.2.37.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.37.5. Tags

  • oapiv1

2.2.38. list objects of kind ClusterRoleBinding

GET /oapi/v1/clusterrolebindings

2.2.38.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.38.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.50, “v1.ClusterRoleBindingList”

2.2.38.3. Consumes

  • /

2.2.38.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.38.5. Tags

  • oapiv1

2.2.39. create a ClusterRoleBinding

POST /oapi/v1/clusterrolebindings

2.2.39.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.49, “v1.ClusterRoleBinding”

 

2.2.39.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.49, “v1.ClusterRoleBinding”

2.2.39.3. Consumes

  • /

2.2.39.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.39.5. Tags

  • oapiv1

2.2.40. read the specified ClusterRoleBinding

GET /oapi/v1/clusterrolebindings/{name}

2.2.40.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

PathParameter

name

name of the ClusterRoleBinding

true

string

 

2.2.40.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.49, “v1.ClusterRoleBinding”

2.2.40.3. Consumes

  • /

2.2.40.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.40.5. Tags

  • oapiv1
PATCH /oapi/v1/clusterrolebindings/{name}

2.2.41.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the ClusterRoleBinding

true

string

 

2.2.41.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.49, “v1.ClusterRoleBinding”

2.2.41.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.41.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.41.5. Tags

  • oapiv1

2.2.42. replace the specified ClusterRoleBinding

PUT /oapi/v1/clusterrolebindings/{name}

2.2.42.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.49, “v1.ClusterRoleBinding”

 

PathParameter

name

name of the ClusterRoleBinding

true

string

 

2.2.42.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.49, “v1.ClusterRoleBinding”

2.2.42.3. Consumes

  • /

2.2.42.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.42.5. Tags

  • oapiv1

2.2.43. delete a ClusterRoleBinding

DELETE /oapi/v1/clusterrolebindings/{name}

2.2.43.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.43.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.43.3. Consumes

  • /

2.2.43.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.43.5. Tags

  • oapiv1

2.2.44. list objects of kind ClusterRole

GET /oapi/v1/clusterroles

2.2.44.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.44.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.51, “v1.ClusterRoleList”

2.2.44.3. Consumes

  • /

2.2.44.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.44.5. Tags

  • oapiv1

2.2.45. create a ClusterRole

POST /oapi/v1/clusterroles

2.2.45.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.48, “v1.ClusterRole”

 

2.2.45.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.48, “v1.ClusterRole”

2.2.45.3. Consumes

  • /

2.2.45.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.45.5. Tags

  • oapiv1

2.2.46. read the specified ClusterRole

GET /oapi/v1/clusterroles/{name}

2.2.46.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

PathParameter

name

name of the ClusterRole

true

string

 

2.2.46.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.48, “v1.ClusterRole”

2.2.46.3. Consumes

  • /

2.2.46.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.46.5. Tags

  • oapiv1

2.2.47. partially update the specified ClusterRole

PATCH /oapi/v1/clusterroles/{name}

2.2.47.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the ClusterRole

true

string

 

2.2.47.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.48, “v1.ClusterRole”

2.2.47.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.47.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.47.5. Tags

  • oapiv1

2.2.48. replace the specified ClusterRole

PUT /oapi/v1/clusterroles/{name}

2.2.48.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.48, “v1.ClusterRole”

 

PathParameter

name

name of the ClusterRole

true

string

 

2.2.48.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.48, “v1.ClusterRole”

2.2.48.3. Consumes

  • /

2.2.48.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.48.5. Tags

  • oapiv1

2.2.49. delete a ClusterRole

DELETE /oapi/v1/clusterroles/{name}

2.2.49.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.49.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.49.3. Consumes

  • /

2.2.49.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.49.5. Tags

  • oapiv1

2.2.50. create a DeploymentConfigRollback

POST /oapi/v1/deploymentconfigrollbacks

2.2.50.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.68, “v1.DeploymentConfigRollback”

 

2.2.50.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.68, “v1.DeploymentConfigRollback”

2.2.50.3. Consumes

  • /

2.2.50.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.50.5. Tags

  • oapiv1
GET /oapi/v1/deploymentconfigs

2.2.51.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.51.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.67, “v1.DeploymentConfigList”

2.2.51.3. Consumes

  • /

2.2.51.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.51.5. Tags

  • oapiv1

2.2.52. create a DeploymentConfig

POST /oapi/v1/deploymentconfigs

2.2.52.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.66, “v1.DeploymentConfig”

 

2.2.52.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.66, “v1.DeploymentConfig”

2.2.52.3. Consumes

  • /

2.2.52.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.52.5. Tags

  • oapiv1
GET /oapi/v1/egressnetworkpolicies

2.2.53.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.53.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.87, “v1.EgressNetworkPolicyList”

2.2.53.3. Consumes

  • /

2.2.53.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.53.5. Tags

  • oapiv1

2.2.54. create an EgressNetworkPolicy

POST /oapi/v1/egressnetworkpolicies

2.2.54.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.86, “v1.EgressNetworkPolicy”

 

2.2.54.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.86, “v1.EgressNetworkPolicy”

2.2.54.3. Consumes

  • /

2.2.54.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.54.5. Tags

  • oapiv1

2.2.55. list or watch objects of kind Group

GET /oapi/v1/groups

2.2.55.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.55.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.110, “v1.GroupList”

2.2.55.3. Consumes

  • /

2.2.55.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.55.5. Tags

  • oapiv1

2.2.56. create a Group

POST /oapi/v1/groups

2.2.56.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.109, “v1.Group”

 

2.2.56.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.109, “v1.Group”

2.2.56.3. Consumes

  • /

2.2.56.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.56.5. Tags

  • oapiv1

2.2.57. delete collection of Group

DELETE /oapi/v1/groups

2.2.57.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.57.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.57.3. Consumes

  • /

2.2.57.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.57.5. Tags

  • oapiv1

2.2.58. read the specified Group

GET /oapi/v1/groups/{name}

2.2.58.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.58.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.109, “v1.Group”

2.2.58.3. Consumes

  • /

2.2.58.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.58.5. Tags

  • oapiv1

2.2.59. partially update the specified Group

PATCH /oapi/v1/groups/{name}

2.2.59.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the Group

true

string

 

2.2.59.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.109, “v1.Group”

2.2.59.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.59.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.59.5. Tags

  • oapiv1

2.2.60. replace the specified Group

PUT /oapi/v1/groups/{name}

2.2.60.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.109, “v1.Group”

 

PathParameter

name

name of the Group

true

string

 

2.2.60.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.109, “v1.Group”

2.2.60.3. Consumes

  • /

2.2.60.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.60.5. Tags

  • oapiv1

2.2.61. delete a Group

DELETE /oapi/v1/groups/{name}

2.2.61.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.61.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.61.3. Consumes

  • /

2.2.61.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.61.5. Tags

  • oapiv1

2.2.62. list or watch objects of kind HostSubnet

GET /oapi/v1/hostsubnets

2.2.62.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.62.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.117, “v1.HostSubnetList”

2.2.62.3. Consumes

  • /

2.2.62.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.62.5. Tags

  • oapiv1

2.2.63. create a HostSubnet

POST /oapi/v1/hostsubnets

2.2.63.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.116, “v1.HostSubnet”

 

2.2.63.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.116, “v1.HostSubnet”

2.2.63.3. Consumes

  • /

2.2.63.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.63.5. Tags

  • oapiv1

2.2.64. delete collection of HostSubnet

DELETE /oapi/v1/hostsubnets

2.2.64.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.64.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.64.3. Consumes

  • /

2.2.64.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.64.5. Tags

  • oapiv1

2.2.65. read the specified HostSubnet

GET /oapi/v1/hostsubnets/{name}

2.2.65.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.65.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.116, “v1.HostSubnet”

2.2.65.3. Consumes

  • /

2.2.65.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.65.5. Tags

  • oapiv1

2.2.66. partially update the specified HostSubnet

PATCH /oapi/v1/hostsubnets/{name}

2.2.66.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the HostSubnet

true

string

 

2.2.66.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.116, “v1.HostSubnet”

2.2.66.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.66.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.66.5. Tags

  • oapiv1

2.2.67. replace the specified HostSubnet

PUT /oapi/v1/hostsubnets/{name}

2.2.67.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.116, “v1.HostSubnet”

 

PathParameter

name

name of the HostSubnet

true

string

 

2.2.67.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.116, “v1.HostSubnet”

2.2.67.3. Consumes

  • /

2.2.67.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.67.5. Tags

  • oapiv1

2.2.68. delete a HostSubnet

DELETE /oapi/v1/hostsubnets/{name}

2.2.68.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.68.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.68.3. Consumes

  • /

2.2.68.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.68.5. Tags

  • oapiv1

2.2.69. list or watch objects of kind Identity

GET /oapi/v1/identities

2.2.69.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.69.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.120, “v1.IdentityList”

2.2.69.3. Consumes

  • /

2.2.69.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.69.5. Tags

  • oapiv1

2.2.70. create an Identity

POST /oapi/v1/identities

2.2.70.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.119, “v1.Identity”

 

2.2.70.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.119, “v1.Identity”

2.2.70.3. Consumes

  • /

2.2.70.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.70.5. Tags

  • oapiv1

2.2.71. delete collection of Identity

DELETE /oapi/v1/identities

2.2.71.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.71.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.71.3. Consumes

  • /

2.2.71.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.71.5. Tags

  • oapiv1

2.2.72. read the specified Identity

GET /oapi/v1/identities/{name}

2.2.72.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.72.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.119, “v1.Identity”

2.2.72.3. Consumes

  • /

2.2.72.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.72.5. Tags

  • oapiv1

2.2.73. partially update the specified Identity

PATCH /oapi/v1/identities/{name}

2.2.73.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the Identity

true

string

 

2.2.73.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.119, “v1.Identity”

2.2.73.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.73.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.73.5. Tags

  • oapiv1

2.2.74. replace the specified Identity

PUT /oapi/v1/identities/{name}

2.2.74.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.119, “v1.Identity”

 

PathParameter

name

name of the Identity

true

string

 

2.2.74.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.119, “v1.Identity”

2.2.74.3. Consumes

  • /

2.2.74.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.74.5. Tags

  • oapiv1

2.2.75. delete an Identity

DELETE /oapi/v1/identities/{name}

2.2.75.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.75.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.75.3. Consumes

  • /

2.2.75.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.75.5. Tags

  • oapiv1

2.2.76. list or watch objects of kind Image

GET /oapi/v1/images

2.2.76.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.76.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.128, “v1.ImageList”

2.2.76.3. Consumes

  • /

2.2.76.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.76.5. Tags

  • oapiv1

2.2.77. create an Image

POST /oapi/v1/images

2.2.77.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.121, “v1.Image”

 

2.2.77.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.121, “v1.Image”

2.2.77.3. Consumes

  • /

2.2.77.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.77.5. Tags

  • oapiv1

2.2.78. delete collection of Image

DELETE /oapi/v1/images

2.2.78.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.78.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.78.3. Consumes

  • /

2.2.78.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.78.5. Tags

  • oapiv1

2.2.79. read the specified Image

GET /oapi/v1/images/{name}

2.2.79.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.79.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.121, “v1.Image”

2.2.79.3. Consumes

  • /

2.2.79.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.79.5. Tags

  • oapiv1

2.2.80. partially update the specified Image

PATCH /oapi/v1/images/{name}

2.2.80.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the Image

true

string

 

2.2.80.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.121, “v1.Image”

2.2.80.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.80.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.80.5. Tags

  • oapiv1

2.2.81. replace the specified Image

PUT /oapi/v1/images/{name}

2.2.81.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.121, “v1.Image”

 

PathParameter

name

name of the Image

true

string

 

2.2.81.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.121, “v1.Image”

2.2.81.3. Consumes

  • /

2.2.81.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.81.5. Tags

  • oapiv1

2.2.82. delete an Image

DELETE /oapi/v1/images/{name}

2.2.82.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.82.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.82.3. Consumes

  • /

2.2.82.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.82.5. Tags

  • oapiv1

2.2.83. create an ImageSignature

POST /oapi/v1/imagesignatures

2.2.83.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.131, “v1.ImageSignature”

 

2.2.83.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.131, “v1.ImageSignature”

2.2.83.3. Consumes

  • /

2.2.83.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.83.5. Tags

  • oapiv1

2.2.84. delete an ImageSignature

DELETE /oapi/v1/imagesignatures/{name}

2.2.84.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

PathParameter

name

name of the ImageSignature

true

string

 

2.2.84.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.84.3. Consumes

  • /

2.2.84.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.84.5. Tags

  • oapiv1

2.2.85. create an ImageStreamImport

POST /oapi/v1/imagestreamimports

2.2.85.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.136, “v1.ImageStreamImport”

 

2.2.85.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.136, “v1.ImageStreamImport”

2.2.85.3. Consumes

  • /

2.2.85.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.85.5. Tags

  • oapiv1

2.2.86. create an ImageStreamMapping

POST /oapi/v1/imagestreammappings

2.2.86.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.140, “v1.ImageStreamMapping”

 

2.2.86.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.140, “v1.ImageStreamMapping”

2.2.86.3. Consumes

  • /

2.2.86.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.86.5. Tags

  • oapiv1

2.2.87. list or watch objects of kind ImageStream

GET /oapi/v1/imagestreams

2.2.87.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.87.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.139, “v1.ImageStreamList”

2.2.87.3. Consumes

  • /

2.2.87.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.87.5. Tags

  • oapiv1

2.2.88. create an ImageStream

POST /oapi/v1/imagestreams

2.2.88.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.134, “v1.ImageStream”

 

2.2.88.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.134, “v1.ImageStream”

2.2.88.3. Consumes

  • /

2.2.88.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.88.5. Tags

  • oapiv1

2.2.89. list objects of kind ImageStreamTag

GET /oapi/v1/imagestreamtags

2.2.89.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.89.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.144, “v1.ImageStreamTagList”

2.2.89.3. Consumes

  • /

2.2.89.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.89.5. Tags

  • oapiv1

2.2.90. create an ImageStreamTag

POST /oapi/v1/imagestreamtags

2.2.90.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.143, “v1.ImageStreamTag”

 

2.2.90.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.143, “v1.ImageStreamTag”

2.2.90.3. Consumes

  • /

2.2.90.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.90.5. Tags

  • oapiv1

2.2.91. create a LocalResourceAccessReview

POST /oapi/v1/localresourceaccessreviews

2.2.91.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.153, “v1.LocalResourceAccessReview”

 

2.2.91.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.153, “v1.LocalResourceAccessReview”

2.2.91.3. Consumes

  • /

2.2.91.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.91.5. Tags

  • oapiv1

2.2.92. create a LocalSubjectAccessReview

POST /oapi/v1/localsubjectaccessreviews

2.2.92.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.154, “v1.LocalSubjectAccessReview”

 

2.2.92.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.154, “v1.LocalSubjectAccessReview”

2.2.92.3. Consumes

  • /

2.2.92.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.92.5. Tags

  • oapiv1
GET /oapi/v1/namespaces/{namespace}/appliedclusterresourcequotas

2.2.93.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.93.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.9, “v1.AppliedClusterResourceQuotaList”

2.2.93.3. Consumes

  • /

2.2.93.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.93.5. Tags

  • oapiv1
GET /oapi/v1/namespaces/{namespace}/appliedclusterresourcequotas/{name}

2.2.94.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.94.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.8, “v1.AppliedClusterResourceQuota”

2.2.94.3. Consumes

  • /

2.2.94.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.94.5. Tags

  • oapiv1

2.2.95. list or watch objects of kind BuildConfig

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

2.2.95.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.95.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.17, “v1.BuildConfigList”

2.2.95.3. Consumes

  • /

2.2.95.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.95.5. Tags

  • oapiv1

2.2.96. create a BuildConfig

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

2.2.96.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.16, “v1.BuildConfig”

 

PathParameter

namespace

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

true

string

 

2.2.96.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.16, “v1.BuildConfig”

2.2.96.3. Consumes

  • /

2.2.96.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.96.5. Tags

  • oapiv1

2.2.97. delete collection of BuildConfig

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

2.2.97.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.97.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.97.3. Consumes

  • /

2.2.97.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.97.5. Tags

  • oapiv1

2.2.98. read the specified BuildConfig

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

2.2.98.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.98.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.16, “v1.BuildConfig”

2.2.98.3. Consumes

  • /

2.2.98.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.98.5. Tags

  • oapiv1

2.2.99. partially update the specified BuildConfig

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

2.2.99.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the BuildConfig

true

string

 

2.2.99.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.16, “v1.BuildConfig”

2.2.99.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.99.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.99.5. Tags

  • oapiv1

2.2.100. replace the specified BuildConfig

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

2.2.100.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.16, “v1.BuildConfig”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the BuildConfig

true

string

 

2.2.100.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.16, “v1.BuildConfig”

2.2.100.3. Consumes

  • /

2.2.100.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.100.5. Tags

  • oapiv1

2.2.101. delete a BuildConfig

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

2.2.101.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.101.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.101.3. Consumes

  • /

2.2.101.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.101.5. Tags

  • oapiv1

2.2.102. create instantiate of a BuildRequest

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

2.2.102.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.24, “v1.BuildRequest”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the BuildRequest

true

string

 

2.2.102.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.24, “v1.BuildRequest”

2.2.102.3. Consumes

  • /

2.2.102.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.102.5. Tags

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

2.2.103.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.103.2. Responses

Expand
HTTP CodeDescriptionSchema

default

success

string

2.2.103.3. Consumes

  • /

2.2.103.4. Produces

  • /

2.2.103.5. Tags

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

2.2.104.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.104.2. Responses

Expand
HTTP CodeDescriptionSchema

default

success

string

2.2.104.3. Consumes

  • /

2.2.104.4. Produces

  • /

2.2.104.5. Tags

  • oapiv1
POST /oapi/v1/namespaces/{namespace}/buildconfigs/{name}/webhooks/{path}

2.2.105.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.105.2. Responses

Expand
HTTP CodeDescriptionSchema

default

success

string

2.2.105.3. Consumes

  • /

2.2.105.4. Produces

  • /

2.2.105.5. Tags

  • oapiv1

2.2.106. list or watch objects of kind Build

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

2.2.106.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.106.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.20, “v1.BuildList”

2.2.106.3. Consumes

  • /

2.2.106.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.106.5. Tags

  • oapiv1

2.2.107. create a Build

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

2.2.107.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.15, “v1.Build”

 

PathParameter

namespace

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

true

string

 

2.2.107.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.15, “v1.Build”

2.2.107.3. Consumes

  • /

2.2.107.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.107.5. Tags

  • oapiv1

2.2.108. delete collection of Build

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

2.2.108.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.108.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.108.3. Consumes

  • /

2.2.108.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.108.5. Tags

  • oapiv1

2.2.109. read the specified Build

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

2.2.109.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.109.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.15, “v1.Build”

2.2.109.3. Consumes

  • /

2.2.109.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.109.5. Tags

  • oapiv1

2.2.110. partially update the specified Build

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

2.2.110.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Build

true

string

 

2.2.110.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.15, “v1.Build”

2.2.110.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.110.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.110.5. Tags

  • oapiv1

2.2.111. replace the specified Build

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

2.2.111.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.15, “v1.Build”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Build

true

string

 

2.2.111.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.15, “v1.Build”

2.2.111.3. Consumes

  • /

2.2.111.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.111.5. Tags

  • oapiv1

2.2.112. delete a Build

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

2.2.112.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.112.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.112.3. Consumes

  • /

2.2.112.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.112.5. Tags

  • oapiv1

2.2.113. create clone of a BuildRequest

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

2.2.113.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.24, “v1.BuildRequest”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the BuildRequest

true

string

 

2.2.113.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.24, “v1.BuildRequest”

2.2.113.3. Consumes

  • /

2.2.113.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.113.5. Tags

  • oapiv1

2.2.114. replace details of the specified Build

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

2.2.114.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.15, “v1.Build”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Build

true

string

 

2.2.114.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.15, “v1.Build”

2.2.114.3. Consumes

  • /

2.2.114.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.114.5. Tags

  • oapiv1

2.2.115. read log of the specified BuildLog

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

2.2.115.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.115.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.21, “v1.BuildLog”

2.2.115.3. Consumes

  • /

2.2.115.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.115.5. Tags

  • oapiv1

2.2.116. create a DeploymentConfigRollback

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

2.2.116.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.68, “v1.DeploymentConfigRollback”

 

PathParameter

namespace

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

true

string

 

2.2.116.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.68, “v1.DeploymentConfigRollback”

2.2.116.3. Consumes

  • /

2.2.116.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.116.5. Tags

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

2.2.117.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.117.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.67, “v1.DeploymentConfigList”

2.2.117.3. Consumes

  • /

2.2.117.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.117.5. Tags

  • oapiv1

2.2.118. create a DeploymentConfig

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

2.2.118.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.66, “v1.DeploymentConfig”

 

PathParameter

namespace

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

true

string

 

2.2.118.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.66, “v1.DeploymentConfig”

2.2.118.3. Consumes

  • /

2.2.118.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.118.5. Tags

  • oapiv1

2.2.119. delete collection of DeploymentConfig

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

2.2.119.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.119.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.119.3. Consumes

  • /

2.2.119.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.119.5. Tags

  • oapiv1

2.2.120. read the specified DeploymentConfig

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

2.2.120.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.120.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.66, “v1.DeploymentConfig”

2.2.120.3. Consumes

  • /

2.2.120.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.120.5. Tags

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

2.2.121.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the DeploymentConfig

true

string

 

2.2.121.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.66, “v1.DeploymentConfig”

2.2.121.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.121.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.121.5. Tags

  • oapiv1

2.2.122. replace the specified DeploymentConfig

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

2.2.122.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.66, “v1.DeploymentConfig”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the DeploymentConfig

true

string

 

2.2.122.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.66, “v1.DeploymentConfig”

2.2.122.3. Consumes

  • /

2.2.122.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.122.5. Tags

  • oapiv1

2.2.123. delete a DeploymentConfig

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

2.2.123.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.123.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.123.3. Consumes

  • /

2.2.123.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.123.5. Tags

  • oapiv1

2.2.124. create instantiate of a DeploymentRequest

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

2.2.124.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.74, “v1.DeploymentRequest”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the DeploymentRequest

true

string

 

2.2.124.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.74, “v1.DeploymentRequest”

2.2.124.3. Consumes

  • /

2.2.124.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.124.5. Tags

  • oapiv1

2.2.125. read log of the specified DeploymentLog

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

2.2.125.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.125.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.73, “v1.DeploymentLog”

2.2.125.3. Consumes

  • /

2.2.125.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.125.5. Tags

  • oapiv1
POST /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/rollback

2.2.126.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.68, “v1.DeploymentConfigRollback”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the DeploymentConfigRollback

true

string

 

2.2.126.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.68, “v1.DeploymentConfigRollback”

2.2.126.3. Consumes

  • /

2.2.126.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.126.5. Tags

  • oapiv1

2.2.127. read scale of the specified Scale

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

2.2.127.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.127.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.294, “v1beta1.Scale”

2.2.127.3. Consumes

  • /

2.2.127.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.127.5. Tags

  • oapiv1
PATCH /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/scale

2.2.128.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Scale

true

string

 

2.2.128.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.294, “v1beta1.Scale”

2.2.128.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.128.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.128.5. Tags

  • oapiv1

2.2.129. replace scale of the specified Scale

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

2.2.129.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.294, “v1beta1.Scale”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Scale

true

string

 

2.2.129.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.294, “v1beta1.Scale”

2.2.129.3. Consumes

  • /

2.2.129.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.129.5. Tags

  • oapiv1
GET /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/status

2.2.130.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.130.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.66, “v1.DeploymentConfig”

2.2.130.3. Consumes

  • /

2.2.130.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.130.5. Tags

  • oapiv1
PATCH /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/status

2.2.131.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the DeploymentConfig

true

string

 

2.2.131.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.66, “v1.DeploymentConfig”

2.2.131.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.131.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.131.5. Tags

  • oapiv1
PUT /oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/status

2.2.132.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.66, “v1.DeploymentConfig”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the DeploymentConfig

true

string

 

2.2.132.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.66, “v1.DeploymentConfig”

2.2.132.3. Consumes

  • /

2.2.132.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.132.5. Tags

  • oapiv1
GET /oapi/v1/namespaces/{namespace}/egressnetworkpolicies

2.2.133.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.133.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.87, “v1.EgressNetworkPolicyList”

2.2.133.3. Consumes

  • /

2.2.133.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.133.5. Tags

  • oapiv1

2.2.134. create an EgressNetworkPolicy

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

2.2.134.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.86, “v1.EgressNetworkPolicy”

 

PathParameter

namespace

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

true

string

 

2.2.134.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.86, “v1.EgressNetworkPolicy”

2.2.134.3. Consumes

  • /

2.2.134.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.134.5. Tags

  • oapiv1

2.2.135. delete collection of EgressNetworkPolicy

DELETE /oapi/v1/namespaces/{namespace}/egressnetworkpolicies

2.2.135.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.135.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.135.3. Consumes

  • /

2.2.135.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.135.5. Tags

  • oapiv1

2.2.136. read the specified EgressNetworkPolicy

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

2.2.136.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.136.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.86, “v1.EgressNetworkPolicy”

2.2.136.3. Consumes

  • /

2.2.136.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.136.5. Tags

  • oapiv1
PATCH /oapi/v1/namespaces/{namespace}/egressnetworkpolicies/{name}

2.2.137.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the EgressNetworkPolicy

true

string

 

2.2.137.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.86, “v1.EgressNetworkPolicy”

2.2.137.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.137.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.137.5. Tags

  • oapiv1

2.2.138. replace the specified EgressNetworkPolicy

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

2.2.138.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.86, “v1.EgressNetworkPolicy”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the EgressNetworkPolicy

true

string

 

2.2.138.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.86, “v1.EgressNetworkPolicy”

2.2.138.3. Consumes

  • /

2.2.138.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.138.5. Tags

  • oapiv1

2.2.139. delete an EgressNetworkPolicy

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

2.2.139.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.139.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.139.3. Consumes

  • /

2.2.139.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.139.5. Tags

  • oapiv1

2.2.140. read the specified ImageStreamImage

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

2.2.140.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.140.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.135, “v1.ImageStreamImage”

2.2.140.3. Consumes

  • /

2.2.140.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.140.5. Tags

  • oapiv1

2.2.141. create an ImageStreamImport

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

2.2.141.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.136, “v1.ImageStreamImport”

 

PathParameter

namespace

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

true

string

 

2.2.141.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.136, “v1.ImageStreamImport”

2.2.141.3. Consumes

  • /

2.2.141.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.141.5. Tags

  • oapiv1

2.2.142. create an ImageStreamMapping

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

2.2.142.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.140, “v1.ImageStreamMapping”

 

PathParameter

namespace

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

true

string

 

2.2.142.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.140, “v1.ImageStreamMapping”

2.2.142.3. Consumes

  • /

2.2.142.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.142.5. Tags

  • oapiv1

2.2.143. list or watch objects of kind ImageStream

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

2.2.143.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.143.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.139, “v1.ImageStreamList”

2.2.143.3. Consumes

  • /

2.2.143.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.143.5. Tags

  • oapiv1

2.2.144. create an ImageStream

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

2.2.144.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.134, “v1.ImageStream”

 

PathParameter

namespace

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

true

string

 

2.2.144.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.134, “v1.ImageStream”

2.2.144.3. Consumes

  • /

2.2.144.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.144.5. Tags

  • oapiv1

2.2.145. delete collection of ImageStream

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

2.2.145.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.145.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.145.3. Consumes

  • /

2.2.145.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.145.5. Tags

  • oapiv1

2.2.146. read the specified ImageStream

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

2.2.146.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.146.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.134, “v1.ImageStream”

2.2.146.3. Consumes

  • /

2.2.146.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.146.5. Tags

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

2.2.147.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the ImageStream

true

string

 

2.2.147.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.134, “v1.ImageStream”

2.2.147.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.147.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.147.5. Tags

  • oapiv1

2.2.148. replace the specified ImageStream

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

2.2.148.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.134, “v1.ImageStream”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the ImageStream

true

string

 

2.2.148.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.134, “v1.ImageStream”

2.2.148.3. Consumes

  • /

2.2.148.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.148.5. Tags

  • oapiv1

2.2.149. delete an ImageStream

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

2.2.149.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.149.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.149.3. Consumes

  • /

2.2.149.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.149.5. Tags

  • oapiv1

2.2.150. read secrets of the specified SecretList

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

2.2.150.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.150.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.247, “v1.SecretList”

2.2.150.3. Consumes

  • /

2.2.150.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.150.5. Tags

  • oapiv1

2.2.151. read status of the specified ImageStream

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

2.2.151.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.151.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.134, “v1.ImageStream”

2.2.151.3. Consumes

  • /

2.2.151.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.151.5. Tags

  • oapiv1
PATCH /oapi/v1/namespaces/{namespace}/imagestreams/{name}/status

2.2.152.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the ImageStream

true

string

 

2.2.152.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.134, “v1.ImageStream”

2.2.152.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.152.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.152.5. Tags

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

2.2.153.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.134, “v1.ImageStream”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the ImageStream

true

string

 

2.2.153.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.134, “v1.ImageStream”

2.2.153.3. Consumes

  • /

2.2.153.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.153.5. Tags

  • oapiv1

2.2.154. list objects of kind ImageStreamTag

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

2.2.154.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.154.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.144, “v1.ImageStreamTagList”

2.2.154.3. Consumes

  • /

2.2.154.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.154.5. Tags

  • oapiv1

2.2.155. create an ImageStreamTag

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

2.2.155.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.143, “v1.ImageStreamTag”

 

PathParameter

namespace

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

true

string

 

2.2.155.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.143, “v1.ImageStreamTag”

2.2.155.3. Consumes

  • /

2.2.155.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.155.5. Tags

  • oapiv1

2.2.156. read the specified ImageStreamTag

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

2.2.156.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.156.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.143, “v1.ImageStreamTag”

2.2.156.3. Consumes

  • /

2.2.156.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.156.5. Tags

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

2.2.157.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the ImageStreamTag

true

string

 

2.2.157.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.143, “v1.ImageStreamTag”

2.2.157.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.157.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.157.5. Tags

  • oapiv1

2.2.158. replace the specified ImageStreamTag

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

2.2.158.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.143, “v1.ImageStreamTag”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the ImageStreamTag

true

string

 

2.2.158.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.143, “v1.ImageStreamTag”

2.2.158.3. Consumes

  • /

2.2.158.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.158.5. Tags

  • oapiv1

2.2.159. delete an ImageStreamTag

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

2.2.159.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.159.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.159.3. Consumes

  • /

2.2.159.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.159.5. Tags

  • oapiv1

2.2.160. create a LocalResourceAccessReview

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

2.2.160.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.153, “v1.LocalResourceAccessReview”

 

PathParameter

namespace

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

true

string

 

2.2.160.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.153, “v1.LocalResourceAccessReview”

2.2.160.3. Consumes

  • /

2.2.160.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.160.5. Tags

  • oapiv1

2.2.161. create a LocalSubjectAccessReview

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

2.2.161.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.154, “v1.LocalSubjectAccessReview”

 

PathParameter

namespace

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

true

string

 

2.2.161.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.154, “v1.LocalSubjectAccessReview”

2.2.161.3. Consumes

  • /

2.2.161.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.161.5. Tags

  • oapiv1

2.2.162. create a PodSecurityPolicyReview

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

2.2.162.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.187, “v1.PodSecurityPolicyReview”

 

PathParameter

namespace

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

true

string

 

2.2.162.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.187, “v1.PodSecurityPolicyReview”

2.2.162.3. Consumes

  • /

2.2.162.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.162.5. Tags

  • oapiv1
POST /oapi/v1/namespaces/{namespace}/podsecuritypolicyselfsubjectreviews

2.2.163.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.190, “v1.PodSecurityPolicySelfSubjectReview”

 

PathParameter

namespace

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

true

string

 

2.2.163.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.190, “v1.PodSecurityPolicySelfSubjectReview”

2.2.163.3. Consumes

  • /

2.2.163.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.163.5. Tags

  • oapiv1

2.2.164. create a PodSecurityPolicySubjectReview

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

2.2.164.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.192, “v1.PodSecurityPolicySubjectReview”

 

PathParameter

namespace

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

true

string

 

2.2.164.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.192, “v1.PodSecurityPolicySubjectReview”

2.2.164.3. Consumes

  • /

2.2.164.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.164.5. Tags

  • oapiv1

2.2.165. list or watch objects of kind Policy

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

2.2.165.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.165.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.200, “v1.PolicyList”

2.2.165.3. Consumes

  • /

2.2.165.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.165.5. Tags

  • oapiv1

2.2.166. create a Policy

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

2.2.166.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.197, “v1.Policy”

 

PathParameter

namespace

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

true

string

 

2.2.166.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.197, “v1.Policy”

2.2.166.3. Consumes

  • /

2.2.166.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.166.5. Tags

  • oapiv1

2.2.167. delete collection of Policy

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

2.2.167.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.167.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.167.3. Consumes

  • /

2.2.167.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.167.5. Tags

  • oapiv1

2.2.168. read the specified Policy

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

2.2.168.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.168.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.197, “v1.Policy”

2.2.168.3. Consumes

  • /

2.2.168.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.168.5. Tags

  • oapiv1

2.2.169. partially update the specified Policy

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

2.2.169.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Policy

true

string

 

2.2.169.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.197, “v1.Policy”

2.2.169.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.169.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.169.5. Tags

  • oapiv1

2.2.170. replace the specified Policy

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

2.2.170.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.197, “v1.Policy”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Policy

true

string

 

2.2.170.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.197, “v1.Policy”

2.2.170.3. Consumes

  • /

2.2.170.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.170.5. Tags

  • oapiv1

2.2.171. delete a Policy

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

2.2.171.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.171.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.171.3. Consumes

  • /

2.2.171.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.171.5. Tags

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

2.2.172.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.172.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.199, “v1.PolicyBindingList”

2.2.172.3. Consumes

  • /

2.2.172.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.172.5. Tags

  • oapiv1

2.2.173. create a PolicyBinding

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

2.2.173.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.198, “v1.PolicyBinding”

 

PathParameter

namespace

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

true

string

 

2.2.173.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.198, “v1.PolicyBinding”

2.2.173.3. Consumes

  • /

2.2.173.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.173.5. Tags

  • oapiv1

2.2.174. delete collection of PolicyBinding

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

2.2.174.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.174.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.174.3. Consumes

  • /

2.2.174.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.174.5. Tags

  • oapiv1

2.2.175. read the specified PolicyBinding

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

2.2.175.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.175.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.198, “v1.PolicyBinding”

2.2.175.3. Consumes

  • /

2.2.175.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.175.5. Tags

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

2.2.176.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the PolicyBinding

true

string

 

2.2.176.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.198, “v1.PolicyBinding”

2.2.176.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.176.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.176.5. Tags

  • oapiv1

2.2.177. replace the specified PolicyBinding

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

2.2.177.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.198, “v1.PolicyBinding”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the PolicyBinding

true

string

 

2.2.177.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.198, “v1.PolicyBinding”

2.2.177.3. Consumes

  • /

2.2.177.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.177.5. Tags

  • oapiv1

2.2.178. delete a PolicyBinding

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

2.2.178.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.178.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.178.3. Consumes

  • /

2.2.178.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.178.5. Tags

  • oapiv1

2.2.179. create a Template

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

2.2.179.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.280, “v1.Template”

 

PathParameter

namespace

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

true

string

 

2.2.179.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.280, “v1.Template”

2.2.179.3. Consumes

  • /

2.2.179.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.179.5. Tags

  • oapiv1

2.2.180. create a ResourceAccessReview

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

2.2.180.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.217, “v1.ResourceAccessReview”

 

PathParameter

namespace

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

true

string

 

2.2.180.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.217, “v1.ResourceAccessReview”

2.2.180.3. Consumes

  • /

2.2.180.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.180.5. Tags

  • oapiv1
GET /oapi/v1/namespaces/{namespace}/rolebindingrestrictions

2.2.181.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.181.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.228, “v1.RoleBindingRestrictionList”

2.2.181.3. Consumes

  • /

2.2.181.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.181.5. Tags

  • oapiv1

2.2.182. create a RoleBindingRestriction

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

2.2.182.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.227, “v1.RoleBindingRestriction”

 

PathParameter

namespace

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

true

string

 

2.2.182.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.227, “v1.RoleBindingRestriction”

2.2.182.3. Consumes

  • /

2.2.182.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.182.5. Tags

  • oapiv1
DELETE /oapi/v1/namespaces/{namespace}/rolebindingrestrictions

2.2.183.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.183.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.183.3. Consumes

  • /

2.2.183.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.183.5. Tags

  • oapiv1

2.2.184. read the specified RoleBindingRestriction

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

2.2.184.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.184.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.227, “v1.RoleBindingRestriction”

2.2.184.3. Consumes

  • /

2.2.184.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.184.5. Tags

  • oapiv1
PATCH /oapi/v1/namespaces/{namespace}/rolebindingrestrictions/{name}

2.2.185.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the RoleBindingRestriction

true

string

 

2.2.185.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.227, “v1.RoleBindingRestriction”

2.2.185.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.185.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.185.5. Tags

  • oapiv1
PUT /oapi/v1/namespaces/{namespace}/rolebindingrestrictions/{name}

2.2.186.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.227, “v1.RoleBindingRestriction”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the RoleBindingRestriction

true

string

 

2.2.186.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.227, “v1.RoleBindingRestriction”

2.2.186.3. Consumes

  • /

2.2.186.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.186.5. Tags

  • oapiv1

2.2.187. delete a RoleBindingRestriction

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

2.2.187.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.187.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.187.3. Consumes

  • /

2.2.187.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.187.5. Tags

  • oapiv1

2.2.188. list objects of kind RoleBinding

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

2.2.188.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.188.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.226, “v1.RoleBindingList”

2.2.188.3. Consumes

  • /

2.2.188.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.188.5. Tags

  • oapiv1

2.2.189. create a RoleBinding

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

2.2.189.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.225, “v1.RoleBinding”

 

PathParameter

namespace

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

true

string

 

2.2.189.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.225, “v1.RoleBinding”

2.2.189.3. Consumes

  • /

2.2.189.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.189.5. Tags

  • oapiv1

2.2.190. read the specified RoleBinding

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

2.2.190.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.190.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.225, “v1.RoleBinding”

2.2.190.3. Consumes

  • /

2.2.190.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.190.5. Tags

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

2.2.191.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the RoleBinding

true

string

 

2.2.191.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.225, “v1.RoleBinding”

2.2.191.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.191.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.191.5. Tags

  • oapiv1

2.2.192. replace the specified RoleBinding

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

2.2.192.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.225, “v1.RoleBinding”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the RoleBinding

true

string

 

2.2.192.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.225, “v1.RoleBinding”

2.2.192.3. Consumes

  • /

2.2.192.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.192.5. Tags

  • oapiv1

2.2.193. delete a RoleBinding

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

2.2.193.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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

 

2.2.193.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.193.3. Consumes

  • /

2.2.193.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.193.5. Tags

  • oapiv1

2.2.194. list objects of kind Role

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

2.2.194.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.194.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.230, “v1.RoleList”

2.2.194.3. Consumes

  • /

2.2.194.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.194.5. Tags

  • oapiv1

2.2.195. create a Role

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

2.2.195.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.224, “v1.Role”

 

PathParameter

namespace

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

true

string

 

2.2.195.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.224, “v1.Role”

2.2.195.3. Consumes

  • /

2.2.195.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.195.5. Tags

  • oapiv1

2.2.196. read the specified Role

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

2.2.196.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.196.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.224, “v1.Role”

2.2.196.3. Consumes

  • /

2.2.196.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.196.5. Tags

  • oapiv1

2.2.197. partially update the specified Role

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

2.2.197.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Role

true

string

 

2.2.197.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.224, “v1.Role”

2.2.197.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.197.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.197.5. Tags

  • oapiv1

2.2.198. replace the specified Role

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

2.2.198.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.224, “v1.Role”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Role

true

string

 

2.2.198.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.224, “v1.Role”

2.2.198.3. Consumes

  • /

2.2.198.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.198.5. Tags

  • oapiv1

2.2.199. delete a Role

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

2.2.199.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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 Role

true

string

 

2.2.199.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.199.3. Consumes

  • /

2.2.199.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.199.5. Tags

  • oapiv1

2.2.200. list or watch objects of kind Route

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

2.2.200.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.200.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.235, “v1.RouteList”

2.2.200.3. Consumes

  • /

2.2.200.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.200.5. Tags

  • oapiv1

2.2.201. create a Route

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

2.2.201.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.232, “v1.Route”

 

PathParameter

namespace

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

true

string

 

2.2.201.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.232, “v1.Route”

2.2.201.3. Consumes

  • /

2.2.201.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.201.5. Tags

  • oapiv1

2.2.202. delete collection of Route

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

2.2.202.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.202.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.202.3. Consumes

  • /

2.2.202.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.202.5. Tags

  • oapiv1

2.2.203. read the specified Route

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

2.2.203.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 Route

true

string

 

2.2.203.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.232, “v1.Route”

2.2.203.3. Consumes

  • /

2.2.203.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.203.5. Tags

  • oapiv1

2.2.204. partially update the specified Route

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

2.2.204.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Route

true

string

 

2.2.204.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.232, “v1.Route”

2.2.204.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.204.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.204.5. Tags

  • oapiv1

2.2.205. replace the specified Route

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

2.2.205.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.232, “v1.Route”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Route

true

string

 

2.2.205.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.232, “v1.Route”

2.2.205.3. Consumes

  • /

2.2.205.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.205.5. Tags

  • oapiv1

2.2.206. delete a Route

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

2.2.206.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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 Route

true

string

 

2.2.206.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.206.3. Consumes

  • /

2.2.206.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.206.5. Tags

  • oapiv1

2.2.207. read status of the specified Route

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

2.2.207.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Route

true

string

 

2.2.207.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.232, “v1.Route”

2.2.207.3. Consumes

  • /

2.2.207.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.207.5. Tags

  • oapiv1
PATCH /oapi/v1/namespaces/{namespace}/routes/{name}/status

2.2.208.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Route

true

string

 

2.2.208.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.232, “v1.Route”

2.2.208.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.208.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.208.5. Tags

  • oapiv1

2.2.209. replace status of the specified Route

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

2.2.209.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.232, “v1.Route”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Route

true

string

 

2.2.209.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.232, “v1.Route”

2.2.209.3. Consumes

  • /

2.2.209.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.209.5. Tags

  • oapiv1

2.2.210. create a SelfSubjectRulesReview

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

2.2.210.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.252, “v1.SelfSubjectRulesReview”

 

PathParameter

namespace

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

true

string

 

2.2.210.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.252, “v1.SelfSubjectRulesReview”

2.2.210.3. Consumes

  • /

2.2.210.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.210.5. Tags

  • oapiv1

2.2.211. create a SubjectAccessReview

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

2.2.211.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.268, “v1.SubjectAccessReview”

 

PathParameter

namespace

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

true

string

 

2.2.211.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.268, “v1.SubjectAccessReview”

2.2.211.3. Consumes

  • /

2.2.211.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.211.5. Tags

  • oapiv1

2.2.212. create a SubjectRulesReview

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

2.2.212.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.269, “v1.SubjectRulesReview”

 

PathParameter

namespace

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

true

string

 

2.2.212.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.269, “v1.SubjectRulesReview”

2.2.212.3. Consumes

  • /

2.2.212.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.212.5. Tags

  • oapiv1

2.2.213. list or watch objects of kind Template

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

2.2.213.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.213.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.281, “v1.TemplateList”

2.2.213.3. Consumes

  • /

2.2.213.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.213.5. Tags

  • oapiv1

2.2.214. create a Template

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

2.2.214.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.280, “v1.Template”

 

PathParameter

namespace

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

true

string

 

2.2.214.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.280, “v1.Template”

2.2.214.3. Consumes

  • /

2.2.214.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.214.5. Tags

  • oapiv1

2.2.215. delete collection of Template

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

2.2.215.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.215.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.215.3. Consumes

  • /

2.2.215.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.215.5. Tags

  • oapiv1

2.2.216. read the specified Template

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

2.2.216.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 Template

true

string

 

2.2.216.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.280, “v1.Template”

2.2.216.3. Consumes

  • /

2.2.216.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.216.5. Tags

  • oapiv1

2.2.217. partially update the specified Template

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

2.2.217.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Template

true

string

 

2.2.217.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.280, “v1.Template”

2.2.217.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.217.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.217.5. Tags

  • oapiv1

2.2.218. replace the specified Template

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

2.2.218.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.280, “v1.Template”

 

PathParameter

namespace

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

true

string

 

PathParameter

name

name of the Template

true

string

 

2.2.218.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.280, “v1.Template”

2.2.218.3. Consumes

  • /

2.2.218.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.218.5. Tags

  • oapiv1

2.2.219. delete a Template

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

2.2.219.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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 Template

true

string

 

2.2.219.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.219.3. Consumes

  • /

2.2.219.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.219.5. Tags

  • oapiv1
GET /oapi/v1/netnamespaces

2.2.220.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.220.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.162, “v1.NetNamespaceList”

2.2.220.3. Consumes

  • /

2.2.220.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.220.5. Tags

  • oapiv1

2.2.221. create a NetNamespace

POST /oapi/v1/netnamespaces

2.2.221.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.161, “v1.NetNamespace”

 

2.2.221.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.161, “v1.NetNamespace”

2.2.221.3. Consumes

  • /

2.2.221.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.221.5. Tags

  • oapiv1

2.2.222. delete collection of NetNamespace

DELETE /oapi/v1/netnamespaces

2.2.222.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.222.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.222.3. Consumes

  • /

2.2.222.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.222.5. Tags

  • oapiv1

2.2.223. read the specified NetNamespace

GET /oapi/v1/netnamespaces/{name}

2.2.223.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 NetNamespace

true

string

 

2.2.223.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.161, “v1.NetNamespace”

2.2.223.3. Consumes

  • /

2.2.223.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.223.5. Tags

  • oapiv1
PATCH /oapi/v1/netnamespaces/{name}

2.2.224.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the NetNamespace

true

string

 

2.2.224.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.161, “v1.NetNamespace”

2.2.224.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.224.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.224.5. Tags

  • oapiv1

2.2.225. replace the specified NetNamespace

PUT /oapi/v1/netnamespaces/{name}

2.2.225.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.161, “v1.NetNamespace”

 

PathParameter

name

name of the NetNamespace

true

string

 

2.2.225.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.161, “v1.NetNamespace”

2.2.225.3. Consumes

  • /

2.2.225.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.225.5. Tags

  • oapiv1

2.2.226. delete a NetNamespace

DELETE /oapi/v1/netnamespaces/{name}

2.2.226.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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 NetNamespace

true

string

 

2.2.226.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.226.3. Consumes

  • /

2.2.226.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.226.5. Tags

  • oapiv1
GET /oapi/v1/oauthaccesstokens

2.2.227.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.227.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.168, “v1.OAuthAccessTokenList”

2.2.227.3. Consumes

  • /

2.2.227.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.227.5. Tags

  • oapiv1

2.2.228. create an OAuthAccessToken

POST /oapi/v1/oauthaccesstokens

2.2.228.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.167, “v1.OAuthAccessToken”

 

2.2.228.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.167, “v1.OAuthAccessToken”

2.2.228.3. Consumes

  • /

2.2.228.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.228.5. Tags

  • oapiv1

2.2.229. delete collection of OAuthAccessToken

DELETE /oapi/v1/oauthaccesstokens

2.2.229.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.229.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.229.3. Consumes

  • /

2.2.229.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.229.5. Tags

  • oapiv1

2.2.230. read the specified OAuthAccessToken

GET /oapi/v1/oauthaccesstokens/{name}

2.2.230.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 OAuthAccessToken

true

string

 

2.2.230.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.167, “v1.OAuthAccessToken”

2.2.230.3. Consumes

  • /

2.2.230.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.230.5. Tags

  • oapiv1
PATCH /oapi/v1/oauthaccesstokens/{name}

2.2.231.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the OAuthAccessToken

true

string

 

2.2.231.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.167, “v1.OAuthAccessToken”

2.2.231.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.231.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.231.5. Tags

  • oapiv1

2.2.232. replace the specified OAuthAccessToken

PUT /oapi/v1/oauthaccesstokens/{name}

2.2.232.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.167, “v1.OAuthAccessToken”

 

PathParameter

name

name of the OAuthAccessToken

true

string

 

2.2.232.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.167, “v1.OAuthAccessToken”

2.2.232.3. Consumes

  • /

2.2.232.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.232.5. Tags

  • oapiv1

2.2.233. delete an OAuthAccessToken

DELETE /oapi/v1/oauthaccesstokens/{name}

2.2.233.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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 OAuthAccessToken

true

string

 

2.2.233.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.233.3. Consumes

  • /

2.2.233.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.233.5. Tags

  • oapiv1
GET /oapi/v1/oauthauthorizetokens

2.2.234.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.234.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.170, “v1.OAuthAuthorizeTokenList”

2.2.234.3. Consumes

  • /

2.2.234.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.234.5. Tags

  • oapiv1

2.2.235. create an OAuthAuthorizeToken

POST /oapi/v1/oauthauthorizetokens

2.2.235.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.169, “v1.OAuthAuthorizeToken”

 

2.2.235.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.169, “v1.OAuthAuthorizeToken”

2.2.235.3. Consumes

  • /

2.2.235.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.235.5. Tags

  • oapiv1

2.2.236. delete collection of OAuthAuthorizeToken

DELETE /oapi/v1/oauthauthorizetokens

2.2.236.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.236.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.236.3. Consumes

  • /

2.2.236.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.236.5. Tags

  • oapiv1

2.2.237. read the specified OAuthAuthorizeToken

GET /oapi/v1/oauthauthorizetokens/{name}

2.2.237.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 OAuthAuthorizeToken

true

string

 

2.2.237.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.169, “v1.OAuthAuthorizeToken”

2.2.237.3. Consumes

  • /

2.2.237.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.237.5. Tags

  • oapiv1
PATCH /oapi/v1/oauthauthorizetokens/{name}

2.2.238.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the OAuthAuthorizeToken

true

string

 

2.2.238.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.169, “v1.OAuthAuthorizeToken”

2.2.238.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.238.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.238.5. Tags

  • oapiv1

2.2.239. replace the specified OAuthAuthorizeToken

PUT /oapi/v1/oauthauthorizetokens/{name}

2.2.239.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.169, “v1.OAuthAuthorizeToken”

 

PathParameter

name

name of the OAuthAuthorizeToken

true

string

 

2.2.239.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.169, “v1.OAuthAuthorizeToken”

2.2.239.3. Consumes

  • /

2.2.239.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.239.5. Tags

  • oapiv1

2.2.240. delete an OAuthAuthorizeToken

DELETE /oapi/v1/oauthauthorizetokens/{name}

2.2.240.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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 OAuthAuthorizeToken

true

string

 

2.2.240.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.240.3. Consumes

  • /

2.2.240.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.240.5. Tags

  • oapiv1
GET /oapi/v1/oauthclientauthorizations

2.2.241.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.241.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.173, “v1.OAuthClientAuthorizationList”

2.2.241.3. Consumes

  • /

2.2.241.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.241.5. Tags

  • oapiv1

2.2.242. create an OAuthClientAuthorization

POST /oapi/v1/oauthclientauthorizations

2.2.242.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.172, “v1.OAuthClientAuthorization”

 

2.2.242.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.172, “v1.OAuthClientAuthorization”

2.2.242.3. Consumes

  • /

2.2.242.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.242.5. Tags

  • oapiv1
DELETE /oapi/v1/oauthclientauthorizations

2.2.243.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.243.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.243.3. Consumes

  • /

2.2.243.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.243.5. Tags

  • oapiv1
GET /oapi/v1/oauthclientauthorizations/{name}

2.2.244.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 OAuthClientAuthorization

true

string

 

2.2.244.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.172, “v1.OAuthClientAuthorization”

2.2.244.3. Consumes

  • /

2.2.244.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.244.5. Tags

  • oapiv1
PATCH /oapi/v1/oauthclientauthorizations/{name}

2.2.245.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the OAuthClientAuthorization

true

string

 

2.2.245.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.172, “v1.OAuthClientAuthorization”

2.2.245.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.245.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.245.5. Tags

  • oapiv1
PUT /oapi/v1/oauthclientauthorizations/{name}

2.2.246.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.172, “v1.OAuthClientAuthorization”

 

PathParameter

name

name of the OAuthClientAuthorization

true

string

 

2.2.246.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.172, “v1.OAuthClientAuthorization”

2.2.246.3. Consumes

  • /

2.2.246.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.246.5. Tags

  • oapiv1

2.2.247. delete an OAuthClientAuthorization

DELETE /oapi/v1/oauthclientauthorizations/{name}

2.2.247.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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 OAuthClientAuthorization

true

string

 

2.2.247.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.247.3. Consumes

  • /

2.2.247.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.247.5. Tags

  • oapiv1

2.2.248. list or watch objects of kind OAuthClient

GET /oapi/v1/oauthclients

2.2.248.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.248.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.174, “v1.OAuthClientList”

2.2.248.3. Consumes

  • /

2.2.248.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.248.5. Tags

  • oapiv1

2.2.249. create an OAuthClient

POST /oapi/v1/oauthclients

2.2.249.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.171, “v1.OAuthClient”

 

2.2.249.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.171, “v1.OAuthClient”

2.2.249.3. Consumes

  • /

2.2.249.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.249.5. Tags

  • oapiv1

2.2.250. delete collection of OAuthClient

DELETE /oapi/v1/oauthclients

2.2.250.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.250.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.250.3. Consumes

  • /

2.2.250.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.250.5. Tags

  • oapiv1

2.2.251. read the specified OAuthClient

GET /oapi/v1/oauthclients/{name}

2.2.251.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 OAuthClient

true

string

 

2.2.251.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.171, “v1.OAuthClient”

2.2.251.3. Consumes

  • /

2.2.251.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.251.5. Tags

  • oapiv1
PATCH /oapi/v1/oauthclients/{name}

2.2.252.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the OAuthClient

true

string

 

2.2.252.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.171, “v1.OAuthClient”

2.2.252.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.252.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.252.5. Tags

  • oapiv1

2.2.253. replace the specified OAuthClient

PUT /oapi/v1/oauthclients/{name}

2.2.253.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.171, “v1.OAuthClient”

 

PathParameter

name

name of the OAuthClient

true

string

 

2.2.253.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.171, “v1.OAuthClient”

2.2.253.3. Consumes

  • /

2.2.253.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.253.5. Tags

  • oapiv1

2.2.254. delete an OAuthClient

DELETE /oapi/v1/oauthclients/{name}

2.2.254.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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 OAuthClient

true

string

 

2.2.254.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.254.3. Consumes

  • /

2.2.254.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.254.5. Tags

  • oapiv1

2.2.255. create a PodSecurityPolicyReview

POST /oapi/v1/podsecuritypolicyreviews

2.2.255.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.187, “v1.PodSecurityPolicyReview”

 

2.2.255.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.187, “v1.PodSecurityPolicyReview”

2.2.255.3. Consumes

  • /

2.2.255.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.255.5. Tags

  • oapiv1
POST /oapi/v1/podsecuritypolicyselfsubjectreviews

2.2.256.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.190, “v1.PodSecurityPolicySelfSubjectReview”

 

2.2.256.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.190, “v1.PodSecurityPolicySelfSubjectReview”

2.2.256.3. Consumes

  • /

2.2.256.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.256.5. Tags

  • oapiv1

2.2.257. create a PodSecurityPolicySubjectReview

POST /oapi/v1/podsecuritypolicysubjectreviews

2.2.257.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.192, “v1.PodSecurityPolicySubjectReview”

 

2.2.257.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.192, “v1.PodSecurityPolicySubjectReview”

2.2.257.3. Consumes

  • /

2.2.257.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.257.5. Tags

  • oapiv1

2.2.258. list or watch objects of kind Policy

GET /oapi/v1/policies

2.2.258.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.258.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.200, “v1.PolicyList”

2.2.258.3. Consumes

  • /

2.2.258.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.258.5. Tags

  • oapiv1

2.2.259. create a Policy

POST /oapi/v1/policies

2.2.259.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.197, “v1.Policy”

 

2.2.259.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.197, “v1.Policy”

2.2.259.3. Consumes

  • /

2.2.259.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.259.5. Tags

  • oapiv1
GET /oapi/v1/policybindings

2.2.260.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.260.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.199, “v1.PolicyBindingList”

2.2.260.3. Consumes

  • /

2.2.260.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.260.5. Tags

  • oapiv1

2.2.261. create a PolicyBinding

POST /oapi/v1/policybindings

2.2.261.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.198, “v1.PolicyBinding”

 

2.2.261.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.198, “v1.PolicyBinding”

2.2.261.3. Consumes

  • /

2.2.261.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.261.5. Tags

  • oapiv1

2.2.262. create a Template

POST /oapi/v1/processedtemplates

2.2.262.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.280, “v1.Template”

 

2.2.262.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.280, “v1.Template”

2.2.262.3. Consumes

  • /

2.2.262.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.262.5. Tags

  • oapiv1

2.2.263. list objects of kind ProjectRequest

GET /oapi/v1/projectrequests

2.2.263.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.263.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.263.3. Consumes

  • /

2.2.263.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.263.5. Tags

  • oapiv1

2.2.264. create a ProjectRequest

POST /oapi/v1/projectrequests

2.2.264.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.208, “v1.ProjectRequest”

 

2.2.264.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.208, “v1.ProjectRequest”

2.2.264.3. Consumes

  • /

2.2.264.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.264.5. Tags

  • oapiv1

2.2.265. list or watch objects of kind Project

GET /oapi/v1/projects

2.2.265.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.265.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.207, “v1.ProjectList”

2.2.265.3. Consumes

  • /

2.2.265.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.265.5. Tags

  • oapiv1

2.2.266. create a Project

POST /oapi/v1/projects

2.2.266.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.206, “v1.Project”

 

2.2.266.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.206, “v1.Project”

2.2.266.3. Consumes

  • /

2.2.266.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.266.5. Tags

  • oapiv1

2.2.267. read the specified Project

GET /oapi/v1/projects/{name}

2.2.267.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

PathParameter

name

name of the Project

true

string

 

2.2.267.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.206, “v1.Project”

2.2.267.3. Consumes

  • /

2.2.267.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.267.5. Tags

  • oapiv1

2.2.268. partially update the specified Project

PATCH /oapi/v1/projects/{name}

2.2.268.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the Project

true

string

 

2.2.268.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.206, “v1.Project”

2.2.268.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.268.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.268.5. Tags

  • oapiv1

2.2.269. replace the specified Project

PUT /oapi/v1/projects/{name}

2.2.269.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.206, “v1.Project”

 

PathParameter

name

name of the Project

true

string

 

2.2.269.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.206, “v1.Project”

2.2.269.3. Consumes

  • /

2.2.269.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.269.5. Tags

  • oapiv1

2.2.270. delete a Project

DELETE /oapi/v1/projects/{name}

2.2.270.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

PathParameter

name

name of the Project

true

string

 

2.2.270.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.270.3. Consumes

  • /

2.2.270.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.270.5. Tags

  • oapiv1

2.2.271. create a ResourceAccessReview

POST /oapi/v1/resourceaccessreviews

2.2.271.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.217, “v1.ResourceAccessReview”

 

2.2.271.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.217, “v1.ResourceAccessReview”

2.2.271.3. Consumes

  • /

2.2.271.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.271.5. Tags

  • oapiv1
GET /oapi/v1/rolebindingrestrictions

2.2.272.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.272.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.228, “v1.RoleBindingRestrictionList”

2.2.272.3. Consumes

  • /

2.2.272.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.272.5. Tags

  • oapiv1

2.2.273. create a RoleBindingRestriction

POST /oapi/v1/rolebindingrestrictions

2.2.273.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.227, “v1.RoleBindingRestriction”

 

2.2.273.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.227, “v1.RoleBindingRestriction”

2.2.273.3. Consumes

  • /

2.2.273.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.273.5. Tags

  • oapiv1

2.2.274. list objects of kind RoleBinding

GET /oapi/v1/rolebindings

2.2.274.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.274.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.226, “v1.RoleBindingList”

2.2.274.3. Consumes

  • /

2.2.274.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.274.5. Tags

  • oapiv1

2.2.275. create a RoleBinding

POST /oapi/v1/rolebindings

2.2.275.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.225, “v1.RoleBinding”

 

2.2.275.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.225, “v1.RoleBinding”

2.2.275.3. Consumes

  • /

2.2.275.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.275.5. Tags

  • oapiv1

2.2.276. list objects of kind Role

GET /oapi/v1/roles

2.2.276.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.276.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.230, “v1.RoleList”

2.2.276.3. Consumes

  • /

2.2.276.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.276.5. Tags

  • oapiv1

2.2.277. create a Role

POST /oapi/v1/roles

2.2.277.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.224, “v1.Role”

 

2.2.277.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.224, “v1.Role”

2.2.277.3. Consumes

  • /

2.2.277.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.277.5. Tags

  • oapiv1

2.2.278. list or watch objects of kind Route

GET /oapi/v1/routes

2.2.278.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.278.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.235, “v1.RouteList”

2.2.278.3. Consumes

  • /

2.2.278.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.278.5. Tags

  • oapiv1

2.2.279. create a Route

POST /oapi/v1/routes

2.2.279.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.232, “v1.Route”

 

2.2.279.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.232, “v1.Route”

2.2.279.3. Consumes

  • /

2.2.279.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.279.5. Tags

  • oapiv1

2.2.280. create a SelfSubjectRulesReview

POST /oapi/v1/selfsubjectrulesreviews

2.2.280.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.252, “v1.SelfSubjectRulesReview”

 

2.2.280.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.252, “v1.SelfSubjectRulesReview”

2.2.280.3. Consumes

  • /

2.2.280.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.280.5. Tags

  • oapiv1

2.2.281. create a SubjectAccessReview

POST /oapi/v1/subjectaccessreviews

2.2.281.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.268, “v1.SubjectAccessReview”

 

2.2.281.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.268, “v1.SubjectAccessReview”

2.2.281.3. Consumes

  • /

2.2.281.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.281.5. Tags

  • oapiv1

2.2.282. create a SubjectRulesReview

POST /oapi/v1/subjectrulesreviews

2.2.282.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.269, “v1.SubjectRulesReview”

 

2.2.282.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.269, “v1.SubjectRulesReview”

2.2.282.3. Consumes

  • /

2.2.282.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.282.5. Tags

  • oapiv1

2.2.283. list or watch objects of kind Template

GET /oapi/v1/templates

2.2.283.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.283.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.281, “v1.TemplateList”

2.2.283.3. Consumes

  • /

2.2.283.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.283.5. Tags

  • oapiv1

2.2.284. create a Template

POST /oapi/v1/templates

2.2.284.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.280, “v1.Template”

 

2.2.284.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.280, “v1.Template”

2.2.284.3. Consumes

  • /

2.2.284.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.284.5. Tags

  • oapiv1

2.2.285. create an UserIdentityMapping

POST /oapi/v1/useridentitymappings

2.2.285.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.284, “v1.UserIdentityMapping”

 

2.2.285.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.284, “v1.UserIdentityMapping”

2.2.285.3. Consumes

  • /

2.2.285.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.285.5. Tags

  • oapiv1

2.2.286. read the specified UserIdentityMapping

GET /oapi/v1/useridentitymappings/{name}

2.2.286.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

PathParameter

name

name of the UserIdentityMapping

true

string

 

2.2.286.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.284, “v1.UserIdentityMapping”

2.2.286.3. Consumes

  • /

2.2.286.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.286.5. Tags

  • oapiv1
PATCH /oapi/v1/useridentitymappings/{name}

2.2.287.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the UserIdentityMapping

true

string

 

2.2.287.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.284, “v1.UserIdentityMapping”

2.2.287.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.287.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.287.5. Tags

  • oapiv1

2.2.288. replace the specified UserIdentityMapping

PUT /oapi/v1/useridentitymappings/{name}

2.2.288.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.284, “v1.UserIdentityMapping”

 

PathParameter

name

name of the UserIdentityMapping

true

string

 

2.2.288.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.284, “v1.UserIdentityMapping”

2.2.288.3. Consumes

  • /

2.2.288.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.288.5. Tags

  • oapiv1

2.2.289. delete an UserIdentityMapping

DELETE /oapi/v1/useridentitymappings/{name}

2.2.289.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

PathParameter

name

name of the UserIdentityMapping

true

string

 

2.2.289.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.289.3. Consumes

  • /

2.2.289.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.289.5. Tags

  • oapiv1

2.2.290. list or watch objects of kind User

GET /oapi/v1/users

2.2.290.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.290.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.285, “v1.UserList”

2.2.290.3. Consumes

  • /

2.2.290.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.290.5. Tags

  • oapiv1

2.2.291. create an User

POST /oapi/v1/users

2.2.291.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.283, “v1.User”

 

2.2.291.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.283, “v1.User”

2.2.291.3. Consumes

  • /

2.2.291.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.291.5. Tags

  • oapiv1

2.2.292. delete collection of User

DELETE /oapi/v1/users

2.2.292.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.292.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.292.3. Consumes

  • /

2.2.292.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.292.5. Tags

  • oapiv1

2.2.293. read the specified User

GET /oapi/v1/users/{name}

2.2.293.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 User

true

string

 

2.2.293.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.283, “v1.User”

2.2.293.3. Consumes

  • /

2.2.293.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.293.5. Tags

  • oapiv1

2.2.294. partially update the specified User

PATCH /oapi/v1/users/{name}

2.2.294.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.180, “v1.Patch”

 

PathParameter

name

name of the User

true

string

 

2.2.294.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.283, “v1.User”

2.2.294.3. Consumes

  • application/json-patch+json
  • application/merge-patch+json
  • application/strategic-merge-patch+json

2.2.294.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.294.5. Tags

  • oapiv1

2.2.295. replace the specified User

PUT /oapi/v1/users/{name}

2.2.295.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.283, “v1.User”

 

PathParameter

name

name of the User

true

string

 

2.2.295.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.283, “v1.User”

2.2.295.3. Consumes

  • /

2.2.295.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.295.5. Tags

  • oapiv1

2.2.296. delete an User

DELETE /oapi/v1/users/{name}

2.2.296.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

QueryParameter

pretty

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

false

string

 

BodyParameter

body

 

true

Section 2.3.61, “v1.DeleteOptions”

 

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 User

true

string

 

2.2.296.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.264, “v1.Status”

2.2.296.3. Consumes

  • /

2.2.296.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf

2.2.296.5. Tags

  • oapiv1
GET /oapi/v1/watch/buildconfigs

2.2.297.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.297.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.297.3. Consumes

  • /

2.2.297.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.297.5. Tags

  • oapiv1
GET /oapi/v1/watch/builds

2.2.298.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.298.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.298.3. Consumes

  • /

2.2.298.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.298.5. Tags

  • oapiv1
GET /oapi/v1/watch/clusternetworks

2.2.299.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.299.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.299.3. Consumes

  • /

2.2.299.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.299.5. Tags

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

2.2.300.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the ClusterNetwork

true

string

 

2.2.300.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.300.3. Consumes

  • /

2.2.300.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.300.5. Tags

  • oapiv1
GET /oapi/v1/watch/clusterpolicies

2.2.301.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.301.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.301.3. Consumes

  • /

2.2.301.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.301.5. Tags

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

2.2.302.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the ClusterPolicy

true

string

 

2.2.302.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.302.3. Consumes

  • /

2.2.302.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.302.5. Tags

  • oapiv1
GET /oapi/v1/watch/clusterpolicybindings

2.2.303.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.303.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.303.3. Consumes

  • /

2.2.303.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.303.5. Tags

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

2.2.304.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the ClusterPolicyBinding

true

string

 

2.2.304.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.304.3. Consumes

  • /

2.2.304.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.304.5. Tags

  • oapiv1
GET /oapi/v1/watch/clusterresourcequotas

2.2.305.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.305.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.305.3. Consumes

  • /

2.2.305.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.305.5. Tags

  • oapiv1
GET /oapi/v1/watch/clusterresourcequotas/{name}

2.2.306.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the ClusterResourceQuota

true

string

 

2.2.306.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.306.3. Consumes

  • /

2.2.306.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.306.5. Tags

  • oapiv1
GET /oapi/v1/watch/deploymentconfigs

2.2.307.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.307.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.307.3. Consumes

  • /

2.2.307.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.307.5. Tags

  • oapiv1
GET /oapi/v1/watch/egressnetworkpolicies

2.2.308.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.308.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.308.3. Consumes

  • /

2.2.308.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.308.5. Tags

  • oapiv1
GET /oapi/v1/watch/groups

2.2.309.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.309.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.309.3. Consumes

  • /

2.2.309.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.309.5. Tags

  • oapiv1

2.2.310. watch changes to an object of kind Group

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

2.2.310.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the Group

true

string

 

2.2.310.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.310.3. Consumes

  • /

2.2.310.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.310.5. Tags

  • oapiv1
GET /oapi/v1/watch/hostsubnets

2.2.311.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.311.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.311.3. Consumes

  • /

2.2.311.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.311.5. Tags

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

2.2.312.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the HostSubnet

true

string

 

2.2.312.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.312.3. Consumes

  • /

2.2.312.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.312.5. Tags

  • oapiv1
GET /oapi/v1/watch/identities

2.2.313.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.313.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.313.3. Consumes

  • /

2.2.313.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.313.5. Tags

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

2.2.314.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the Identity

true

string

 

2.2.314.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.314.3. Consumes

  • /

2.2.314.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.314.5. Tags

  • oapiv1
GET /oapi/v1/watch/images

2.2.315.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.315.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.315.3. Consumes

  • /

2.2.315.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.315.5. Tags

  • oapiv1

2.2.316. watch changes to an object of kind Image

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

2.2.316.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the Image

true

string

 

2.2.316.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.316.3. Consumes

  • /

2.2.316.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.316.5. Tags

  • oapiv1
GET /oapi/v1/watch/imagestreams

2.2.317.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.317.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.317.3. Consumes

  • /

2.2.317.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.317.5. Tags

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

2.2.318.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.318.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.318.3. Consumes

  • /

2.2.318.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.318.5. Tags

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

2.2.319.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 BuildConfig

true

string

 

2.2.319.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.319.3. Consumes

  • /

2.2.319.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.319.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/builds

2.2.320.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.320.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.320.3. Consumes

  • /

2.2.320.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.320.5. Tags

  • oapiv1

2.2.321. watch changes to an object of kind Build

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

2.2.321.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 Build

true

string

 

2.2.321.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.321.3. Consumes

  • /

2.2.321.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.321.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/deploymentconfigs

2.2.322.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.322.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.322.3. Consumes

  • /

2.2.322.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.322.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/deploymentconfigs/{name}

2.2.323.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 DeploymentConfig

true

string

 

2.2.323.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.323.3. Consumes

  • /

2.2.323.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.323.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/egressnetworkpolicies

2.2.324.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.324.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.324.3. Consumes

  • /

2.2.324.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.324.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/egressnetworkpolicies/{name}

2.2.325.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 EgressNetworkPolicy

true

string

 

2.2.325.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.325.3. Consumes

  • /

2.2.325.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.325.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/imagestreams

2.2.326.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.326.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.326.3. Consumes

  • /

2.2.326.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.326.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/imagestreams/{name}

2.2.327.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 ImageStream

true

string

 

2.2.327.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.327.3. Consumes

  • /

2.2.327.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.327.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/policies

2.2.328.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.328.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.328.3. Consumes

  • /

2.2.328.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.328.5. Tags

  • oapiv1

2.2.329. watch changes to an object of kind Policy

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

2.2.329.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 Policy

true

string

 

2.2.329.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.329.3. Consumes

  • /

2.2.329.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.329.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/policybindings

2.2.330.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.330.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.330.3. Consumes

  • /

2.2.330.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.330.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/policybindings/{name}

2.2.331.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 PolicyBinding

true

string

 

2.2.331.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.331.3. Consumes

  • /

2.2.331.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.331.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/rolebindingrestrictions

2.2.332.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.332.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.332.3. Consumes

  • /

2.2.332.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.332.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/rolebindingrestrictions/{name}

2.2.333.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 RoleBindingRestriction

true

string

 

2.2.333.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.333.3. Consumes

  • /

2.2.333.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.333.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/routes

2.2.334.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.334.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.334.3. Consumes

  • /

2.2.334.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.334.5. Tags

  • oapiv1

2.2.335. watch changes to an object of kind Route

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

2.2.335.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 Route

true

string

 

2.2.335.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.335.3. Consumes

  • /

2.2.335.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.335.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/templates

2.2.336.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.336.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.336.3. Consumes

  • /

2.2.336.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.336.5. Tags

  • oapiv1
GET /oapi/v1/watch/namespaces/{namespace}/templates/{name}

2.2.337.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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 Template

true

string

 

2.2.337.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.337.3. Consumes

  • /

2.2.337.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.337.5. Tags

  • oapiv1
GET /oapi/v1/watch/netnamespaces

2.2.338.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.338.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.338.3. Consumes

  • /

2.2.338.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.338.5. Tags

  • oapiv1
GET /oapi/v1/watch/netnamespaces/{name}

2.2.339.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the NetNamespace

true

string

 

2.2.339.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.339.3. Consumes

  • /

2.2.339.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.339.5. Tags

  • oapiv1
GET /oapi/v1/watch/oauthaccesstokens

2.2.340.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.340.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.340.3. Consumes

  • /

2.2.340.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.340.5. Tags

  • oapiv1
GET /oapi/v1/watch/oauthaccesstokens/{name}

2.2.341.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the OAuthAccessToken

true

string

 

2.2.341.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.341.3. Consumes

  • /

2.2.341.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.341.5. Tags

  • oapiv1
GET /oapi/v1/watch/oauthauthorizetokens

2.2.342.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.342.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.342.3. Consumes

  • /

2.2.342.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.342.5. Tags

  • oapiv1
GET /oapi/v1/watch/oauthauthorizetokens/{name}

2.2.343.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the OAuthAuthorizeToken

true

string

 

2.2.343.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.343.3. Consumes

  • /

2.2.343.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.343.5. Tags

  • oapiv1
GET /oapi/v1/watch/oauthclientauthorizations

2.2.344.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.344.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.344.3. Consumes

  • /

2.2.344.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.344.5. Tags

  • oapiv1
GET /oapi/v1/watch/oauthclientauthorizations/{name}

2.2.345.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the OAuthClientAuthorization

true

string

 

2.2.345.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.345.3. Consumes

  • /

2.2.345.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.345.5. Tags

  • oapiv1
GET /oapi/v1/watch/oauthclients

2.2.346.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.346.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.346.3. Consumes

  • /

2.2.346.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.346.5. Tags

  • oapiv1
GET /oapi/v1/watch/oauthclients/{name}

2.2.347.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the OAuthClient

true

string

 

2.2.347.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.347.3. Consumes

  • /

2.2.347.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.347.5. Tags

  • oapiv1
GET /oapi/v1/watch/policies

2.2.348.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.348.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.348.3. Consumes

  • /

2.2.348.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.348.5. Tags

  • oapiv1
GET /oapi/v1/watch/policybindings

2.2.349.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.349.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.349.3. Consumes

  • /

2.2.349.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.349.5. Tags

  • oapiv1
GET /oapi/v1/watch/projects

2.2.350.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.350.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.350.3. Consumes

  • /

2.2.350.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.350.5. Tags

  • oapiv1
GET /oapi/v1/watch/projects/{name}

2.2.351.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the Project

true

string

 

2.2.351.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.351.3. Consumes

  • /

2.2.351.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.351.5. Tags

  • oapiv1
GET /oapi/v1/watch/rolebindingrestrictions

2.2.352.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.352.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.352.3. Consumes

  • /

2.2.352.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.352.5. Tags

  • oapiv1
GET /oapi/v1/watch/routes

2.2.353.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.353.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.353.3. Consumes

  • /

2.2.353.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.353.5. Tags

  • oapiv1
GET /oapi/v1/watch/templates

2.2.354.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.354.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.354.3. Consumes

  • /

2.2.354.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.354.5. Tags

  • oapiv1
GET /oapi/v1/watch/users

2.2.355.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

 

2.2.355.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.355.3. Consumes

  • /

2.2.355.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.355.5. Tags

  • oapiv1

2.2.356. watch changes to an object of kind User

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

2.2.356.1. Parameters

Expand
TypeNameDescriptionRequiredSchemaDefault

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

name

name of the User

true

string

 

2.2.356.2. Responses

Expand
HTTP CodeDescriptionSchema

200

success

Section 2.3.291, “v1.WatchEvent”

2.2.356.3. Consumes

  • /

2.2.356.4. Produces

  • application/json
  • application/yaml
  • application/vnd.kubernetes.protobuf
  • application/json;stream=watch
  • application/vnd.kubernetes.protobuf;stream=watch

2.2.356.5. Tags

  • oapiv1

2.3. Definitions

2.3.1. patch.Object

represents an object patch, which may be any of: JSON patch (RFC 6902), JSON merge patch (RFC 7396), or the Kubernetes strategic merge patch

2.3.2. runtime.RawExtension

this may be any JSON object with a 'kind' and 'apiVersion' field; and is preserved unmodified by processing

2.3.3. types.UID

2.3.4. v1.APIResource

APIResource specifies the name of a resource and whether it is namespaced.

Expand
NameDescriptionRequiredSchemaDefault

name

name is the name of the resource.

true

string

 

namespaced

namespaced indicates if a resource is namespaced or not.

true

boolean

 

kind

kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')

true

string

 

verbs

verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)

true

string array

 

shortNames

shortNames is a list of suggested short names of the resource.

false

string array

 

2.3.5. v1.APIResourceList

APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

groupVersion

groupVersion is the group and version this APIResourceList is for.

true

string

 

resources

resources contains the name of the resources and if they are namespaced.

true

Section 2.3.4, “v1.APIResource” array

 

2.3.6. v1.AWSElasticBlockStoreVolumeSource

Represents a Persistent Disk resource in AWS.

An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

volumeID

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

true

string

 

fsType

Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

string

 

partition

The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).

false

integer (int32)

 

readOnly

Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

boolean

 

2.3.7. v1.Affinity

Affinity is a group of affinity scheduling rules.

Expand
NameDescriptionRequiredSchemaDefault

nodeAffinity

Describes node affinity scheduling rules for the pod.

false

Section 2.3.163, “v1.NodeAffinity”

 

podAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

false

Section 2.3.183, “v1.PodAffinity”

 

podAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

false

Section 2.3.185, “v1.PodAntiAffinity”

 

2.3.8. v1.AppliedClusterResourceQuota

AppliedClusterResourceQuota mirrors ClusterResourceQuota at a project scope, for projection into a project. It allows a project-admin to know which ClusterResourceQuotas are applied to his project and their associated usage.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

true

Section 2.3.176, “v1.ObjectMeta”

 

spec

Spec defines the desired quota

true

Section 2.3.46, “v1.ClusterResourceQuotaSpec”

 

status

Status defines the actual enforced quota and its current usage

false

Section 2.3.47, “v1.ClusterResourceQuotaStatus”

 

2.3.9. v1.AppliedClusterResourceQuotaList

AppliedClusterResourceQuotaList is a collection of AppliedClusterResourceQuotas

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is a list of AppliedClusterResourceQuota

true

Section 2.3.8, “v1.AppliedClusterResourceQuota” array

 

2.3.10. v1.AzureDataDiskCachingMode

2.3.11. v1.AzureDiskVolumeSource

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

Expand
NameDescriptionRequiredSchemaDefault

diskName

The Name of the data disk in the blob storage

true

string

 

diskURI

The URI the data disk in the blob storage

true

string

 

cachingMode

Host Caching mode: None, Read Only, Read Write.

false

Section 2.3.10, “v1.AzureDataDiskCachingMode”

 

fsType

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

false

string

 

readOnly

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

false

boolean

 

2.3.12. v1.AzureFileVolumeSource

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Expand
NameDescriptionRequiredSchemaDefault

secretName

the name of secret that contains Azure Storage Account Name and Key

true

string

 

shareName

Share Name

true

string

 

readOnly

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

false

boolean

 

2.3.13. v1.BinaryBuildSource

BinaryBuildSource describes a binary file to be used for the Docker and Source build strategies, where the file will be extracted and used as the build source.

Expand
NameDescriptionRequiredSchemaDefault

asFile

asFile indicates that the provided binary input should be considered a single file within the build input. For example, specifying "webapp.war" would place the provided binary as /webapp.war for the builder. If left empty, the Docker and Source build strategies assume this file is a zip, tar, or tar.gz file and extract it as the source. The custom strategy receives this binary as standard input. This filename may not contain slashes or be '..' or '.'.

false

string

 

2.3.14. v1.BitbucketWebHookCause

BitbucketWebHookCause has information about a Bitbucket webhook that triggered a build.

Expand
NameDescriptionRequiredSchemaDefault

revision

Revision is the git source revision information of the trigger.

false

Section 2.3.262, “v1.SourceRevision”

 

secret

Secret is the obfuscated webhook secret that triggered a build.

false

string

 

2.3.15. v1.Build

Build encapsulates the inputs needed to produce a new deployable image, as well as the status of the execution and a reference to the Pod which executed the build.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

spec

spec is all the inputs used to execute the build.

false

Section 2.3.26, “v1.BuildSpec”

 

status

status is the current status of the build.

false

Section 2.3.27, “v1.BuildStatus”

 

2.3.16. v1.BuildConfig

Build configurations define a build process for new Docker images. There are three types of builds possible - a Docker build using a Dockerfile, a Source-to-Image build that uses a specially prepared base image that accepts source code that it can make runnable, and a custom build that can run // arbitrary Docker images as a base and accept the build parameters. Builds run on the cluster and on completion are pushed to the Docker registry specified in the "output" section. A build can be triggered via a webhook, when the base image changes, or when a user manually requests a new build be // created.

Each build created by a build configuration is numbered and refers back to its parent configuration. Multiple builds can be triggered at once. Builds that do not have "output" set can be used to test code or run a verification build.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

metadata for BuildConfig.

false

Section 2.3.176, “v1.ObjectMeta”

 

spec

spec holds all the input necessary to produce a new build, and the conditions when to trigger them.

true

Section 2.3.18, “v1.BuildConfigSpec”

 

status

status holds any relevant information about a build config

true

Section 2.3.19, “v1.BuildConfigStatus”

 

2.3.17. v1.BuildConfigList

BuildConfigList is a collection of BuildConfigs.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

metadata for BuildConfigList.

false

Section 2.3.151, “v1.ListMeta”

 

items

items is a list of build configs

true

Section 2.3.16, “v1.BuildConfig” array

 

2.3.18. v1.BuildConfigSpec

BuildConfigSpec describes when and how builds are created

Expand
NameDescriptionRequiredSchemaDefault

triggers

triggers determine how new Builds can be launched from a BuildConfig. If no triggers are defined, a new build can only occur as a result of an explicit client build creation.

true

Section 2.3.32, “v1.BuildTriggerPolicy” array

 

runPolicy

RunPolicy describes how the new build created from this build configuration will be scheduled for execution. This is optional, if not specified we default to "Serial".

false

string

 

serviceAccount

serviceAccount is the name of the ServiceAccount to use to run the pod created by this build. The pod will be allowed to use secrets referenced by the ServiceAccount

false

string

 

source

source describes the SCM in use.

false

Section 2.3.25, “v1.BuildSource”

 

revision

revision is the information from the source for a specific repo snapshot. This is optional.

false

Section 2.3.262, “v1.SourceRevision”

 

strategy

strategy defines how to perform a build.

true

Section 2.3.30, “v1.BuildStrategy”

 

output

output describes the Docker image the Strategy should produce.

false

Section 2.3.22, “v1.BuildOutput”

 

resources

resources computes resource requirements to execute the build.

false

Section 2.3.223, “v1.ResourceRequirements”

 

postCommit

postCommit is a build hook executed after the build output image is committed, before it is pushed to a registry.

false

Section 2.3.23, “v1.BuildPostCommitSpec”

 

completionDeadlineSeconds

completionDeadlineSeconds is an optional duration in seconds, counted from the time when a build pod gets scheduled in the system, that the build may be active on a node before the system actively tries to terminate the build; value must be positive integer

false

integer (int64)

 

nodeSelector

nodeSelector is a selector which must be true for the build pod to fit on a node If nil, it can be overridden by default build nodeselector values for the cluster. If set to an empty map or a map with any values, default build nodeselector values are ignored.

true

object

 

successfulBuildsHistoryLimit

successfulBuildsHistoryLimit is the number of old successful builds to retain. If not specified, all successful builds are retained.

false

integer (int32)

 

failedBuildsHistoryLimit

failedBuildsHistoryLimit is the number of old failed builds to retain. If not specified, all failed builds are retained.

false

integer (int32)

 

2.3.19. v1.BuildConfigStatus

BuildConfigStatus contains current state of the build config object.

Expand
NameDescriptionRequiredSchemaDefault

lastVersion

lastVersion is used to inform about number of last triggered build.

true

integer (int64)

 

2.3.20. v1.BuildList

BuildList is a collection of Builds.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

metadata for BuildList.

false

Section 2.3.151, “v1.ListMeta”

 

items

items is a list of builds

true

Section 2.3.15, “v1.Build” array

 

2.3.21. v1.BuildLog

BuildLog is the (unused) resource associated with the build log redirector

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

2.3.22. v1.BuildOutput

BuildOutput is input to a build strategy and describes the Docker image that the strategy should produce.

Expand
NameDescriptionRequiredSchemaDefault

to

to defines an optional location to push the output of this build to. Kind must be one of 'ImageStreamTag' or 'DockerImage'. This value will be used to look up a Docker image repository to push to. In the case of an ImageStreamTag, the ImageStreamTag will be looked for in the namespace of the build unless Namespace is specified.

false

Section 2.3.177, “v1.ObjectReference”

 

pushSecret

PushSecret is the name of a Secret that would be used for setting up the authentication for executing the Docker push to authentication enabled Docker Registry (or Docker Hub).

false

Section 2.3.152, “v1.LocalObjectReference”

 

imageLabels

imageLabels define a list of labels that are applied to the resulting image. If there are multiple labels with the same name then the last one in the list is used.

false

Section 2.3.126, “v1.ImageLabel” array

 

2.3.23. v1.BuildPostCommitSpec

A BuildPostCommitSpec holds a build post commit hook specification. The hook executes a command in a temporary container running the build output image, immediately after the last layer of the image is committed and before the image is pushed to a registry. The command is executed with the current working directory ($PWD) set to the image’s WORKDIR.

The build will be marked as failed if the hook execution fails. It will fail if the script or command return a non-zero exit code, or if there is any other error related to starting the temporary container.

There are five different ways to configure the hook. As an example, all forms below are equivalent and will execute rake test --verbose.

  1. Shell script:

    "postCommit": {
      "script": "rake test --verbose",
    }
    The above is a convenient form which is equivalent to:
    "postCommit": {
      "command": ["/bin/sh", "-ic"],
      "args":    ["rake test --verbose"]
    }
  2. A command as the image entrypoint:

    "postCommit": {
      "commit": ["rake", "test", "--verbose"]
    }
    Command overrides the image entrypoint in the exec form, as documented in
    Docker: https://docs.docker.com/engine/reference/builder/#entrypoint.
  3. Pass arguments to the default entrypoint:

    "postCommit": {
     "args": ["rake", "test", "--verbose"]
    }
    This form is only useful if the image entrypoint can handle arguments.
  4. Shell script with arguments:

    "postCommit": {
      "script": "rake test $1",
      "args":   ["--verbose"]
    }
    This form is useful if you need to pass arguments that would otherwise be
    hard to quote properly in the shell script. In the script, $0 will be
    "/bin/sh" and $1, $2, etc, are the positional arguments from Args.
  5. Command with arguments:

    "postCommit": {
      "command": ["rake", "test"],
      "args":    ["--verbose"]
    }
    This form is equivalent to appending the arguments to the Command slice.

It is invalid to provide both Script and Command simultaneously. If none of the fields are specified, the hook is not executed.

Expand
NameDescriptionRequiredSchemaDefault

command

command is the command to run. It may not be specified with Script. This might be needed if the image doesn’t have /bin/sh, or if you do not want to use a shell. In all other cases, using Script might be more convenient.

false

string array

 

args

args is a list of arguments that are provided to either Command, Script or the Docker image’s default entrypoint. The arguments are placed immediately after the command to be run.

false

string array

 

script

script is a shell script to be run with /bin/sh -ic. It may not be specified with Command. Use Script when a shell script is appropriate to execute the post build hook, for example for running unit tests with rake test. If you need control over the image entrypoint, or if the image does not have /bin/sh, use Command and/or Args. The -i flag is needed to support CentOS and RHEL images that use Software Collections (SCL), in order to have the appropriate collections enabled in the shell. E.g., in the Ruby image, this is necessary to make ruby, bundle and other binaries available in the PATH.

false

string

 

2.3.24. v1.BuildRequest

BuildRequest is the resource used to pass parameters to build generator

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

metadata for BuildRequest.

false

Section 2.3.176, “v1.ObjectMeta”

 

revision

revision is the information from the source for a specific repo snapshot.

false

Section 2.3.262, “v1.SourceRevision”

 

triggeredByImage

triggeredByImage is the Image that triggered this build.

false

Section 2.3.177, “v1.ObjectReference”

 

from

from is the reference to the ImageStreamTag that triggered the build.

false

Section 2.3.177, “v1.ObjectReference”

 

binary

binary indicates a request to build from a binary provided to the builder

false

Section 2.3.13, “v1.BinaryBuildSource”

 

lastVersion

lastVersion (optional) is the LastVersion of the BuildConfig that was used to generate the build. If the BuildConfig in the generator doesn’t match, a build will not be generated.

false

integer (int64)

 

env

env contains additional environment variables you want to pass into a builder container.

false

Section 2.3.93, “v1.EnvVar” array

 

triggeredBy

triggeredBy describes which triggers started the most recent update to the build configuration and contains information about those triggers.

true

Section 2.3.31, “v1.BuildTriggerCause” array

 

dockerStrategyOptions

DockerStrategyOptions contains additional docker-strategy specific options for the build

false

Section 2.3.82, “v1.DockerStrategyOptions”

 

2.3.25. v1.BuildSource

BuildSource is the SCM used for the build.

Expand
NameDescriptionRequiredSchemaDefault

type

type of build input to accept

true

string

 

binary

binary builds accept a binary as their input. The binary is generally assumed to be a tar, gzipped tar, or zip file depending on the strategy. For Docker builds, this is the build context and an optional Dockerfile may be specified to override any Dockerfile in the build context. For Source builds, this is assumed to be an archive as described above. For Source and Docker builds, if binary.asFile is set the build will receive a directory with a single file. contextDir may be used when an archive is provided. Custom builds will receive this binary as input on STDIN.

false

Section 2.3.13, “v1.BinaryBuildSource”

 

dockerfile

dockerfile is the raw contents of a Dockerfile which should be built. When this option is specified, the FROM may be modified based on your strategy base image and additional ENV stanzas from your strategy environment will be added after the FROM, but before the rest of your Dockerfile stanzas. The Dockerfile source type may be used with other options like git - in those cases the Git repo will have any innate Dockerfile replaced in the context dir.

false

string

 

git

git contains optional information about git build source

false

Section 2.3.103, “v1.GitBuildSource”

 

images

images describes a set of images to be used to provide source for the build

false

Section 2.3.132, “v1.ImageSource” array

 

contextDir

contextDir specifies the sub-directory where the source code for the application exists. This allows to have buildable sources in directory other than root of repository.

false

string

 

sourceSecret

sourceSecret is the name of a Secret that would be used for setting up the authentication for cloning private repository. The secret contains valid credentials for remote repository, where the data’s key represent the authentication method to be used and value is the base64 encoded credentials. Supported auth methods are: ssh-privatekey.

false

Section 2.3.152, “v1.LocalObjectReference”

 

secrets

secrets represents a list of secrets and their destinations that will be used only for the build.

false

Section 2.3.244, “v1.SecretBuildSource” array

 

2.3.26. v1.BuildSpec

BuildSpec has the information to represent a build and also additional information about a build

Expand
NameDescriptionRequiredSchemaDefault

serviceAccount

serviceAccount is the name of the ServiceAccount to use to run the pod created by this build. The pod will be allowed to use secrets referenced by the ServiceAccount

false

string

 

source

source describes the SCM in use.

false

Section 2.3.25, “v1.BuildSource”

 

revision

revision is the information from the source for a specific repo snapshot. This is optional.

false

Section 2.3.262, “v1.SourceRevision”

 

strategy

strategy defines how to perform a build.

true

Section 2.3.30, “v1.BuildStrategy”

 

output

output describes the Docker image the Strategy should produce.

false

Section 2.3.22, “v1.BuildOutput”

 

resources

resources computes resource requirements to execute the build.

false

Section 2.3.223, “v1.ResourceRequirements”

 

postCommit

postCommit is a build hook executed after the build output image is committed, before it is pushed to a registry.

false

Section 2.3.23, “v1.BuildPostCommitSpec”

 

completionDeadlineSeconds

completionDeadlineSeconds is an optional duration in seconds, counted from the time when a build pod gets scheduled in the system, that the build may be active on a node before the system actively tries to terminate the build; value must be positive integer

false

integer (int64)

 

nodeSelector

nodeSelector is a selector which must be true for the build pod to fit on a node If nil, it can be overridden by default build nodeselector values for the cluster. If set to an empty map or a map with any values, default build nodeselector values are ignored.

true

object

 

triggeredBy

triggeredBy describes which triggers started the most recent update to the build configuration and contains information about those triggers.

true

Section 2.3.31, “v1.BuildTriggerCause” array

 

2.3.27. v1.BuildStatus

BuildStatus contains the status of a build

Expand
NameDescriptionRequiredSchemaDefault

phase

phase is the point in the build lifecycle. Possible values are "New", "Pending", "Running", "Complete", "Failed", "Error", and "Cancelled".

true

string

 

cancelled

cancelled describes if a cancel event was triggered for the build.

false

boolean

 

reason

reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.

false

string

 

message

message is a human-readable message indicating details about why the build has this status.

false

string

 

startTimestamp

startTimestamp is a timestamp representing the server time when this Build started running in a Pod. It is represented in RFC3339 form and is in UTC.

false

string

 

completionTimestamp

completionTimestamp is a timestamp representing the server time when this Build was finished, whether that build failed or succeeded. It reflects the time at which the Pod running the Build terminated. It is represented in RFC3339 form and is in UTC.

false

string

 

duration

duration contains time.Duration object describing build time.

false

time.Duration

 

outputDockerImageReference

outputDockerImageReference contains a reference to the Docker image that will be built by this build. Its value is computed from Build.Spec.Output.To, and should include the registry address, so that it can be used to push and pull the image.

false

string

 

config

config is an ObjectReference to the BuildConfig this Build is based on.

false

Section 2.3.177, “v1.ObjectReference”

 

output

output describes the Docker image the build has produced.

false

Section 2.3.28, “v1.BuildStatusOutput”

 

stages

stages contains details about each stage that occurs during the build including start time, duration (in milliseconds), and the steps that occured within each stage.

false

Section 2.3.263, “v1.StageInfo” array

 

logSnippet

logSnippet is the last few lines of the build log. This value is only set for builds that failed.

false

string

 

2.3.28. v1.BuildStatusOutput

BuildStatusOutput contains the status of the built image.

Expand
NameDescriptionRequiredSchemaDefault

to

to describes the status of the built image being pushed to a registry.

false

Section 2.3.29, “v1.BuildStatusOutputTo”

 

2.3.29. v1.BuildStatusOutputTo

BuildStatusOutputTo describes the status of the built image with regards to image registry to which it was supposed to be pushed.

Expand
NameDescriptionRequiredSchemaDefault

imageDigest

imageDigest is the digest of the built Docker image. The digest uniquely identifies the image in the registry to which it was pushed.

Please note that this field may not always be set even if the push completes successfully - e.g. when the registry returns no digest or returns it in a format that the builder doesn’t understand.

false

string

 

2.3.30. v1.BuildStrategy

BuildStrategy contains the details of how to perform a build.

Expand
NameDescriptionRequiredSchemaDefault

type

type is the kind of build strategy.

true

string

 

dockerStrategy

dockerStrategy holds the parameters to the Docker build strategy.

false

Section 2.3.81, “v1.DockerBuildStrategy”

 

sourceStrategy

sourceStrategy holds the parameters to the Source build strategy.

false

Section 2.3.260, “v1.SourceBuildStrategy”

 

customStrategy

customStrategy holds the parameters to the Custom build strategy

false

Section 2.3.59, “v1.CustomBuildStrategy”

 

jenkinsPipelineStrategy

JenkinsPipelineStrategy holds the parameters to the Jenkins Pipeline build strategy. This strategy is in tech preview.

false

Section 2.3.145, “v1.JenkinsPipelineBuildStrategy”

 

2.3.31. v1.BuildTriggerCause

BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.

Expand
NameDescriptionRequiredSchemaDefault

message

message is used to store a human readable message for why the build was triggered. E.g.: "Manually triggered by user", "Configuration change",etc.

false

string

 

genericWebHook

genericWebHook holds data about a builds generic webhook trigger.

false

Section 2.3.102, “v1.GenericWebHookCause”

 

githubWebHook

gitHubWebHook represents data for a GitHub webhook that fired a specific build.

false

Section 2.3.104, “v1.GitHubWebHookCause”

 

imageChangeBuild

imageChangeBuild stores information about an imagechange event that triggered a new build.

false

Section 2.3.122, “v1.ImageChangeCause”

 

gitlabWebHook

GitLabWebHook represents data for a GitLab webhook that fired a specific build.

false

Section 2.3.105, “v1.GitLabWebHookCause”

 

bitbucketWebHook

BitbucketWebHook represents data for a Bitbucket webhook that fired a specific build.

false

Section 2.3.14, “v1.BitbucketWebHookCause”

 

2.3.32. v1.BuildTriggerPolicy

BuildTriggerPolicy describes a policy for a single trigger that results in a new Build.

Expand
NameDescriptionRequiredSchemaDefault

type

type is the type of build trigger

true

string

 

github

github contains the parameters for a GitHub webhook type of trigger

false

Section 2.3.292, “v1.WebHookTrigger”

 

generic

generic contains the parameters for a Generic webhook type of trigger

false

Section 2.3.292, “v1.WebHookTrigger”

 

imageChange

imageChange contains parameters for an ImageChange type of trigger

false

Section 2.3.123, “v1.ImageChangeTrigger”

 

gitlab

GitLabWebHook contains the parameters for a GitLab webhook type of trigger

false

Section 2.3.292, “v1.WebHookTrigger”

 

bitbucket

BitbucketWebHook contains the parameters for a Bitbucket webhook type of trigger

false

Section 2.3.292, “v1.WebHookTrigger”

 

2.3.33. v1.Capabilities

Adds and removes POSIX capabilities from running containers.

Expand
NameDescriptionRequiredSchemaDefault

add

Added capabilities

false

Section 2.3.34, “v1.Capability” array

 

drop

Removed capabilities

false

Section 2.3.34, “v1.Capability” array

 

2.3.34. v1.Capability

2.3.35. v1.CephFSVolumeSource

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

monitors

Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

true

string array

 

path

Optional: Used as the mounted root, rather than the full Ceph tree, default is /

false

string

 

user

Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

 

secretFile

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

 

secretRef

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

Section 2.3.152, “v1.LocalObjectReference”

 

readOnly

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

boolean

 

2.3.36. v1.CinderVolumeSource

Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

volumeID

volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

true

string

 

fsType

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

string

 

readOnly

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

boolean

 

2.3.37. v1.ClusterNetwork

ClusterNetwork describes the cluster network. There is normally only one object of this type, named "default", which is created by the SDN network plugin based on the master configuration when the cluster is brought up for the first time.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

network

Network is a CIDR string specifying the global overlay network’s L3 space

true

string

 

hostsubnetlength

HostSubnetLength is the number of bits of network to allocate to each node. eg, 8 would mean that each node would have a /24 slice of the overlay network for its pods

true

integer

 

serviceNetwork

ServiceNetwork is the CIDR range that Service IP addresses are allocated from

true

string

 

pluginName

PluginName is the name of the network plugin being used

false

string

 

2.3.38. v1.ClusterNetworkList

ClusterNetworkList is a collection of ClusterNetworks

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is the list of cluster networks

true

Section 2.3.37, “v1.ClusterNetwork” array

 

2.3.39. v1.ClusterPolicy

ClusterPolicy is a object that holds all the ClusterRoles for a particular namespace. There is at most one ClusterPolicy document per namespace.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

lastModified

LastModified is the last time that any part of the ClusterPolicy was created, updated, or deleted

true

string

 

roles

Roles holds all the ClusterRoles held by this ClusterPolicy, mapped by ClusterRole.Name

true

Section 2.3.156, “v1.NamedClusterRole” array

 

2.3.40. v1.ClusterPolicyBinding

ClusterPolicyBinding is a object that holds all the ClusterRoleBindings for a particular namespace. There is one ClusterPolicyBinding document per referenced ClusterPolicy namespace

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

lastModified

LastModified is the last time that any part of the ClusterPolicyBinding was created, updated, or deleted

true

string

 

policyRef

PolicyRef is a reference to the ClusterPolicy that contains all the ClusterRoles that this ClusterPolicyBinding’s RoleBindings may reference

true

Section 2.3.177, “v1.ObjectReference”

 

roleBindings

RoleBindings holds all the ClusterRoleBindings held by this ClusterPolicyBinding, mapped by ClusterRoleBinding.Name

true

Section 2.3.157, “v1.NamedClusterRoleBinding” array

 

2.3.41. v1.ClusterPolicyBindingList

ClusterPolicyBindingList is a collection of ClusterPolicyBindings

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is a list of ClusterPolicyBindings

true

Section 2.3.40, “v1.ClusterPolicyBinding” array

 

2.3.42. v1.ClusterPolicyList

ClusterPolicyList is a collection of ClusterPolicies

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is a list of ClusterPolicies

true

Section 2.3.39, “v1.ClusterPolicy” array

 

2.3.43. v1.ClusterResourceQuota

ClusterResourceQuota mirrors ResourceQuota at a cluster scope. This object is easily convertible to synthetic ResourceQuota object to allow quota evaluation re-use.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

true

Section 2.3.176, “v1.ObjectMeta”

 

spec

Spec defines the desired quota

true

Section 2.3.46, “v1.ClusterResourceQuotaSpec”

 

status

Status defines the actual enforced quota and its current usage

false

Section 2.3.47, “v1.ClusterResourceQuotaStatus”

 

2.3.44. v1.ClusterResourceQuotaList

ClusterResourceQuotaList is a collection of ClusterResourceQuotas

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is a list of ClusterResourceQuotas

true

Section 2.3.43, “v1.ClusterResourceQuota” array

 

2.3.45. v1.ClusterResourceQuotaSelector

ClusterResourceQuotaSelector is used to select projects. At least one of LabelSelector or AnnotationSelector must present. If only one is present, it is the only selection criteria. If both are specified, the project must match both restrictions.

Expand
NameDescriptionRequiredSchemaDefault

labels

LabelSelector is used to select projects by label.

true

Section 2.3.147, “v1.LabelSelector”

 

annotations

AnnotationSelector is used to select projects by annotation.

true

object

 

2.3.46. v1.ClusterResourceQuotaSpec

ClusterResourceQuotaSpec defines the desired quota restrictions

Expand
NameDescriptionRequiredSchemaDefault

selector

Selector is the selector used to match projects. It should only select active projects on the scale of dozens (though it can select many more less active projects). These projects will contend on object creation through this resource.

true

Section 2.3.45, “v1.ClusterResourceQuotaSelector”

 

quota

Quota defines the desired quota

true

Section 2.3.220, “v1.ResourceQuotaSpec”

 

2.3.47. v1.ClusterResourceQuotaStatus

ClusterResourceQuotaStatus defines the actual enforced quota and its current usage

Expand
NameDescriptionRequiredSchemaDefault

total

Total defines the actual enforced quota and its current usage across all projects

true

Section 2.3.221, “v1.ResourceQuotaStatus”

 

namespaces

Namespaces slices the usage by project. This division allows for quick resolution of deletion reconciliation inside of a single project without requiring a recalculation across all projects. This can be used to pull the deltas for a given project.

true

Section 2.3.222, “v1.ResourceQuotaStatusByNamespace” array

 

2.3.48. v1.ClusterRole

ClusterRole is a logical grouping of PolicyRules that can be referenced as a unit by ClusterRoleBindings.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

rules

Rules holds all the PolicyRules for this ClusterRole

true

Section 2.3.201, “v1.PolicyRule” array

 

2.3.49. v1.ClusterRoleBinding

ClusterRoleBinding references a ClusterRole, but not contain it. It can reference any ClusterRole in the same namespace or in the global namespace. It adds who information via (Users and Groups) OR Subjects and namespace information by which namespace it exists in. ClusterRoleBindings in a given namespace only have effect in that namespace (excepting the master namespace which has power in all namespaces).

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

userNames

UserNames holds all the usernames directly bound to the role. This field should only be specified when supporting legacy clients and servers. See Subjects for further details.

true

string array

 

groupNames

GroupNames holds all the groups directly bound to the role. This field should only be specified when supporting legacy clients and servers. See Subjects for further details.

true

string array

 

subjects

Subjects hold object references to authorize with this rule. This field is ignored if UserNames or GroupNames are specified to support legacy clients and servers. Thus newer clients that do not need to support backwards compatibility should send only fully qualified Subjects and should omit the UserNames and GroupNames fields. Clients that need to support backwards compatibility can use this field to build the UserNames and GroupNames.

true

Section 2.3.177, “v1.ObjectReference” array

 

roleRef

RoleRef can only reference the current namespace and the global namespace. If the ClusterRoleRef cannot be resolved, the Authorizer must return an error. Since Policy is a singleton, this is sufficient knowledge to locate a role.

true

Section 2.3.177, “v1.ObjectReference”

 

2.3.50. v1.ClusterRoleBindingList

ClusterRoleBindingList is a collection of ClusterRoleBindings

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is a list of ClusterRoleBindings

true

Section 2.3.49, “v1.ClusterRoleBinding” array

 

2.3.51. v1.ClusterRoleList

ClusterRoleList is a collection of ClusterRoles

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is a list of ClusterRoles

true

Section 2.3.48, “v1.ClusterRole” array

 

2.3.52. v1.ClusterRoleScopeRestriction

ClusterRoleScopeRestriction describes restrictions on cluster role scopes

Expand
NameDescriptionRequiredSchemaDefault

roleNames

RoleNames is the list of cluster roles that can referenced. * means anything

true

string array

 

namespaces

Namespaces is the list of namespaces that can be referenced. * means any of them (including *)

true

string array

 

allowEscalation

AllowEscalation indicates whether you can request roles and their escalating resources

true

boolean

 

2.3.53. v1.ConfigMapEnvSource

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

The contents of the target ConfigMap’s Data field will represent the key-value pairs as environment variables.

Expand
NameDescriptionRequiredSchemaDefault

name

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

 

optional

Specify whether the ConfigMap must be defined

false

boolean

 

2.3.54. v1.ConfigMapKeySelector

Selects a key from a ConfigMap.

Expand
NameDescriptionRequiredSchemaDefault

name

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

 

key

The key to select.

true

string

 

optional

Specify whether the ConfigMap or it’s key must be defined

false

boolean

 

2.3.55. v1.ConfigMapProjection

Adapts a ConfigMap into a projected volume.

The contents of the target ConfigMap’s Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.

Expand
NameDescriptionRequiredSchemaDefault

name

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

 

items

If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

false

Section 2.3.146, “v1.KeyToPath” array

 

optional

Specify whether the ConfigMap or it’s keys must be defined

false

boolean

 

2.3.56. v1.ConfigMapVolumeSource

Adapts a ConfigMap into a volume.

The contents of the target ConfigMap’s Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

name

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

 

items

If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

false

Section 2.3.146, “v1.KeyToPath” array

 

defaultMode

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

false

integer (int32)

 

optional

Specify whether the ConfigMap or it’s keys must be defined

false

boolean

 

2.3.57. v1.Container

A single application container that you want to run within a pod.

Expand
NameDescriptionRequiredSchemaDefault

name

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

true

string

 

image

Docker image name. More info: http://kubernetes.io/docs/user-guide/images

false

string

 

command

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double , ie: (VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

 

args

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double , ie: (VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

 

workingDir

Container’s working directory. If not specified, the container runtime’s default will be used, which might be configured in the container image. Cannot be updated.

false

string

 

ports

List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Cannot be updated.

false

Section 2.3.58, “v1.ContainerPort” array

 

envFrom

List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

false

Section 2.3.92, “v1.EnvFromSource” array

 

env

List of environment variables to set in the container. Cannot be updated.

false

Section 2.3.93, “v1.EnvVar” array

 

resources

Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources

false

Section 2.3.223, “v1.ResourceRequirements”

 

volumeMounts

Pod volumes to mount into the container’s filesystem. Cannot be updated.

false

Section 2.3.288, “v1.VolumeMount” array

 

livenessProbe

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

Section 2.3.205, “v1.Probe”

 

readinessProbe

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

Section 2.3.205, “v1.Probe”

 

lifecycle

Actions that the management system should take in response to container lifecycle events. Cannot be updated.

false

Section 2.3.149, “v1.Lifecycle”

 

terminationMessagePath

Optional: Path at which the file to which the container’s termination message will be written is mounted into the container’s filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

false

string

 

terminationMessagePolicy

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

false

string

 

imagePullPolicy

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images

false

string

 

securityContext

Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md

false

Section 2.3.251, “v1.SecurityContext”

 

stdin

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

false

boolean

 

stdinOnce

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

false

boolean

 

tty

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

false

boolean

 

2.3.58. v1.ContainerPort

ContainerPort represents a network port in a single container.

Expand
NameDescriptionRequiredSchemaDefault

name

If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.

false

string

 

hostPort

Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.

false

integer (int32)

 

containerPort

Number of port to expose on the pod’s IP address. This must be a valid port number, 0 < x < 65536.

true

integer (int32)

 

protocol

Protocol for port. Must be UDP or TCP. Defaults to "TCP".

false

string

 

hostIP

What host IP to bind the external port to.

false

string

 

2.3.59. v1.CustomBuildStrategy

CustomBuildStrategy defines input parameters specific to Custom build.

Expand
NameDescriptionRequiredSchemaDefault

from

from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which the docker image should be pulled

true

Section 2.3.177, “v1.ObjectReference”

 

pullSecret

pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries

false

Section 2.3.152, “v1.LocalObjectReference”

 

env

env contains additional environment variables you want to pass into a builder container.

false

Section 2.3.93, “v1.EnvVar” array

 

exposeDockerSocket

exposeDockerSocket will allow running Docker commands (and build Docker images) from inside the Docker container.

false

boolean

 

forcePull

forcePull describes if the controller should configure the build pod to always pull the images for the builder or only pull if it is not present locally

false

boolean

 

secrets

secrets is a list of additional secrets that will be included in the build pod

false

Section 2.3.249, “v1.SecretSpec” array

 

buildAPIVersion

buildAPIVersion is the requested API version for the Build object serialized and passed to the custom builder

false

string

 

2.3.60. v1.CustomDeploymentStrategyParams

CustomDeploymentStrategyParams are the input to the Custom deployment strategy.

Expand
NameDescriptionRequiredSchemaDefault

image

Image specifies a Docker image which can carry out a deployment.

false

string

 

environment

Environment holds the environment which will be given to the container for Image.

false

Section 2.3.93, “v1.EnvVar” array

 

command

Command is optional and overrides CMD in the container Image.

false

string array

 

2.3.61. v1.DeleteOptions

DeleteOptions may be provided when deleting an API object.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

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 (int64)

 

preconditions

Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned.

false

Section 2.3.203, “v1.Preconditions”

 

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

 

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

Section 2.3.62, “v1.DeletionPropagation”

 

2.3.62. v1.DeletionPropagation

2.3.63. v1.DeploymentCause

DeploymentCause captures information about a particular cause of a deployment.

Expand
NameDescriptionRequiredSchemaDefault

type

Type of the trigger that resulted in the creation of a new deployment

true

string

 

imageTrigger

ImageTrigger contains the image trigger details, if this trigger was fired based on an image change

false

Section 2.3.64, “v1.DeploymentCauseImageTrigger”

 

2.3.64. v1.DeploymentCauseImageTrigger

DeploymentCauseImageTrigger represents details about the cause of a deployment originating from an image change trigger

Expand
NameDescriptionRequiredSchemaDefault

from

From is a reference to the changed object which triggered a deployment. The field may have the kinds DockerImage, ImageStreamTag, or ImageStreamImage.

true

Section 2.3.177, “v1.ObjectReference”

 

2.3.65. v1.DeploymentCondition

DeploymentCondition describes the state of a deployment config at a certain point.

Expand
NameDescriptionRequiredSchemaDefault

type

Type of deployment condition.

true

string

 

status

Status of the condition, one of True, False, Unknown.

true

string

 

lastUpdateTime

The last time this condition was updated.

false

string

 

lastTransitionTime

The last time the condition transitioned from one status to another.

false

string

 

reason

The reason for the condition’s last transition.

false

string

 

message

A human readable message indicating details about the transition.

false

string

 

2.3.66. v1.DeploymentConfig

Deployment Configs define the template for a pod and manages deploying new images or configuration changes. A single deployment configuration is usually analogous to a single micro-service. Can support many different deployment patterns, including full restart, customizable rolling updates, and fully custom behaviors, as well as pre- and post- deployment hooks. Each individual deployment is represented as a replication controller.

A deployment is "triggered" when its configuration is changed or a tag in an Image Stream is changed. Triggers can be disabled to allow manual control over a deployment. The "strategy" determines how the deployment is carried out and may be changed at any time. The latestVersion field is updated when a new deployment is triggered by any means.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

spec

Spec represents a desired deployment state and how to deploy to it.

true

Section 2.3.70, “v1.DeploymentConfigSpec”

 

status

Status represents the current deployment state.

true

Section 2.3.71, “v1.DeploymentConfigStatus”

 

2.3.67. v1.DeploymentConfigList

DeploymentConfigList is a collection of deployment configs.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is a list of deployment configs

true

Section 2.3.66, “v1.DeploymentConfig” array

 

2.3.68. v1.DeploymentConfigRollback

DeploymentConfigRollback provides the input to rollback generation.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

name

Name of the deployment config that will be rolled back.

true

string

 

updatedAnnotations

UpdatedAnnotations is a set of new annotations that will be added in the deployment config.

false

object

 

spec

Spec defines the options to rollback generation.

true

Section 2.3.69, “v1.DeploymentConfigRollbackSpec”

 

2.3.69. v1.DeploymentConfigRollbackSpec

DeploymentConfigRollbackSpec represents the options for rollback generation.

Expand
NameDescriptionRequiredSchemaDefault

from

From points to a ReplicationController which is a deployment.

true

Section 2.3.177, “v1.ObjectReference”

 

revision

Revision to rollback to. If set to 0, rollback to the last revision.

false

integer (int64)

 

includeTriggers

IncludeTriggers specifies whether to include config Triggers.

true

boolean

 

includeTemplate

IncludeTemplate specifies whether to include the PodTemplateSpec.

true

boolean

 

includeReplicationMeta

IncludeReplicationMeta specifies whether to include the replica count and selector.

true

boolean

 

includeStrategy

IncludeStrategy specifies whether to include the deployment Strategy.

true

boolean

 

2.3.70. v1.DeploymentConfigSpec

DeploymentConfigSpec represents the desired state of the deployment.

Expand
NameDescriptionRequiredSchemaDefault

strategy

Strategy describes how a deployment is executed.

true

Section 2.3.75, “v1.DeploymentStrategy”

 

minReadySeconds

MinReadySeconds is the minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)

false

integer (int32)

 

triggers

Triggers determine how updates to a DeploymentConfig result in new deployments. If no triggers are defined, a new deployment can only occur as a result of an explicit client update to the DeploymentConfig with a new LatestVersion. If null, defaults to having a config change trigger.

true

Section 2.3.77, “v1.DeploymentTriggerPolicy” array

 

replicas

Replicas is the number of desired replicas.

true

integer (int32)

 

revisionHistoryLimit

RevisionHistoryLimit is the number of old ReplicationControllers to retain to allow for rollbacks. This field is a pointer to allow for differentiation between an explicit zero and not specified.

false

integer (int32)

 

test

Test ensures that this deployment config will have zero replicas except while a deployment is running. This allows the deployment config to be used as a continuous deployment test - triggering on images, running the deployment, and then succeeding or failing. Post strategy hooks and After actions can be used to integrate successful deployment with an action.

true

boolean

 

paused

Paused indicates that the deployment config is paused resulting in no new deployments on template changes or changes in the template caused by other triggers.

false

boolean

 

selector

Selector is a label query over pods that should match the Replicas count.

false

object

 

template

Template is the object that describes the pod that will be created if insufficient replicas are detected.

false

Section 2.3.196, “v1.PodTemplateSpec”

 

2.3.71. v1.DeploymentConfigStatus

DeploymentConfigStatus represents the current deployment state.

Expand
NameDescriptionRequiredSchemaDefault

latestVersion

LatestVersion is used to determine whether the current deployment associated with a deployment config is out of sync.

true

integer (int64)

 

observedGeneration

ObservedGeneration is the most recent generation observed by the deployment config controller.

true

integer (int64)

 

replicas

Replicas is the total number of pods targeted by this deployment config.

true

integer (int32)

 

updatedReplicas

UpdatedReplicas is the total number of non-terminated pods targeted by this deployment config that have the desired template spec.

true

integer (int32)

 

availableReplicas

AvailableReplicas is the total number of available pods targeted by this deployment config.

true

integer (int32)

 

unavailableReplicas

UnavailableReplicas is the total number of unavailable pods targeted by this deployment config.

true

integer (int32)

 

details

Details are the reasons for the update to this deployment config. This could be based on a change made by the user or caused by an automatic trigger

false

Section 2.3.72, “v1.DeploymentDetails”

 

conditions

Conditions represents the latest available observations of a deployment config’s current state.

false

Section 2.3.65, “v1.DeploymentCondition” array

 

readyReplicas

Total number of ready pods targeted by this deployment.

false

integer (int32)

 

2.3.72. v1.DeploymentDetails

DeploymentDetails captures information about the causes of a deployment.

Expand
NameDescriptionRequiredSchemaDefault

message

Message is the user specified change message, if this deployment was triggered manually by the user

false

string

 

causes

Causes are extended data associated with all the causes for creating a new deployment

true

Section 2.3.63, “v1.DeploymentCause” array

 

2.3.73. v1.DeploymentLog

DeploymentLog represents the logs for a deployment

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

2.3.74. v1.DeploymentRequest

DeploymentRequest is a request to a deployment config for a new deployment.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

name

Name of the deployment config for requesting a new deployment.

true

string

 

latest

Latest will update the deployment config with the latest state from all triggers.

true

boolean

 

force

Force will try to force a new deployment to run. If the deployment config is paused, then setting this to true will return an Invalid error.

true

boolean

 

excludeTriggers

ExcludeTriggers instructs the instantiator to avoid processing the specified triggers. This field overrides the triggers from latest and allows clients to control specific logic. This field is ignored if not specified.

false

Section 2.3.78, “v1.DeploymentTriggerType” array

 

2.3.75. v1.DeploymentStrategy

DeploymentStrategy describes how to perform a deployment.

Expand
NameDescriptionRequiredSchemaDefault

type

Type is the name of a deployment strategy.

false

string

 

customParams

CustomParams are the input to the Custom deployment strategy, and may also be specified for the Recreate and Rolling strategies to customize the execution process that runs the deployment.

false

Section 2.3.60, “v1.CustomDeploymentStrategyParams”

 

recreateParams

RecreateParams are the input to the Recreate deployment strategy.

false

Section 2.3.214, “v1.RecreateDeploymentStrategyParams”

 

rollingParams

RollingParams are the input to the Rolling deployment strategy.

false

Section 2.3.231, “v1.RollingDeploymentStrategyParams”

 

resources

Resources contains resource requirements to execute the deployment and any hooks.

false

Section 2.3.223, “v1.ResourceRequirements”

 

labels

Labels is a set of key, value pairs added to custom deployer and lifecycle pre/post hook pods.

false

object

 

annotations

Annotations is a set of key, value pairs added to custom deployer and lifecycle pre/post hook pods.

false

object

 

activeDeadlineSeconds

ActiveDeadlineSeconds is the duration in seconds that the deployer pods for this deployment config may be active on a node before the system actively tries to terminate them.

false

integer (int64)

 

2.3.76. v1.DeploymentTriggerImageChangeParams

DeploymentTriggerImageChangeParams represents the parameters to the ImageChange trigger.

Expand
NameDescriptionRequiredSchemaDefault

automatic

Automatic means that the detection of a new tag value should result in an image update inside the pod template.

false

boolean

 

containerNames

ContainerNames is used to restrict tag updates to the specified set of container names in a pod. If multiple triggers point to the same containers, the resulting behavior is undefined. Future API versions will make this a validation error. If ContainerNames does not point to a valid container, the trigger will be ignored. Future API versions will make this a validation error.

false

string array

 

from

From is a reference to an image stream tag to watch for changes. From.Name is the only required subfield - if From.Namespace is blank, the namespace of the current deployment trigger will be used.

true

Section 2.3.177, “v1.ObjectReference”

 

lastTriggeredImage

LastTriggeredImage is the last image to be triggered.

false

string

 

2.3.77. v1.DeploymentTriggerPolicy

DeploymentTriggerPolicy describes a policy for a single trigger that results in a new deployment.

Expand
NameDescriptionRequiredSchemaDefault

type

Type of the trigger

false

string

 

imageChangeParams

ImageChangeParams represents the parameters for the ImageChange trigger.

false

Section 2.3.76, “v1.DeploymentTriggerImageChangeParams”

 

2.3.78. v1.DeploymentTriggerType

2.3.79. v1.DeprecatedDownwardAPIVolumeFile

DeprecatedDownwardAPIVolumeFile represents information to create the file containing the pod field This type is deprecated and should be replaced by use of the downwardAPI volume source.

Expand
NameDescriptionRequiredSchemaDefault

name

Required: Name is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'

true

string

 

fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

false

Section 2.3.175, “v1.ObjectFieldSelector”

 

resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

false

Section 2.3.218, “v1.ResourceFieldSelector”

 

mode

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

false

integer (int32)

 

2.3.80. v1.DeprecatedDownwardAPIVolumeSource

DeprecatedDownwardAPIVolumeSource represents a volume containing downward API info. This type is deprecated and should be replaced by use of the downwardAPI volume source.

Expand
NameDescriptionRequiredSchemaDefault

items

Items is a list of downward API volume file

false

Section 2.3.79, “v1.DeprecatedDownwardAPIVolumeFile” array

 

defaultMode

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

false

integer (int32)

 

2.3.81. v1.DockerBuildStrategy

DockerBuildStrategy defines input parameters specific to Docker build.

Expand
NameDescriptionRequiredSchemaDefault

from

from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which the docker image should be pulled the resulting image will be used in the FROM line of the Dockerfile for this build.

false

Section 2.3.177, “v1.ObjectReference”

 

pullSecret

pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries

false

Section 2.3.152, “v1.LocalObjectReference”

 

noCache

noCache if set to true indicates that the docker build must be executed with the --no-cache=true flag

false

boolean

 

env

env contains additional environment variables you want to pass into a builder container.

false

Section 2.3.93, “v1.EnvVar” array

 

forcePull

forcePull describes if the builder should pull the images from registry prior to building.

false

boolean

 

dockerfilePath

dockerfilePath is the path of the Dockerfile that will be used to build the Docker image, relative to the root of the context (contextDir).

false

string

 

buildArgs

buildArgs contains build arguments that will be resolved in the Dockerfile. See https://docs.docker.com/engine/reference/builder/#/arg for more details.

false

Section 2.3.93, “v1.EnvVar” array

 

imageOptimizationPolicy

imageOptimizationPolicy describes what optimizations the system can use when building images to reduce the final size or time spent building the image. The default policy is 'None' which means the final build image will be equivalent to an image created by the Docker build API. The experimental policy 'SkipLayers' will avoid commiting new layers in between each image step, and will fail if the Dockerfile cannot provide compatibility with the 'None' policy. An additional experimental policy 'SkipLayersAndWarn' is the same as 'SkipLayers' but simply warns if compatibility cannot be preserved.

false

Section 2.3.130, “v1.ImageOptimizationPolicy”

 

2.3.82. v1.DockerStrategyOptions

DockerStrategyOptions contains extra strategy options for Docker builds

Expand
NameDescriptionRequiredSchemaDefault

buildArgs

Args contains any build arguments that are to be passed to Docker. See https://docs.docker.com/engine/reference/builder/#/arg for more details

false

Section 2.3.93, “v1.EnvVar” array

 

2.3.83. v1.DownwardAPIProjection

Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

Expand
NameDescriptionRequiredSchemaDefault

items

Items is a list of DownwardAPIVolume file

false

Section 2.3.84, “v1.DownwardAPIVolumeFile” array

 

2.3.84. v1.DownwardAPIVolumeFile

DownwardAPIVolumeFile represents information to create the file containing the pod field

Expand
NameDescriptionRequiredSchemaDefault

path

Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'

true

string

 

fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

false

Section 2.3.175, “v1.ObjectFieldSelector”

 

resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

false

Section 2.3.218, “v1.ResourceFieldSelector”

 

mode

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

false

integer (int32)

 

2.3.85. v1.DownwardAPIVolumeSource

DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

items

Items is a list of downward API volume file

false

Section 2.3.84, “v1.DownwardAPIVolumeFile” array

 

defaultMode

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

false

integer (int32)

 

2.3.86. v1.EgressNetworkPolicy

EgressNetworkPolicy describes the current egress network policy for a Namespace. When using the 'redhat/openshift-ovs-multitenant' network plugin, traffic from a pod to an IP address outside the cluster will be checked against each EgressNetworkPolicyRule in the pod’s namespace’s EgressNetworkPolicy, in order. If no rule matches (or no EgressNetworkPolicy is present) then the traffic will be allowed by default.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

metadata for EgressNetworkPolicy

false

Section 2.3.176, “v1.ObjectMeta”

 

spec

spec is the specification of the current egress network policy

true

Section 2.3.90, “v1.EgressNetworkPolicySpec”

 

2.3.87. v1.EgressNetworkPolicyList

EgressNetworkPolicyList is a collection of EgressNetworkPolicy

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

metadata for EgressNetworkPolicyList

false

Section 2.3.151, “v1.ListMeta”

 

items

items is the list of policies

true

Section 2.3.86, “v1.EgressNetworkPolicy” array

 

2.3.88. v1.EgressNetworkPolicyPeer

EgressNetworkPolicyPeer specifies a target to apply egress network policy to

Expand
NameDescriptionRequiredSchemaDefault

cidrSelector

cidrSelector is the CIDR range to allow/deny traffic to. If this is set, dnsName must be unset

false

string

 

dnsName

dnsName is the domain name to allow/deny traffic to. If this is set, cidrSelector must be unset

false

string

 

2.3.89. v1.EgressNetworkPolicyRule

EgressNetworkPolicyRule contains a single egress network policy rule

Expand
NameDescriptionRequiredSchemaDefault

type

type marks this as an "Allow" or "Deny" rule

true

string

 

to

to is the target that traffic is allowed/denied to

true

Section 2.3.88, “v1.EgressNetworkPolicyPeer”

 

2.3.90. v1.EgressNetworkPolicySpec

EgressNetworkPolicySpec provides a list of policies on outgoing network traffic

Expand
NameDescriptionRequiredSchemaDefault

egress

egress contains the list of egress policy rules

true

Section 2.3.89, “v1.EgressNetworkPolicyRule” array

 

2.3.91. v1.EmptyDirVolumeSource

Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

medium

What type of storage medium should back this directory. The default is "" which means to use the node’s default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

string

 

2.3.92. v1.EnvFromSource

EnvFromSource represents the source of a set of ConfigMaps

Expand
NameDescriptionRequiredSchemaDefault

prefix

An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

false

string

 

configMapRef

The ConfigMap to select from

false

Section 2.3.53, “v1.ConfigMapEnvSource”

 

secretRef

The Secret to select from

false

Section 2.3.245, “v1.SecretEnvSource”

 

2.3.93. v1.EnvVar

EnvVar represents an environment variable present in a Container.

Expand
NameDescriptionRequiredSchemaDefault

name

Name of the environment variable. Must be a C_IDENTIFIER.

true

string

 

value

Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double , ie: (VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".

false

string

 

valueFrom

Source for the environment variable’s value. Cannot be used if value is not empty.

false

Section 2.3.94, “v1.EnvVarSource”

 

2.3.94. v1.EnvVarSource

EnvVarSource represents a source for the value of an EnvVar.

Expand
NameDescriptionRequiredSchemaDefault

fieldRef

Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP.

false

Section 2.3.175, “v1.ObjectFieldSelector”

 

resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

false

Section 2.3.218, “v1.ResourceFieldSelector”

 

configMapKeyRef

Selects a key of a ConfigMap.

false

Section 2.3.54, “v1.ConfigMapKeySelector”

 

secretKeyRef

Selects a key of a secret in the pod’s namespace

false

Section 2.3.246, “v1.SecretKeySelector”

 

2.3.95. v1.ExecAction

ExecAction describes a "run in container" action.

Expand
NameDescriptionRequiredSchemaDefault

command

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container’s filesystem. The command is simply exec’d, it is not run inside a shell, so traditional shell instructions ('|', etc) won’t work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

false

string array

 

2.3.96. v1.ExecNewPodHook

ExecNewPodHook is a hook implementation which runs a command in a new pod based on the specified container which is assumed to be part of the deployment template.

Expand
NameDescriptionRequiredSchemaDefault

command

Command is the action command and its arguments.

true

string array

 

env

Env is a set of environment variables to supply to the hook pod’s container.

false

Section 2.3.93, “v1.EnvVar” array

 

containerName

ContainerName is the name of a container in the deployment pod template whose Docker image will be used for the hook pod’s container.

true

string

 

volumes

Volumes is a list of named volumes from the pod template which should be copied to the hook pod. Volumes names not found in pod spec are ignored. An empty list means no volumes will be copied.

false

string array

 

2.3.97. v1.FCVolumeSource

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

targetWWNs

Required: FC target worldwide names (WWNs)

true

string array

 

lun

Required: FC target lun number

true

integer (int32)

 

fsType

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

false

string

 

readOnly

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

false

boolean

 

2.3.98. v1.FinalizerName

2.3.99. v1.FlexVolumeSource

FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.

Expand
NameDescriptionRequiredSchemaDefault

driver

Driver is the name of the driver to use for this volume.

true

string

 

fsType

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.

false

string

 

secretRef

Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.

false

Section 2.3.152, “v1.LocalObjectReference”

 

readOnly

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

false

boolean

 

options

Optional: Extra command options if any.

false

object

 

2.3.100. v1.FlockerVolumeSource

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

datasetName

Name of the dataset stored as metadata name on the dataset for Flocker should be considered as deprecated

false

string

 

datasetUUID

UUID of the dataset. This is unique identifier of a Flocker dataset

false

string

 

2.3.101. v1.GCEPersistentDiskVolumeSource

Represents a Persistent Disk resource in Google Compute Engine.

A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

pdName

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

true

string

 

fsType

Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

string

 

partition

The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

integer (int32)

 

readOnly

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

boolean

 

2.3.102. v1.GenericWebHookCause

GenericWebHookCause holds information about a generic WebHook that triggered a build.

Expand
NameDescriptionRequiredSchemaDefault

revision

revision is an optional field that stores the git source revision information of the generic webhook trigger when it is available.

false

Section 2.3.262, “v1.SourceRevision”

 

secret

secret is the obfuscated webhook secret that triggered a build.

false

string

 

2.3.103. v1.GitBuildSource

GitBuildSource defines the parameters of a Git SCM

Expand
NameDescriptionRequiredSchemaDefault

uri

uri points to the source that will be built. The structure of the source will depend on the type of build to run

true

string

 

ref

ref is the branch/tag/ref to build.

false

string

 

httpProxy

httpProxy is a proxy used to reach the git repository over http

false

string

 

httpsProxy

httpsProxy is a proxy used to reach the git repository over https

false

string

 

noProxy

noProxy is the list of domains for which the proxy should not be used

false

string

 

2.3.104. v1.GitHubWebHookCause

GitHubWebHookCause has information about a GitHub webhook that triggered a build.

Expand
NameDescriptionRequiredSchemaDefault

revision

revision is the git revision information of the trigger.

false

Section 2.3.262, “v1.SourceRevision”

 

secret

secret is the obfuscated webhook secret that triggered a build.

false

string

 

2.3.105. v1.GitLabWebHookCause

GitLabWebHookCause has information about a GitLab webhook that triggered a build.

Expand
NameDescriptionRequiredSchemaDefault

revision

Revision is the git source revision information of the trigger.

false

Section 2.3.262, “v1.SourceRevision”

 

secret

Secret is the obfuscated webhook secret that triggered a build.

false

string

 

2.3.106. v1.GitRepoVolumeSource

Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

repository

Repository URL

true

string

 

revision

Commit hash for the specified revision.

false

string

 

directory

Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.

false

string

 

2.3.107. v1.GitSourceRevision

GitSourceRevision is the commit information from a git source for a build

Expand
NameDescriptionRequiredSchemaDefault

commit

commit is the commit hash identifying a specific commit

false

string

 

author

author is the author of a specific commit

false

Section 2.3.261, “v1.SourceControlUser”

 

committer

committer is the committer of a specific commit

false

Section 2.3.261, “v1.SourceControlUser”

 

message

message is the description of a specific commit

false

string

 

2.3.108. v1.GlusterfsVolumeSource

Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

endpoints

EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

 

path

Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

 

readOnly

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

false

boolean

 

2.3.109. v1.Group

Group represents a referenceable set of Users

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

users

Users is the list of users in this group.

true

string array

 

2.3.110. v1.GroupList

GroupList is a collection of Groups

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is the list of groups

true

Section 2.3.109, “v1.Group” array

 

2.3.111. v1.GroupRestriction

GroupRestriction matches a group either by a string match on the group name or a label selector applied to group labels.

Expand
NameDescriptionRequiredSchemaDefault

groups

Groups is a list of groups used to match against an individual user’s groups. If the user is a member of one of the whitelisted groups, the user is allowed to be bound to a role.

true

string array

 

labels

Selectors specifies a list of label selectors over group labels.

true

Section 2.3.147, “v1.LabelSelector” array

 

2.3.112. v1.HTTPGetAction

HTTPGetAction describes an action based on HTTP Get requests.

Expand
NameDescriptionRequiredSchemaDefault

path

Path to access on the HTTP server.

false

string

 

port

Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

true

string

 

host

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

false

string

 

scheme

Scheme to use for connecting to the host. Defaults to HTTP.

false

string

 

httpHeaders

Custom headers to set in the request. HTTP allows repeated headers.

false

Section 2.3.113, “v1.HTTPHeader” array

 

2.3.113. v1.HTTPHeader

HTTPHeader describes a custom header to be used in HTTP probes

Expand
NameDescriptionRequiredSchemaDefault

name

The header field name

true

string

 

value

The header field value

true

string

 

2.3.114. v1.Handler

Handler defines a specific action that should be taken

Expand
NameDescriptionRequiredSchemaDefault

exec

One and only one of the following should be specified. Exec specifies the action to take.

false

Section 2.3.95, “v1.ExecAction”

 

httpGet

HTTPGet specifies the http request to perform.

false

Section 2.3.112, “v1.HTTPGetAction”

 

tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

false

Section 2.3.272, “v1.TCPSocketAction”

 

2.3.115. v1.HostPathVolumeSource

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

path

Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

true

string

 

2.3.116. v1.HostSubnet

HostSubnet describes the container subnet network on a node. The HostSubnet object must have the same name as the Node object it corresponds to.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

host

Host is the name of the node. (This is the same as the object’s name, but both fields must be set.)

true

string

 

hostIP

HostIP is the IP address to be used as a VTEP by other nodes in the overlay network

true

string

 

subnet

Subnet is the CIDR range of the overlay network assigned to the node for its pods

true

string

 

2.3.117. v1.HostSubnetList

HostSubnetList is a collection of HostSubnets

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is the list of host subnets

true

Section 2.3.116, “v1.HostSubnet” array

 

2.3.118. v1.ISCSIVolumeSource

Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

Expand
NameDescriptionRequiredSchemaDefault

targetPortal

iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

true

string

 

iqn

Target iSCSI Qualified Name.

true

string

 

lun

iSCSI target lun number.

true

integer (int32)

 

iscsiInterface

Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport.

false

string

 

fsType

Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi

false

string

 

readOnly

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.

false

boolean

 

portals

iSCSI target portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

false

string array

 

chapAuthDiscovery

whether support iSCSI Discovery CHAP authentication

false

boolean

 

chapAuthSession

whether support iSCSI Session CHAP authentication

false

boolean

 

secretRef

CHAP secret for iSCSI target and initiator authentication

false

Section 2.3.152, “v1.LocalObjectReference”

 

2.3.119. v1.Identity

Identity records a successful authentication of a user with an identity provider. The information about the source of authentication is stored on the identity, and the identity is then associated with a single user object. Multiple identities can reference a single user. Information retrieved from the authentication provider is stored in the extra field using a schema determined by the provider.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

providerName

ProviderName is the source of identity information

true

string

 

providerUserName

ProviderUserName uniquely represents this identity in the scope of the provider

true

string

 

user

User is a reference to the user this identity is associated with Both Name and UID must be set

true

Section 2.3.177, “v1.ObjectReference”

 

extra

Extra holds extra information about this identity

false

object

 

2.3.120. v1.IdentityList

IdentityList is a collection of Identities

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is the list of identities

true

Section 2.3.119, “v1.Identity” array

 

2.3.121. v1.Image

Image is an immutable representation of a Docker image and metadata at a point in time.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

dockerImageReference

DockerImageReference is the string that can be used to pull this image.

false

string

 

dockerImageMetadata

DockerImageMetadata contains metadata about this image

false

string

 

dockerImageMetadataVersion

DockerImageMetadataVersion conveys the version of the object, which if empty defaults to "1.0"

false

string

 

dockerImageManifest

DockerImageManifest is the raw JSON of the manifest

false

string

 

dockerImageLayers

DockerImageLayers represents the layers in the image. May not be set if the image does not define that data.

true

Section 2.3.127, “v1.ImageLayer” array

 

signatures

Signatures holds all signatures of the image.

false

Section 2.3.131, “v1.ImageSignature” array

 

dockerImageSignatures

DockerImageSignatures provides the signatures as opaque blobs. This is a part of manifest schema v1.

false

v1.Image.dockerImageSignatures array

 

dockerImageManifestMediaType

DockerImageManifestMediaType specifies the mediaType of manifest. This is a part of manifest schema v2.

false

string

 

dockerImageConfig

DockerImageConfig is a JSON blob that the runtime uses to set up the container. This is a part of manifest schema v2.

false

string

 

2.3.122. v1.ImageChangeCause

ImageChangeCause contains information about the image that triggered a build

Expand
NameDescriptionRequiredSchemaDefault

imageID

imageID is the ID of the image that triggered a a new build.

false

string

 

fromRef

fromRef contains detailed information about an image that triggered a build.

false

Section 2.3.177, “v1.ObjectReference”

 

2.3.123. v1.ImageChangeTrigger

ImageChangeTrigger allows builds to be triggered when an ImageStream changes

Expand
NameDescriptionRequiredSchemaDefault

lastTriggeredImageID

lastTriggeredImageID is used internally by the ImageChangeController to save last used image ID for build

false

string

 

from

from is a reference to an ImageStreamTag that will trigger a build when updated It is optional. If no From is specified, the From image from the build strategy will be used. Only one ImageChangeTrigger with an empty From reference is allowed in a build configuration.

false

Section 2.3.177, “v1.ObjectReference”

 

2.3.124. v1.ImageImportSpec

ImageImportSpec describes a request to import a specific image.

Expand
NameDescriptionRequiredSchemaDefault

from

From is the source of an image to import; only kind DockerImage is allowed

true

Section 2.3.177, “v1.ObjectReference”

 

to

To is a tag in the current image stream to assign the imported image to, if name is not specified the default tag from from.name will be used

false

Section 2.3.152, “v1.LocalObjectReference”

 

importPolicy

ImportPolicy is the policy controlling how the image is imported

false

Section 2.3.277, “v1.TagImportPolicy”

 

referencePolicy

ReferencePolicy defines how other components should consume the image

false

Section 2.3.279, “v1.TagReferencePolicy”

 

includeManifest

IncludeManifest determines if the manifest for each image is returned in the response

false

boolean

 

2.3.125. v1.ImageImportStatus

ImageImportStatus describes the result of an image import.

Expand
NameDescriptionRequiredSchemaDefault

status

Status is the status of the image import, including errors encountered while retrieving the image

true

Section 2.3.264, “v1.Status”

 

image

Image is the metadata of that image, if the image was located

false

Section 2.3.121, “v1.Image”

 

tag

Tag is the tag this image was located under, if any

false

string

 

2.3.126. v1.ImageLabel

ImageLabel represents a label applied to the resulting image.

Expand
NameDescriptionRequiredSchemaDefault

name

name defines the name of the label. It must have non-zero length.

true

string

 

value

value defines the literal value of the label.

false

string

 

2.3.127. v1.ImageLayer

ImageLayer represents a single layer of the image. Some images may have multiple layers. Some may have none.

Expand
NameDescriptionRequiredSchemaDefault

name

Name of the layer as defined by the underlying store.

true

string

 

size

Size of the layer in bytes as defined by the underlying store.

true

integer (int64)

 

mediaType

MediaType of the referenced object.

true

string

 

2.3.128. v1.ImageList

ImageList is a list of Image objects.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is a list of images

true

Section 2.3.121, “v1.Image” array

 

2.3.129. v1.ImageLookupPolicy

ImageLookupPolicy describes how an image stream can be used to override the image references used by pods, builds, and other resources in a namespace.

Expand
NameDescriptionRequiredSchemaDefault

local

local will change the docker short image references (like "mysql" or "php:latest") on objects in this namespace to the image ID whenever they match this image stream, instead of reaching out to a remote registry. The name will be fully qualified to an image ID if found. The tag’s referencePolicy is taken into account on the replaced value. Only works within the current namespace.

true

boolean

 

2.3.130. v1.ImageOptimizationPolicy

2.3.131. v1.ImageSignature

ImageSignature holds a signature of an image. It allows to verify image identity and possibly other claims as long as the signature is trusted. Based on this information it is possible to restrict runnable images to those matching cluster-wide policy. Mandatory fields should be parsed by clients doing image verification. The others are parsed from signature’s content by the server. They serve just an informative purpose.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

type

Required: Describes a type of stored blob.

true

string

 

content

Required: An opaque binary string which is an image’s signature.

true

string

 

conditions

Conditions represent the latest available observations of a signature’s current state.

false

Section 2.3.257, “v1.SignatureCondition” array

 

imageIdentity

A human readable string representing image’s identity. It could be a product name and version, or an image pull spec (e.g. "registry.access.redhat.com/rhel7/rhel:7.2").

false

string

 

signedClaims

Contains claims from the signature.

false

object

 

created

If specified, it is the time of signature’s creation.

false

string

 

issuedBy

If specified, it holds information about an issuer of signing certificate or key (a person or entity who signed the signing certificate or key).

false

Section 2.3.258, “v1.SignatureIssuer”

 

issuedTo

If specified, it holds information about a subject of signing certificate or key (a person or entity who signed the image).

false

Section 2.3.259, “v1.SignatureSubject”

 

2.3.132. v1.ImageSource

ImageSource is used to describe build source that will be extracted from an image. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the internal registry. A list of paths to copy from the image and their respective destination within the build directory must be specified in the paths array.

Expand
NameDescriptionRequiredSchemaDefault

from

from is a reference to an ImageStreamTag, ImageStreamImage, or DockerImage to copy source from.

true

Section 2.3.177, “v1.ObjectReference”

 

paths

paths is a list of source and destination paths to copy from the image.

true

Section 2.3.133, “v1.ImageSourcePath” array

 

pullSecret

pullSecret is a reference to a secret to be used to pull the image from a registry If the image is pulled from the OpenShift registry, this field does not need to be set.

false

Section 2.3.152, “v1.LocalObjectReference”

 

2.3.133. v1.ImageSourcePath

ImageSourcePath describes a path to be copied from a source image and its destination within the build directory.

Expand
NameDescriptionRequiredSchemaDefault

sourcePath

sourcePath is the absolute path of the file or directory inside the image to copy to the build directory. If the source path ends in /. then the content of the directory will be copied, but the directory itself will not be created at the destination.

true

string

 

destinationDir

destinationDir is the relative directory within the build directory where files copied from the image are placed.

true

string

 

2.3.134. v1.ImageStream

ImageStream stores a mapping of tags to images, metadata overrides that are applied when images are tagged in a stream, and an optional reference to a Docker image repository on a registry.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

spec

Spec describes the desired state of this stream

true

Section 2.3.141, “v1.ImageStreamSpec”

 

status

Status describes the current state of this stream

false

Section 2.3.142, “v1.ImageStreamStatus”

 

2.3.135. v1.ImageStreamImage

ImageStreamImage represents an Image that is retrieved by image name from an ImageStream.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

image

Image associated with the ImageStream and image name.

true

Section 2.3.121, “v1.Image”

 

2.3.136. v1.ImageStreamImport

The image stream import resource provides an easy way for a user to find and import Docker images from other Docker registries into the server. Individual images or an entire image repository may be imported, and users may choose to see the results of the import prior to tagging the resulting images into the specified image stream.

This API is intended for end-user tools that need to see the metadata of the image prior to import (for instance, to generate an application from it). Clients that know the desired image can continue to create spec.tags directly into their image streams.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

spec

Spec is a description of the images that the user wishes to import

true

Section 2.3.137, “v1.ImageStreamImportSpec”

 

status

Status is the the result of importing the image

true

Section 2.3.138, “v1.ImageStreamImportStatus”

 

2.3.137. v1.ImageStreamImportSpec

ImageStreamImportSpec defines what images should be imported.

Expand
NameDescriptionRequiredSchemaDefault

import

Import indicates whether to perform an import - if so, the specified tags are set on the spec and status of the image stream defined by the type meta.

true

boolean

 

repository

Repository is an optional import of an entire Docker image repository. A maximum limit on the number of tags imported this way is imposed by the server.

false

Section 2.3.215, “v1.RepositoryImportSpec”

 

images

Images are a list of individual images to import.

false

Section 2.3.124, “v1.ImageImportSpec” array

 

2.3.138. v1.ImageStreamImportStatus

ImageStreamImportStatus contains information about the status of an image stream import.

Expand
NameDescriptionRequiredSchemaDefault

import

Import is the image stream that was successfully updated or created when 'to' was set.

false

Section 2.3.134, “v1.ImageStream”

 

repository

Repository is set if spec.repository was set to the outcome of the import

false

Section 2.3.216, “v1.RepositoryImportStatus”

 

images

Images is set with the result of importing spec.images

false

Section 2.3.125, “v1.ImageImportStatus” array

 

2.3.139. v1.ImageStreamList

ImageStreamList is a list of ImageStream objects.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is a list of imageStreams

true

Section 2.3.134, “v1.ImageStream” array

 

2.3.140. v1.ImageStreamMapping

ImageStreamMapping represents a mapping from a single tag to a Docker image as well as the reference to the Docker image stream the image came from.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

image

Image is a Docker image.

true

Section 2.3.121, “v1.Image”

 

tag

Tag is a string value this image can be located with inside the stream.

true

string

 

2.3.141. v1.ImageStreamSpec

ImageStreamSpec represents options for ImageStreams.

Expand
NameDescriptionRequiredSchemaDefault

lookupPolicy

lookupPolicy controls how other resources reference images within this namespace.

false

Section 2.3.129, “v1.ImageLookupPolicy”

 

dockerImageRepository

dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server

false

string

 

tags

tags map arbitrary string values to specific image locators

false

Section 2.3.278, “v1.TagReference” array

 

2.3.142. v1.ImageStreamStatus

ImageStreamStatus contains information about the state of this image stream.

Expand
NameDescriptionRequiredSchemaDefault

dockerImageRepository

DockerImageRepository represents the effective location this stream may be accessed at. May be empty until the server determines where the repository is located

true

string

 

tags

Tags are a historical record of images associated with each tag. The first entry in the TagEvent array is the currently tagged image.

false

Section 2.3.160, “v1.NamedTagEventList” array

 

2.3.143. v1.ImageStreamTag

ImageStreamTag represents an Image that is retrieved by tag name from an ImageStream.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.176, “v1.ObjectMeta”

 

tag

tag is the spec tag associated with this image stream tag, and it may be null if only pushes have occurred to this image stream.

true

Section 2.3.278, “v1.TagReference”

 

generation

generation is the current generation of the tagged image - if tag is provided and this value is not equal to the tag generation, a user has requested an import that has not completed, or conditions will be filled out indicating any error.

true

integer (int64)

 

lookupPolicy

lookupPolicy indicates whether this tag will handle image references in this namespace.

true

Section 2.3.129, “v1.ImageLookupPolicy”

 

conditions

conditions is an array of conditions that apply to the image stream tag.

false

Section 2.3.275, “v1.TagEventCondition” array

 

image

image associated with the ImageStream and tag.

true

Section 2.3.121, “v1.Image”

 

2.3.144. v1.ImageStreamTagList

ImageStreamTagList is a list of ImageStreamTag objects.

Expand
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

 

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

 

metadata

Standard object’s metadata.

false

Section 2.3.151, “v1.ListMeta”

 

items

Items is the list of image stream tags

true

Section 2.3.143, “v1.ImageStreamTag” array

 

2.3.145. v1.JenkinsPipelineBuildStrategy

JenkinsPipelineBuildStrategy holds parameters specific to a Jenkins Pipeline build. This strategy is in tech preview.

Expand
NameDescriptionRequiredSchemaDefault

jenkinsfilePath

JenkinsfilePath is the optional path of the Jenkinsfile that will be used to configure the pipeline relative to the root of the context (contextDir). If both JenkinsfilePath & Jenkinsfile are both not specified, this defaults to Jenkinsfile in the root of the specified contextDir.

false

string

 

jenkinsfile

Jenkinsfile defines the optional raw contents of a Jenkinsfile which defines a Jenkins pipeline build.

false

string

 

env

env contains additional environment variables you want to pass into a build pipeline.

false

Section 2.3.93, “v1.EnvVar” array

 

2.3.146. v1.KeyToPath

Maps a string key to a path within a volume.

Expand
NameDescriptionRequiredSchemaDefault

key

The key to project.

true

string

 

path

The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

true

string

 

mode

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

false

integer (int32)

 

2.3.147. v1.LabelSelector

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

Expand
NameDescriptionRequiredSchemaDefault

matchLabels

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

false

object

 

matchExpressions

matchExpressions is a list of label selector requirements. The requirements are ANDed.

false

Section 2.3.148, “v1.LabelSelectorRequirement” array

 

2.3.148. v1.LabelSelectorRequirement

A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

Expand
NameDescriptionRequiredSchemaDefault

key

key is the label key that the selector applies to.

true

string

 

operator