kubeimg

command module
v0.0.0-...-1b947f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

kubeimg

安装

curl https://github.com/hejianlai/kubeimg/releases/download/v1.0/kubeimg
mv kubeimg /usr/local/bin/
chmod +x /usr/local/bin/kubeimg

使用命令

默认查所有namespace
kubeimg image
查指定namespace
kubeimg image -n <namespace>
作为kubectl扩展插件使用

kubectl 提供一个命令 kubectl plugin list,用于搜索路径查找有效的插件可执行文件。 执行此命令将遍历路径中的所有文件。任何以 kubectl- 开头的可执行文件都将在这个命令的输出中以它们在路径中出现的顺序显示。 任何以 kubectl- 开头的文件如果不可执行,都将包含一个警告。 对于任何相同的有效插件文件,都将包含一个警告。

cp /usr/local/bin/kubeimg /usr/local/bin/kubectl-img
kubectl plugin list
kubectl img image

开发步骤

使用cobra库:https://github.com/spf13/cobra

mkdir kubeimg
cd kubeimg
cobra init --pkg-name github.com/hejianlai/kubeimg
go mod init github.com/hejianlai/kubeimg
cobra add image

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL