auto-kubernetes-client
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "auto-kubernetes-client", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "NodeJS Kubernetes Client with automatic API discoveryEdit", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -14,7 +14,7 @@ 'use strict'; | ||
* @property {string} url | ||
* @property {boolean} insecureSkipTlsVerify | ||
* @property {string} ca | ||
* @property {string} cert | ||
* @property {string} key | ||
* @property {ConfigurationAuth} auth | ||
* @property {boolean} [insecureSkipTlsVerify] | ||
* @property {string} [ca] | ||
* @property {string} [cert] | ||
* @property {string} [key] | ||
* @property {ConfigurationAuth} [auth] | ||
*/ | ||
@@ -25,5 +25,5 @@ /** | ||
* @typedef ConfigurationAuth | ||
* @property {string} user | ||
* @property {string} password | ||
* @property {string} bearer | ||
* @property {string} [user] | ||
* @property {string} [password] | ||
* @property {string} [bearer] | ||
*/ | ||
@@ -30,0 +30,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32134