Skip to content

Commit

Permalink
Merge pull request authzed#346 from authzed/spicedb-1-39-1
Browse files Browse the repository at this point in the history
Add SpiceDB v1.39.1 to the update graph
  • Loading branch information
ecordell authored Jan 22, 2025
2 parents 28bcfa6 + 0cdc09b commit 2c14969
Show file tree
Hide file tree
Showing 20 changed files with 779 additions and 803 deletions.
21 changes: 4 additions & 17 deletions config/crds/authzed.com_spicedbclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.17.1
name: spicedbclusters.authzed.com
spec:
group: authzed.com
Expand Down Expand Up @@ -161,16 +161,8 @@ spec:
conditions:
description: Conditions for the current state of the Stack.
items:
description: "Condition contains details for one aspect of the current
state of this API Resource.\n---\nThis struct is intended for
direct use as an array at the field path .status.conditions. For
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
observations of a foo's current state.\n\t // Known .status.conditions.type
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
\ // other fields\n\t}"
description: Condition contains details for one aspect of the current
state of this API Resource.
properties:
lastTransitionTime:
description: |-
Expand Down Expand Up @@ -211,12 +203,7 @@ spec:
- Unknown
type: string
type:
description: |-
type of condition in CamelCase or in foo.example.com/CamelCase.
---
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
useful (see .node.status.conditions), the ability to deconflict is important.
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
description: type of condition in CamelCase or in foo.example.com/CamelCase.
maxLength: 316
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])$
type: string
Expand Down
70 changes: 2 additions & 68 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,51 +16,10 @@ rules:
- ""
resources:
- events
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- jobs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- delete
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- serviceaccounts
- services
verbs:
- create
- delete
Expand All @@ -72,14 +31,11 @@ rules:
- apiGroups:
- ""
resources:
- services
- pods
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps
Expand All @@ -97,17 +53,6 @@ rules:
- authzed.com
resources:
- spicedbclusters
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- authzed.com
resources:
- spicedbclusters/status
verbs:
- create
Expand All @@ -133,17 +78,6 @@ rules:
- rbac.authorization.k8s.io
resources:
- rolebindings
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- roles
verbs:
- create
Expand Down
Loading

0 comments on commit 2c14969

Please sign in to comment.