文件名称:oc-gate-operator:为oc-gate服务创建令牌
文件大小:62KB
文件格式:ZIP
更新时间:2024-03-26 20:54:12
Go
oc-gate-operator 为服务创建令牌 (gopher网络映像 ) 部署 需要 需要GOLANG ver> = v1.15 dev env。 具有管理员权限的用户登录到集群。 # Deploy the operator, RBAC roles and CRDs export USERNAME=yaacov make deploy IMG=quay.io/ $USERNAME /oc-gate-operator:v0.0.1 # Remove deployment of the operator, RBAC roles and CRDs export USERNAME=yaacov make undeploy IMG=quay.io/ $USERNAME /oc-gate-operator:v0.0.1 用法 在“ oc-gate”名称空间上需要具有私钥的机密: # U
【文件预览】:
oc-gate-operator-main
----.dockerignore(151B)
----go.mod(323B)
----main.go(3KB)
----go.sum(61KB)
----controllers()
--------gatetoken_controller.go(7KB)
--------suite_test.go(2KB)
----Dockerfile(791B)
----config()
--------default()
--------scorecard()
--------prometheus()
--------certmanager()
--------crd()
--------rbac()
--------samples()
--------manager()
----LICENSE(11KB)
----PROJECT(314B)
----README.md(2KB)
----Makefile(5KB)
----api()
--------v1beta1()
----hack()
--------boilerplate.go.txt(559B)
----.gitignore(367B)