Download the PHP package firehed/kube-sdk without Composer
On this page you can find all versions of the php package firehed/kube-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download firehed/kube-sdk
More information about firehed/kube-sdk
Files in firehed/kube-sdk
Download firehed/kube-sdk
More information about firehed/kube-sdk
Files in firehed/kube-sdk
Vendor firehed
Package kube-sdk
Short Description SDK for interacting with the Kubernetes API
License MIT
Package kube-sdk
Short Description SDK for interacting with the Kubernetes API
License MIT
Please rate this library. Is it a good library?
Informations about the package kube-sdk
Kubernetes SDK
A simple API wrapper for interacting with the Kubernetes API
Usage
There are two classes to interface with the Kubernetes API:
Kubernetes\LocalProxy
is for use on your local machine, or anywhere else thekubectl proxy
command may be running.Kubernetes\ServiceAccount
is for use inside of Kubernetes. It will auto-detect the auth information automatically configured in all Pods. This will respect theserviceAccountName
configuration of the pod.
You will probably want to determine which one to load approximately like this:
The SDK methods are defined in the Kubernetes\Api
interface.
Network timeouts default to 500ms on connect and 3000ms for the request.
All versions of kube-sdk with dependencies
PHP Build Version
Package Version
Requires
ext-curl Version
*
php Version ^7.1
php Version ^7.1
The package firehed/kube-sdk contains the following files
Loading the files please wait ....