Skip to content

1.0.0 released - where are the migration docs? #2117

Closed as not planned
Closed as not planned
@klippx

Description

@klippx

Describe the bug

HttpError is no longer exported in 1.0.0

** Client Version **
1.0.0

To Reproduce
Prior to 1.0.0:

import * as k8s from '@kubernetes/client-node';

try {
  // do something with k8s
} catch (e) {
  if (e instanceof k8s.HttpError) {
    console.error(e.body);
  }
}

Expected behavior
If HttpError is not exported, I would be happy to see any upgrade docs state what the replacement is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions