Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 860987f

Browse files
committed
Bump TriggerMesh release to v1.17.0
1 parent cf404ef commit 860987f

33 files changed

+1784
-835
lines changed

.github/workflows/generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: '1.17'
21+
go-version: '1.18'
2222

2323
- name: Go caches
2424
uses: actions/cache@v2

.github/workflows/licenses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: '1.17'
21+
go-version: '1.18'
2222

2323
- name: Go caches
2424
uses: actions/cache@v2

LICENSES/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/to/LICENSE.txt

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSES/vendor/github.com/googleapis/go-type-adapters/adapters/LICENSE

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/300-awscloudwatchlogssource.yaml

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 TriggerMesh Inc.
1+
# Copyright 2022 TriggerMesh Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -52,6 +52,62 @@ spec:
5252
description: Desired state of the event source.
5353
type: object
5454
properties:
55+
adapterOverrides:
56+
description: Kubernetes object parameters to apply on top of default adapter values.
57+
type: object
58+
properties:
59+
resources:
60+
description: 'Compute Resources required by the adapter. More info:
61+
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
62+
type: object
63+
properties:
64+
limits:
65+
additionalProperties:
66+
anyOf:
67+
- type: integer
68+
- type: string
69+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
70+
x-kubernetes-int-or-string: true
71+
description: 'Limits describes the maximum amount of compute resources allowed. More info:
72+
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
73+
type: object
74+
requests:
75+
additionalProperties:
76+
anyOf:
77+
- type: integer
78+
- type: string
79+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
80+
x-kubernetes-int-or-string: true
81+
description: 'Requests describes the minimum amount of compute resources required.
82+
If Requests is omitted for a container, it defaults to Limits if that is explicitly
83+
specified, otherwise to an implementation-defined value. More info:
84+
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
85+
type: object
86+
tolerations:
87+
description: Pod tolerations, as documented at
88+
https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
89+
type: array
90+
items:
91+
type: object
92+
properties:
93+
key:
94+
description: Taint key that the toleration applies to.
95+
type: string
96+
operator:
97+
description: Key's relationship to the value.
98+
type: string
99+
enum: [Exists, Equal]
100+
value:
101+
description: Taint value the toleration matches to.
102+
type: string
103+
effect:
104+
description: Taint effect to match.
105+
type: string
106+
enum: [NoSchedule, PreferNoSchedule, NoExecute]
107+
tolerationSeconds:
108+
description: Period of time a toleration of effect NoExecute tolerates the taint.
109+
type: integer
110+
format: int64
55111
arn:
56112
description: ARN of the Log Group to source data from. The expected format is documented at
57113
https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchlogs.html#amazoncloudwatchlogs-resources-for-iam-policies

0 commit comments

Comments
 (0)