repositorypackage
0.0.0-20220831054329-f74bbec113a4
Repository: https://github.com/haolowkey/operator.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
operator
##1、初始化项目
go mod init github.com/HAOlowkey/operator
##2、kubebuilder初始化
kubebuilder init --domain haolowkey.github.io
##3、kubebuilder创建api
kubebuilder create api --group application --version v1 --kind Unit
###4、通过code-generate生成clientset
/Users/haolowkey/Dev/golang/src/github.com/kubernetes/code-generator/generate-groups.sh all github.com/HAOlowkey/operator/generated github.com/HAOlowkey/operator/api application.haolowkey.github.io:v1 --go-header-file=./hack/boilerplate.go.txt --output-base ../../../