Fix: Updated accessor CRD resources, the previous accessorCRD did not support worksopace level limits.

Signed-off-by: f10atin9 <f10atin9@kubesphere.io>
This commit is contained in:
f10atin9
2022-04-08 16:22:46 +08:00
parent 0f89aca71d
commit 077915b427

View File

@@ -104,8 +104,67 @@ spec:
type: object
storageClassName:
type: string
workspaceSelector:
properties:
fieldSelector:
items:
properties:
fieldExpressions:
items:
properties:
field:
enum:
- Name
- Status
type: string
operator:
enum:
- In
- NotIn
type: string
values:
items:
type: string
type: array
required:
- field
- operator
- values
type: object
type: array
required:
- fieldExpressions
type: object
type: array
labelSelector:
items:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
enum:
- In
- NotIn
type: string
values:
items:
type: string
type: array
required:
- key
- operator
- values
type: object
type: array
required:
- matchExpressions
type: object
type: array
type: object
required:
- namespaceSelector
- storageClassName
type: object
type: object
@@ -118,4 +177,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []