- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 14 for error (0.06 seconds)
-
tests/test_include_router_defaults_overrides.py
"400": {"description": "Client error level 0"}, "401": {"description": "Client error level 1"}, "402": {"description": "Client error level 2"}, "403": {"description": "Client error level 3"}, "422": { "description": "Validation Error", "content": {
Created: 2026-04-05 07:19 - Last Modified: 2026-02-08 10:18 - 385.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.35.md
- Updated `kubectl scale` to return a consistent error message when a specified resource is not found. Previously, it returned: `error: no objects passed to scale <GroupResource> "<ResourceName>" not found`. It now matches the format used by other commands (e.g., `kubectl get`): `Error from server (NotFound): <GroupResource> "<ResourceName>" not found`. ([#134017](https://github.com/kubernetes/kubernetes/pull/134017),...
Created: 2026-04-03 09:05 - Last Modified: 2026-03-19 03:20 - 265.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.16.md
- Fixes conversion error for HorizontalPodAutoscaler objects with invalid annotations ([#89968](https://github.com/kubernetes/kubernetes/pull/89968), [@liggitt](https://github.com/liggitt)) [SIG Autoscaling]
Created: 2026-04-03 09:05 - Last Modified: 2024-10-23 20:13 - 345.2K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.34.md
- Fix the bug which could result in Job status updates failing with the error: status.startTime: Required value: startTime cannot be removed for unsuspended job
Created: 2026-04-03 09:05 - Last Modified: 2026-03-19 03:19 - 368.7K bytes - Click Count (2) -
CHANGELOG/CHANGELOG-1.32.md
If you specify the kubelet command line flag `--runonce`, this is an error. Setting `runOnce` in a kubelet configuration file is also an error, and specifying any value for that configuration option is now deprecated. ([#126336](https://github.com/kubernetes/kubernetes/pull/126336), [@HirazawaUi](https://github.com/HirazawaUi)) [SIG Node and Scalability]
Created: 2026-04-03 09:05 - Last Modified: 2026-02-26 23:58 - 470.5K bytes - Click Count (0) -
doc/go_spec.html
</p> <h2 id="Errors">Errors</h2> <p> The predeclared type <code>error</code> is defined as </p> <pre> type error interface { Error() string } </pre> <p> It is the conventional interface for representing an error condition, with the nil value representing no error. For instance, a function to read data from a file might be declared:
Created: 2026-04-07 11:13 - Last Modified: 2026-04-01 23:39 - 287.8K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.27.md
- github.com/docker/docker: [v20.10.18+incompatible → v20.10.21+incompatible](https://github.com/docker/docker/compare/v20.10.18...v20.10.21) - github.com/go-errors/errors: [v1.0.1 → v1.4.2](https://github.com/go-errors/errors/compare/v1.0.1...v1.4.2) - github.com/go-openapi/jsonpointer: [v0.19.5 → v0.19.6](https://github.com/go-openapi/jsonpointer/compare/v0.19.5...v0.19.6)
Created: 2026-04-03 09:05 - Last Modified: 2024-07-17 07:48 - 466.3K bytes - Click Count (2) -
CHANGELOG/CHANGELOG-1.30.md
- When using `kubectl logs <pod-name>` and the pod is not found, the error message now includes the namespace. Previously, the message would be "Error from server (NotFound): pods "my-pod-name" not found". Now, it reflects the namespace in the message as follows: "Error from server (NotFound): pods "my-pod-name" not found in namespace "default"".
Created: 2026-04-03 09:05 - Last Modified: 2025-06-18 18:59 - 398.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.28.md
- CEL authorizer checks no longer raise runtime errors. Calls to "check" will always return a decision object and the authorization error (if any) can be accessed within expressions using the new decision methods "errored" and "error". ([#118804](https://github.com/kubernetes/kubernetes/pull/118804), [@benluddy](https://github.com/benluddy)) [SIG API Machinery]
Created: 2026-04-03 09:05 - Last Modified: 2025-09-05 03:47 - 456.9K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.26.md
### Bug or Regression - Apiserver: use the correct error when logging errors updating managedFields ([#113711](https://github.com/kubernetes/kubernetes/pull/113711), [@andrewsykim](https://github.com/andrewsykim)) [SIG API Machinery] - Bump runc to v1.1.4 ([#113719](https://github.com/kubernetes/kubernetes/pull/113719), [@pacoxu](https://github.com/pacoxu)) [SIG Node]
Created: 2026-04-03 09:05 - Last Modified: 2025-09-02 13:51 - 425.7K bytes - Click Count (0)