Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,16 @@ replacements:
kind: string
name: string
namespace: string
labelSelector: "key=value"
annotationSelector: "key=value"
reject:
- group: string
version: string
kind: string
name: string
namespace: string
labelSelector: "key=value"
annotationSelector: "key=value"
fieldPaths:
- string
options:
Expand All @@ -95,6 +99,8 @@ replacements:
|`kind` | |The kind of the referent
|`name` | |The name of the referent
|`namespace`| |The namespace of the referent
|`labelSelector`| |Select a referent based on labels
|`annotationSelector`| |Select a referent based on annotations
|`select` |:heavy_check_mark: |Include objects that match this
|`reject`| |Exclude objects that match this
|`fieldPath`| |The structured path to the source value | `metadata.name`
Expand Down