The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03

  • New authentication option: "Token" provide a token to use when authentication to the kubernetes apiserver may be provided as a string, path to a file, or a ref to a file handle
  • Resource method "update" Any reosurce object may be modified (using the provided attributes). after making changes, call $resource->update; to send those changes to the api server to store.