Skip to content

Commit 2f02331

Browse files
author
Zach Swanson
committed
Updates to generated files
1 parent c28572a commit 2f02331

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

api/v1beta1/zz_generated.deepcopy.go

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

config/crd/bases/migrations.coderanger.net_migrators.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ spec:
4848
type: string
4949
image:
5050
type: string
51+
labels:
52+
additionalProperties:
53+
type: string
54+
type: object
5155
selector:
5256
description: A label selector is a label query over a set of resources.
5357
The result of matchLabels and matchExpressions are ANDed. An empty

config/rbac/role.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ rules:
99
- apiGroups:
1010
- ""
1111
resources:
12-
- pods
12+
- events
1313
verbs:
14-
- get
15-
- list
16-
- watch
14+
- create
15+
- patch
1716
- apiGroups:
1817
- ""
1918
resources:
20-
- events
19+
- pods
2120
verbs:
22-
- create
23-
- patch
21+
- get
22+
- list
23+
- watch
2424
- apiGroups:
2525
- apps
2626
resources:

0 commit comments

Comments
 (0)