You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`template`|`bool`||| <p>Template determines whether resources should be considered for templating.</p> |
495
-
|`file`|`string`||| <p>File is the path to the referenced file. This can be a direct path to a file or an expression that matches multiple files, such as "manifest/*.yaml" for all YAML files within the "manifest" directory.</p> |
495
+
|`file`|[`Expression`](#chainsaw-kyverno-io-v1alpha1-Expression)||| <p>File is the path to the referenced file. This can be a direct path to a file or an expression that matches multiple files, such as "manifest/*.yaml" for all YAML files within the "manifest" directory.</p> |
496
496
|`ref`|[`ObjectReference`](#chainsaw-kyverno-io-v1alpha1-ObjectReference)||| <p>Ref determines objects to be deleted.</p> |
497
497
|`deletionPropagationPolicy`|[`meta/v1.DeletionPropagation`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#deletionpropagation-v1-meta)||| <p>DeletionPropagationPolicy decides if a deletion will propagate to the dependents of the object, and how the garbage collector will handle the propagation. Overrides the deletion propagation policy set in the Configuration, the Test and the TestStep.</p> |
498
498
@@ -562,6 +562,18 @@ with a match filter to determine if the verification should be considered.</p>
562
562
|`match`|`policy/v1alpha1.Any`||| <p>Match defines the matching statement.</p> |
563
563
|`check`|`policy/v1alpha1.Any`|:white_check_mark:|| <p>Check defines the verification statement.</p> |
@@ -574,7 +586,7 @@ with a match filter to determine if the verification should be considered.</p>
574
586
575
587
| Field | Type | Required | Inline | Description |
576
588
|---|---|---|---|---|
577
-
|`file`|`string`|:white_check_mark:|| <p>File is the path to the referenced file. This can be a direct path to a file or an expression that matches multiple files, such as "manifest/*.yaml" for all YAML files within the "manifest" directory.</p> |
589
+
|`file`|[`Expression`](#chainsaw-kyverno-io-v1alpha1-Expression)|:white_check_mark:|| <p>File is the path to the referenced file. This can be a direct path to a file or an expression that matches multiple files, such as "manifest/*.yaml" for all YAML files within the "manifest" directory.</p> |
0 commit comments