Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 17 for error (0.07 seconds)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. CHANGELOG/CHANGELOG-1.8.md

    * The 504 timeout error was returning a JSON error body that indicated it was a 500.  The body contents now correctly report a 500 error. ([#49678](https://github.com/kubernetes/kubernetes/pull/49678), [@smarterclayton](https://github.com/smarterclayton))
    Created: 2026-04-03 09:05
    - Last Modified: 2024-02-20 15:45
    - 312.2K bytes
    - Click Count (0)
  9. 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)
  10. CHANGELOG/CHANGELOG-1.24.md

    systems, a mounter's Unmount implementation is changed to not return an error when the specified target can be detected as not a mount point. On Linux, the behavior of detecting a mount point depends on `umount` command is validated when the mounter is created. Additionally, mount point checks will be skipped in CleanupMountPoint/CleanupMountWithForce if the mounter's Unmount having the changed behavior of not returning error when target is not a mount point. ([#109676](https://github.com/kuberne...
    Created: 2026-04-03 09:05
    - Last Modified: 2023-08-24 00:02
    - 473.4K bytes
    - Click Count (0)
Back to Top