Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22023-2210132
proj110-k8sOperator-2179
Commits
01db5f82
Commit
01db5f82
authored
1 year ago
by
XenoWYC121
Browse files
Options
Download
Patches
Plain Diff
project init
parents
Changes
45
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Dockerfile
+33
-0
Dockerfile
Makefile
+308
-0
Makefile
PROJECT
+23
-0
PROJECT
README.md
+91
-0
README.md
api/v1alpha1/groupversion_info.go
+36
-0
api/v1alpha1/groupversion_info.go
api/v1alpha1/mykind_types.go
+64
-0
api/v1alpha1/mykind_types.go
api/v1alpha1/zz_generated.deepcopy.go
+114
-0
api/v1alpha1/zz_generated.deepcopy.go
cmd/main.go
+148
-0
cmd/main.go
config/crd/kustomization.yaml
+23
-0
config/crd/kustomization.yaml
config/crd/kustomizeconfig.yaml
+19
-0
config/crd/kustomizeconfig.yaml
config/default/kustomization.yaml
+142
-0
config/default/kustomization.yaml
config/default/manager_auth_proxy_patch.yaml
+39
-0
config/default/manager_auth_proxy_patch.yaml
config/default/manager_config_patch.yaml
+10
-0
config/default/manager_config_patch.yaml
config/manager/kustomization.yaml
+2
-0
config/manager/kustomization.yaml
config/manager/manager.yaml
+102
-0
config/manager/manager.yaml
config/manifests/kustomization.yaml
+28
-0
config/manifests/kustomization.yaml
config/prometheus/kustomization.yaml
+2
-0
config/prometheus/kustomization.yaml
config/prometheus/monitor.yaml
+25
-0
config/prometheus/monitor.yaml
config/rbac/auth_proxy_client_clusterrole.yaml
+16
-0
config/rbac/auth_proxy_client_clusterrole.yaml
config/rbac/auth_proxy_role.yaml
+24
-0
config/rbac/auth_proxy_role.yaml
with
1249 additions
and
0 deletions
+1249
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets