You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some improvement with last version of Kubernetes API (#105)
* Set content type to "application/json" for post request
Allow illuminate/support 9+
* Remove beta in api
add role,rolebinding and service account
#98 Raise PHP version (#99)
* #98 Raise php version
* #98 Add native types
* #98 Drop redundand type information from doc blocks
* #98 Drop PHP 7.1, 7.2, 7.3 from travis configuration
* #98 Add `ReturnTypeWillChange` attribute
Add `ReturnTypeWillChange` attribute for methods with mixed return type to support PHP 8.1 type inheritance check.
0.22.0: Fix Issue 81, some method call sites (#96)
* Fix Issue 81, some method call sites
* Change first part back to apis, add parenthesis
* Revert PodRepository but just change var name
* Set proxy() on NodeRepository back to normal
Also look for 'stream' in query object
* Revert again; this is being sent from Repository
Co-authored-by: Michael Butler <mbutler@tumblr.com>