Results 6 issues of Bruce

Hi there! I had a fairly fun issue earlier related to the wp_options table being crashed which resulted in the set_transient function returning false, which then resulted in a BadMagic...

fixes #56 Happy to tweak any wording as needed

After updating an existing model in laravel to make use of ApiWrapper, I'm unable to load any belongsTo relationships from the model object that gets created. Trying to access them...

documentation

Resolves #32 by creating a belongsTo method that allows you to define a relationship with an Eloquent model

The exec function for pod repositories has been broken since version 0.22.0, instead of command output you get: ``` [ "kind" => "Status", "apiVersion" => "v1", "metadata" => [], "status"...

This PR adds a `debug()` function to pod repositories which allows you to attach an ephemeral container to a running pod. Functionally similar to `kubectl debug` but providing the ability...