metalbear-co / mirrord

Connect your local process and your cloud environment, and run local code in cloud conditions.
https://mirrord.dev
MIT License
3.58k stars 98 forks source link

Adds an `Unknown` variant to the list of possible mirrord targets for future compat. #2553

Open meowjesty opened 4 days ago

meowjesty commented 4 days ago
  1. Adds the TargetHandle wrapper around Target:
    • custom deserialization, allowing us to convert a valid kubernetes target, which we don't know about in mirrord, into an Target::Unknown;