@@ -399,11 +399,6 @@ spec:
399399 Its purpose is to determine the added permissions that a service provider may
400400 request and that a consumer may accept and allow the service provider access to.
401401 properties :
402- all :
403- description : |-
404- all claims all resources for the given group/resource.
405- This is mutually exclusive with resourceSelector.
406- type : boolean
407402 group :
408403 default : " "
409404 description : |-
@@ -412,6 +407,7 @@ spec:
412407 pattern : ^(|[a-z0-9]([-a-z0-9]*[a-z0-9](\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)?)$
413408 type : string
414409 identityHash :
410+ default : " "
415411 description : |-
416412 This is the identity for a given APIExport that the APIResourceSchema belongs to.
417413 The hash can be found on APIExport and APIResourceSchema's status.
@@ -425,31 +421,6 @@ spec:
425421 not provided by an api export.
426422 pattern : ^[a-z][-a-z0-9]*[a-z0-9]$
427423 type : string
428- resourceSelector :
429- description : resourceSelector is a list of claimed resource
430- selectors.
431- items :
432- properties :
433- name :
434- description : |-
435- name of an object within a claimed group/resource.
436- It matches the metadata.name field of the underlying object.
437- If namespace is unset, all objects matching that name will be claimed.
438- maxLength : 253
439- minLength : 1
440- pattern : ^([a-z0-9][-a-z0-9_.]*)?[a-z0-9]$
441- type : string
442- namespace :
443- description : |-
444- namespace containing the named object. Matches metadata.namespace field.
445- If "name" is unset, all objects from the namespace are being claimed.
446- minLength : 1
447- type : string
448- type : object
449- x-kubernetes-validations :
450- - message : at least one field must be set
451- rule : has(self.__namespace__) || has(self.name)
452- type : array
453424 verbs :
454425 description : |-
455426 verbs is a list of supported API operation types (this includes
@@ -464,10 +435,6 @@ spec:
464435 - resource
465436 - verbs
466437 type : object
467- x-kubernetes-validations :
468- - message : either "all" or "resourceSelector" must be set
469- rule : (has(self.all) && self.all) != (has(self.resourceSelector)
470- && size(self.resourceSelector) > 0)
471438 type : array
472439 x-kubernetes-list-map-keys :
473440 - group
0 commit comments