core_v1

delete collection of Secret

delete/api/v1/namespaces/{namespace}/secrets

Query parameters

fieldSelectorstring

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

labelSelectorstring

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

resourceVersionstring

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

timeoutSecondsinteger

Timeout for the list/watch call.

watchboolean

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

Response

OK

codeinteger

Suggested HTTP return code for this status, 0 if not set.

messagestring

A human-readable description of the status of this operation.

reasonstring

A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.

statusstring

Status of the operation. One of: "Success" or "Failure". More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

Changes