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
|`raw`_[JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#jobspec-v1-batch)_| Raw can be used if you'd rather define the job spec via straight Kubernetes manifest file. || Optional: {} <br /> |
1004
+
|`resources`_[ContainerResources](#containerresources)_| Resource specification that overrides implicit container resources when containers are not directly configured. || Optional: {} <br /> |
|`context`_[RawExtension](https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime#RawExtension)_|Context is a templated context that will become the PipelineContext applied to the given pipeline, use `$value` to interpolate the observed value|||
1352
1374
1353
1375
1354
1376
#### ObserverPrAction
@@ -1367,7 +1389,7 @@ _Appears in:_
1367
1389
|`prAutomationRef`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_| PrAutomationRef references to PR automation. |||
1368
1390
|`repository`_string_||| Optional: {} <br /> |
1369
1391
|`branchTemplate`_string_| BranchTemplate a template to use for the created branch, use $value to interject the observed value |||
1370
-
|`context`_[RawExtension](https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime#RawExtension)_| Context is a ObserverPrAction context |||
1392
+
|`context`_[RawExtension](https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime#RawExtension)_| Context is a templated context that will become the context applied to the given PR Automation, use `$value` to interpolate the observed value|||
1371
1393
1372
1394
1373
1395
#### ObserverSpec
@@ -1384,9 +1406,9 @@ _Appears in:_
1384
1406
| Field | Description | Default | Validation |
1385
1407
| --- | --- | --- | --- |
1386
1408
|`name`_string_| the name of this observer, if not provided Observer's own name from Observer.ObjectMeta will be used. || Optional: {} <br /> |
|`crontab`_string_|The crontab you will poll the given Target with|||
1410
+
|`target`_[ObserverTarget](#observertarget)_|The target object to poll, triggering the list of Actions w/ the discovered value|||
1411
+
|`actions`_[ObserverAction](#observeraction) array_|A list of predefined actions to take if a new Target is discovered in the last poll loop|||
1390
1412
|`projectRef`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_| ProjectRef references project this observer belongs to.<br />If not provided, it will use the default project. || Optional: {} <br /> |
0 commit comments