We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3837294 commit 92832cbCopy full SHA for 92832cb
.gitignore
@@ -0,0 +1,2 @@
1
+composer.phar
2
+.idea/
composer.json
@@ -0,0 +1,13 @@
+{
+ "name": "binarygoo/kubernetesAPI-PHP-client",
3
+ "description": "PHP client for the kubernetes api",
4
+ "minimum-stability": "stable",
5
+ "license": "Apache-2.0",
6
+ "authors": [
7
+ {
8
+ "name": "Faruk Brbovic",
9
+ "email": "fbrbovic@binarygoo.com",
10
+ "homepage": "http://www.binarygoo.com"
11
+ }
12
+ ]
13
+}
0 commit comments