Skip to content

Commit 2c14969

Browse files
authored
Merge pull request #346 from authzed/spicedb-1-39-1
Add SpiceDB v1.39.1 to the update graph
2 parents 28bcfa6 + 0cdc09b commit 2c14969

20 files changed

+779
-803
lines changed

config/crds/authzed.com_spicedbclusters.yaml

+4-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.17.1
77
name: spicedbclusters.authzed.com
88
spec:
99
group: authzed.com
@@ -161,16 +161,8 @@ spec:
161161
conditions:
162162
description: Conditions for the current state of the Stack.
163163
items:
164-
description: "Condition contains details for one aspect of the current
165-
state of this API Resource.\n---\nThis struct is intended for
166-
direct use as an array at the field path .status.conditions. For
167-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
168-
observations of a foo's current state.\n\t // Known .status.conditions.type
169-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
170-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
171-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
172-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
173-
\ // other fields\n\t}"
164+
description: Condition contains details for one aspect of the current
165+
state of this API Resource.
174166
properties:
175167
lastTransitionTime:
176168
description: |-
@@ -211,12 +203,7 @@ spec:
211203
- Unknown
212204
type: string
213205
type:
214-
description: |-
215-
type of condition in CamelCase or in foo.example.com/CamelCase.
216-
---
217-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
218-
useful (see .node.status.conditions), the ability to deconflict is important.
219-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
206+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
220207
maxLength: 316
221208
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
222209
type: string

config/rbac/role.yaml

+2-68
Original file line numberDiff line numberDiff line change
@@ -16,51 +16,10 @@ rules:
1616
- ""
1717
resources:
1818
- events
19-
verbs:
20-
- create
21-
- delete
22-
- get
23-
- list
24-
- patch
25-
- update
26-
- watch
27-
- apiGroups:
28-
- ""
29-
resources:
3019
- jobs
31-
verbs:
32-
- create
33-
- delete
34-
- get
35-
- list
36-
- patch
37-
- update
38-
- watch
39-
- apiGroups:
40-
- ""
41-
resources:
42-
- pods
43-
verbs:
44-
- delete
45-
- get
46-
- list
47-
- watch
48-
- apiGroups:
49-
- ""
50-
resources:
5120
- secrets
52-
verbs:
53-
- create
54-
- delete
55-
- get
56-
- list
57-
- patch
58-
- update
59-
- watch
60-
- apiGroups:
61-
- ""
62-
resources:
6321
- serviceaccounts
22+
- services
6423
verbs:
6524
- create
6625
- delete
@@ -72,14 +31,11 @@ rules:
7231
- apiGroups:
7332
- ""
7433
resources:
75-
- services
34+
- pods
7635
verbs:
77-
- create
7836
- delete
7937
- get
8038
- list
81-
- patch
82-
- update
8339
- watch
8440
- apiGroups:
8541
- apps
@@ -97,17 +53,6 @@ rules:
9753
- authzed.com
9854
resources:
9955
- spicedbclusters
100-
verbs:
101-
- create
102-
- delete
103-
- get
104-
- list
105-
- patch
106-
- update
107-
- watch
108-
- apiGroups:
109-
- authzed.com
110-
resources:
11156
- spicedbclusters/status
11257
verbs:
11358
- create
@@ -133,17 +78,6 @@ rules:
13378
- rbac.authorization.k8s.io
13479
resources:
13580
- rolebindings
136-
verbs:
137-
- create
138-
- delete
139-
- get
140-
- list
141-
- patch
142-
- update
143-
- watch
144-
- apiGroups:
145-
- rbac.authorization.k8s.io
146-
resources:
14781
- roles
14882
verbs:
14983
- create

0 commit comments

Comments
 (0)