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:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user