|
Add a new project of operator controller
|
|---|
|
|
| Operator/.dockerignore 0 → 100755 |
|---|
| Operator/.gitignore 0 → 100755 |
|---|
| Operator/Dockerfile 0 → 100755 |
|---|
| Operator/Makefile 0 → 100755 |
|---|
| Operator/PROJECT 0 → 100755 |
|---|
| Operator/README.md 100644 → 100755 |
|---|
| Operator/config/crd/kustomization.yaml 0 → 100644 |
|---|
| Operator/config/default/kustomization.yaml 0 → 100755 |
|---|
| Operator/config/default/manager_auth_proxy_patch.yaml 0 → 100755 |
|---|
| Operator/config/default/manager_config_patch.yaml 0 → 100755 |
|---|
| Operator/config/manager/controller_manager_config.yaml 0 → 100755 |
|---|
| Operator/config/manager/kustomization.yaml 0 → 100755 |
|---|
| Operator/config/manager/manager.yaml 0 → 100755 |
|---|
| Operator/config/manifests/kustomization.yaml 0 → 100755 |
|---|
| Operator/config/prometheus/kustomization.yaml 0 → 100755 |
|---|
| Operator/config/prometheus/monitor.yaml 0 → 100755 |
|---|
| Operator/config/rbac/auth_proxy_client_clusterrole.yaml 0 → 100755 |
|---|
| Operator/config/rbac/auth_proxy_role.yaml 0 → 100755 |
|---|
| Operator/config/rbac/auth_proxy_role_binding.yaml 0 → 100755 |
|---|
| Operator/config/rbac/auth_proxy_service.yaml 0 → 100755 |
|---|
| Operator/config/rbac/kustomization.yaml 0 → 100755 |
|---|
| Operator/config/rbac/leader_election_role.yaml 0 → 100755 |
|---|
| Operator/config/rbac/leader_election_role_binding.yaml 0 → 100755 |
|---|
| Operator/config/rbac/role.yaml 0 → 100755 |
|---|
| Operator/config/rbac/role_binding.yaml 0 → 100755 |
|---|
| Operator/config/rbac/service_account.yaml 0 → 100755 |
|---|
| Operator/config/samples/kustomization.yaml 0 → 100755 |
|---|
| Operator/config/scorecard/bases/config.yaml 0 → 100755 |
|---|
| Operator/config/scorecard/kustomization.yaml 0 → 100755 |
|---|
| Operator/config/scorecard/patches/basic.config.yaml 0 → 100755 |
|---|
| Operator/config/scorecard/patches/olm.config.yaml 0 → 100755 |
|---|
| Operator/controllers/pod_controller.go 0 → 100755 |
|---|
| Operator/controllers/suite_test.go 0 → 100755 |
|---|
| Operator/deploy-image.sh 0 → 100755 |
|---|
| Operator/go.mod 0 → 100755 |
|---|
| Operator/go.sum 0 → 100755 |
|---|
| Operator/hack/boilerplate.go.txt 0 → 100755 |
|---|
| Operator/main.go 0 → 100755 |
|---|
| Operator/push-image.sh 0 → 100755 |
|---|
| README.md 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/README.MD 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/application/webhook.crt 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/application/webhook.csr 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/application/webhook.key 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/ca/ca.crt 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/ca/ca.key 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/ca/ca.srl 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/config.conf 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/create-ca.sh 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/create-csr.sh 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/domain.ext 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/sign-cert.sh 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/certificate/verify-application-cert.sh 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/deployment/deployment.yaml 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/deployment/secret.yaml 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/deployment/service.yaml 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/deployment/webhook.yaml 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/webhook-server/go.mod 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/webhook-server/go.sum 100644 → 100755 |
|---|
|
File mode changed
|
| Webhook/webhook-server/main.go 100644 → 100755 |
|---|
|
File mode changed
|