Files
sealos/controllers/user/PROJECT
T
yy be1cc805ec user delete request (#3855)
* add delete request crd.

* add func.

* fix manifests.

* add print

* fix lint
2023-09-07 14:52:03 +08:00

46 lines
1.0 KiB
Plaintext

# Code generated by tool. DO NOT EDIT.
# This file is used to track the info used to scaffold your project
# and allow the plugins properly work.
# More info: https://book.kubebuilder.io/reference/project-config.html
domain: sealos.io
layout:
- go.kubebuilder.io/v3
projectName: user
repo: github.com/labring/sealos/controllers/user
resources:
- api:
crdVersion: v1
controller: true
domain: sealos.io
group: user
kind: User
path: github.com/labring/sealos/controllers/user/api/v1
version: v1
webhooks:
defaulting: true
validation: true
webhookVersion: v1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: sealos.io
group: user
kind: Operationrequest
path: github.com/labring/sealos/controllers/user/api/v1
version: v1
webhooks:
defaulting: true
validation: true
webhookVersion: v1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: sealos.io
group: user
kind: DeleteRequest
path: github.com/labring/sealos/controllers/user/api/v1
version: v1
version: "3"