Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-k8s-bot

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-k8s-bot - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1-b10

2

package.json
{
"name": "hubot-k8s-bot",
"description": "A hubot script for interacting with kubernetes",
"version": "0.1.0",
"version": "0.1.1-b10",
"author": "AnJia <anjia0532@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -15,2 +15,5 @@ # Hubot Kubernetes Bot 机器人

### 列出所有命令
> k8s help
### 列出 Kubernetes 集群

@@ -31,2 +34,8 @@ > k8s context

### 列出 Statefulsets
> k8s statefulsets|sts [`<labelSelector>`]
### 列出 Nodes
> k8s nodes|no [`<labelSelector>`]
### 列出 Services

@@ -36,3 +45,3 @@ > k8s services|svc [`<labelSelector>`]

### 列出 Cron Jobs
> k8s cronjobs [`<labelSelector>`]
> k8s cronjobs|cj [`<labelSelector>`]

@@ -43,3 +52,3 @@ ### 列出 Jobs

### 列出 Pods
> k8s pods [`<labelSelector>`]
> k8s pods|po [`<labelSelector>`]

@@ -46,0 +55,0 @@ ### 获取日志

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc