Skip to content

Commit

Permalink
Regenerated PVS CRD (#3956)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric committed May 11, 2023
1 parent fca5a91 commit c544dff
Showing 1 changed file with 32 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ spec:
type: array
type: object
type: object
served: false
served: true
storage: false
subresources:
status: {}
Expand Down Expand Up @@ -480,6 +480,9 @@ spec:
precedent over those with the same keys that are present
in Annotations.
items:
description: MapExpr is used for various fields to calculate
map entries. Only one of Key and KeyExpr may be specified;
similarly only on of Value and ValueExpr may be specified.
properties:
key:
type: string
Expand Down Expand Up @@ -514,13 +517,37 @@ spec:
repoExpr:
type: string
type: object
injectors:
description: Injectors allows specifying the spec.Injectors
field of the generated PackageVariant
items:
description: InjectionSelectorTemplate is used to calculate
the injectors field of the resulting package variants.
Exactly one of the Name and NameExpr fields must be
specified. The other fields are optional.
properties:
group:
type: string
kind:
type: string
name:
type: string
nameExpr:
type: string
version:
type: string
type: object
type: array
labelExprs:
description: LabelsExprs allows specifying the spec.Labels
field of the generated PackageVariant using CEL to dynamically
create the keys and values. Entries in this field take
precedent over those with the same keys that are present
in Labels.
items:
description: MapExpr is used for various fields to calculate
map entries. Only one of Key and KeyExpr may be specified;
similarly only on of Value and ValueExpr may be specified.
properties:
key:
type: string
Expand Down Expand Up @@ -548,6 +575,10 @@ spec:
type: object
dataExprs:
items:
description: MapExpr is used for various fields to
calculate map entries. Only one of Key and KeyExpr
may be specified; similarly only on of Value and
ValueExpr may be specified.
properties:
key:
type: string
Expand Down

0 comments on commit c544dff

Please sign in to comment.