Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shikanon/default-rules

一个简单k8s自定义管理规则,比如基于命名空间设置亲和性,资源分配,边车注入等
https://github.com/shikanon/default-rules

Last synced: 3 days ago
JSON representation

一个简单k8s自定义管理规则,比如基于命名空间设置亲和性,资源分配,边车注入等

Awesome Lists containing this project

README

        

controller-gen:
```bash
controller-gen "crd:trivialVersions=true,preserveUnknownFields=false" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
```

```bash
controller-gen object:headerFile="hack\\boilerplate.go.txt" paths="./..."
```

## 测试工具

安装
```bash
go get github.com/onsi/ginkgo/ginkgo
```

第一次创建:
```bash
ginkgo bootstrap
```

运行: