diff --git a/static/docs/reference/generated/kubernetes-api/v1.31/index.html b/static/docs/reference/generated/kubernetes-api/v1.31/index.html index 705b13858ad31..3dbc45858585d 100644 --- a/static/docs/reference/generated/kubernetes-api/v1.31/index.html +++ b/static/docs/reference/generated/kubernetes-api/v1.31/index.html @@ -3577,59 +3577,6 @@ -
connect PATCH requests to proxy of Pod
-PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy
Parameter | Description |
---|---|
name | name of the PodProxyOptions |
namespace | object name and auth scope, such as for teams and projects |
Parameter | Description |
---|---|
path | Path is the URL path to use for the current proxy request to pod. |
Code | Description |
---|---|
200 string | OK |
connect PATCH requests to proxy of Pod
-PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Parameter | Description |
---|---|
name | name of the PodProxyOptions |
namespace | object name and auth scope, such as for teams and projects |
path | path to the resource |
Parameter | Description |
---|---|
path | Path is the URL path to use for the current proxy request to pod. |
Code | Description |
---|---|
200 string | OK |
connect PATCH requests to proxy of Service
-PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy
Parameter | Description |
---|---|
name | name of the ServiceProxyOptions |
namespace | object name and auth scope, such as for teams and projects |
Parameter | Description |
---|---|
path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. |
Code | Description |
---|---|
200 string | OK |
connect PATCH requests to proxy of Service
-PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Parameter | Description |
---|---|
name | name of the ServiceProxyOptions |
namespace | object name and auth scope, such as for teams and projects |
path | path to the resource |
Parameter | Description |
---|---|
path | Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. |
Code | Description |
---|---|
200 string | OK |
connect PATCH requests to proxy of Node
-PATCH /api/v1/nodes/{name}/proxy
Parameter | Description |
---|---|
name | name of the NodeProxyOptions |
Parameter | Description |
---|---|
path | Path is the URL path to use for the current proxy request to node. |
Code | Description |
---|---|
200 string | OK |
connect PATCH requests to proxy of Node
-PATCH /api/v1/nodes/{name}/proxy/{path}
Parameter | Description |
---|---|
name | name of the NodeProxyOptions |
path | path to the resource |
Parameter | Description |
---|---|
path | Path is the URL path to use for the current proxy request to node. |
Code | Description |
---|---|
200 string | OK |
create binding of a Pod
-POST /api/v1/namespaces/{namespace}/pods/{name}/binding
Parameter | Description |
---|---|
name | name of the Binding |
namespace | object name and auth scope, such as for teams and projects |
Parameter | Description |
---|---|
dryRun | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
fieldManager | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
fieldValidation | fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
pretty | If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). |
Parameter | Description |
---|---|
body Binding |
Code | Description |
---|---|
200 Binding | OK |
201 Binding | Created |
202 Binding | Accepted |
get the code version
-GET /version/
Code | Description |
---|---|
200 | OK |
get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'
-GET /.well-known/openid-configuration/
Code | Description |
---|---|
200 string | OK |
get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
-GET /openid/v1/jwks/
Code | Description |
---|---|
200 string | OK |
GET /logs/{logpath}
Parameter | Description |
---|---|
logpath | path to the log |
GET /logs/
partially update approval of the specified CertificateSigningRequest
-PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
Parameter | Description |
---|---|
name | name of the CertificateSigningRequest |
Parameter | Description |
---|---|
pretty | If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). |
dryRun | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
fieldManager | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
fieldValidation | fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
force | Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Parameter | Description |
---|---|
body Patch |
Code | Description |
---|---|
200 CertificateSigningRequest | OK |
201 CertificateSigningRequest | Created |
read approval of the specified CertificateSigningRequest
-GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
Parameter | Description |
---|---|
name | name of the CertificateSigningRequest |
Parameter | Description |
---|---|
pretty | If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). |
Code | Description |
---|---|
200 CertificateSigningRequest | OK |
replace approval of the specified CertificateSigningRequest
-PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
Parameter | Description |
---|---|
name | name of the CertificateSigningRequest |
Parameter | Description |
---|---|
pretty | If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). |
dryRun | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
fieldManager | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
fieldValidation | fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
Parameter | Description |
---|---|
body CertificateSigningRequest |
Code | Description |
---|---|
200 CertificateSigningRequest | OK |
201 CertificateSigningRequest | Created |
replace finalize of the specified Namespace
-PUT /api/v1/namespaces/{name}/finalize
Parameter | Description |
---|---|
name | name of the Namespace |
Parameter | Description |
---|---|
dryRun | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
fieldManager | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
fieldValidation | fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
pretty | If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). |
Parameter | Description |
---|---|
body Namespace |
Code | Description |
---|---|
200 Namespace | OK |
201 Namespace | Created |
DeviceAttribute must have exactly one field set.
+