Skip to content

Commit f53e16f

Browse files
Maksym Trofimenkoclaude
andcommitted
Regenerate CRDs after removing Blocking field
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 440c31c commit f53e16f

3 files changed

Lines changed: 9 additions & 17 deletions

File tree

api/v1alpha1/zz_generated.deepcopy.go

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

charts/tinysystems-crd/templates/tinynode-crd.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
---
12
apiVersion: apiextensions.k8s.io/v1
23
kind: CustomResourceDefinition
34
metadata:
4-
name: tinynodes.operator.tinysystems.io
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.16.1
7-
labels:
8-
{{- include "tinysystems-crd.labels" . | nindent 4 }}
7+
name: tinynodes.operator.tinysystems.io
98
spec:
109
group: operator.tinysystems.io
1110
names:
@@ -147,10 +146,6 @@ spec:
147146
ports:
148147
items:
149148
properties:
150-
blocking:
151-
description: 'Blocking: when true, use TinyState instead of gRPC
152-
for blocking edges'
153-
type: boolean
154149
configuration:
155150
format: byte
156151
type: string
@@ -185,9 +180,3 @@ spec:
185180
storage: true
186181
subresources:
187182
status: {}
188-
status:
189-
acceptedNames:
190-
kind: ""
191-
plural: ""
192-
conditions: []
193-
storedVersions: []

config/crd/bases/operator.tinysystems.io_tinynodes.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ spec:
146146
ports:
147147
items:
148148
properties:
149-
blocking:
150-
description: 'Blocking: when true, use TinyState instead of
151-
gRPC for blocking edges'
152-
type: boolean
153149
configuration:
154150
format: byte
155151
type: string

0 commit comments

Comments
 (0)