hubot-k8s-bot
Advanced tools
Comparing version 0.1.2-b1 to 0.1.2-b2
{ | ||
"name": "hubot-k8s-bot", | ||
"description": "A hubot script for interacting with kubernetes", | ||
"version": "0.1.2-b1", | ||
"version": "0.1.2-b2", | ||
"author": "AnJia <anjia0532@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -45,2 +45,6 @@ # Hubot Kubernetes Bot 机器人 | ||
### 扩缩容指定资源的为指定数量 | ||
例如 k8s scale deployment nginx-app 3 | ||
> k8s scale resource resourcename count | ||
### 列出 Jobs | ||
@@ -47,0 +51,0 @@ > k8s jobs [`<labelSelector>`] |
Sorry, the diff of this file is not supported yet
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
19630
62