Skip to content

Commit deb2939

Browse files
committed
regenerate crd
1 parent 7dac278 commit deb2939

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

helm/crds/eventlogger.bakito.ch_eventloggers.yaml

Lines changed: 16 additions & 10 deletions
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.13.0
6+
controller-gen.kubebuilder.io/version: v0.15.0
77
name: eventloggers.eventlogger.bakito.ch
88
spec:
99
group: eventlogger.bakito.ch
@@ -20,14 +20,19 @@ spec:
2020
description: EventLogger is the Schema for the eventloggers API
2121
properties:
2222
apiVersion:
23-
description: 'APIVersion defines the versioned schema of this representation
24-
of an object. Servers should convert recognized schemas to the latest
25-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23+
description: |-
24+
APIVersion defines the versioned schema of this representation of an object.
25+
Servers should convert recognized schemas to the latest internal value, and
26+
may reject unrecognized values.
27+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2628
type: string
2729
kind:
28-
description: 'Kind is a string value representing the REST resource this
29-
object represents. Servers may infer this from the endpoint the client
30-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30+
description: |-
31+
Kind is a string value representing the REST resource this object represents.
32+
Servers may infer this from the endpoint the client submits requests to.
33+
Cannot be updated.
34+
In CamelCase.
35+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3136
type: string
3237
metadata:
3338
type: object
@@ -129,9 +134,10 @@ spec:
129134
nodeSelector:
130135
additionalProperties:
131136
type: string
132-
description: 'NodeSelector is a selector which must be true for the
133-
pod to fit on a node. Selector which must match a node''s labels
134-
for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/'
137+
description: |-
138+
NodeSelector is a selector which must be true for the pod to fit on a node.
139+
Selector which must match a node's labels for the pod to be scheduled on that node.
140+
More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
135141
type: object
136142
scrapeMetrics:
137143
description: ScrapeMetrics if true, prometheus scrape annotations

0 commit comments

Comments
 (0)