Skip to content

Commit c463f19

Browse files
committed
codegen
On-behalf-of: @SAP [email protected]
1 parent d33761a commit c463f19

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

config/crds/apis.kcp.io_apibindings.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
This is the identity for a given APIExport that the APIResourceSchema belongs to.
8080
The hash can be found on APIExport and APIResourceSchema's status.
8181
It will be empty for core types.
82-
Note that one must look this up for a particular KCP instance.
82+
Note that one must look this up for a particular kcp instance.
8383
type: string
8484
resource:
8585
description: |-
@@ -193,7 +193,7 @@ spec:
193193
This is the identity for a given APIExport that the APIResourceSchema belongs to.
194194
The hash can be found on APIExport and APIResourceSchema's status.
195195
It will be empty for core types.
196-
Note that one must look this up for a particular KCP instance.
196+
Note that one must look this up for a particular kcp instance.
197197
type: string
198198
resource:
199199
description: |-
@@ -373,7 +373,7 @@ spec:
373373
This is the identity for a given APIExport that the APIResourceSchema belongs to.
374374
The hash can be found on APIExport and APIResourceSchema's status.
375375
It will be empty for core types.
376-
Note that one must look this up for a particular KCP instance.
376+
Note that one must look this up for a particular kcp instance.
377377
type: string
378378
resource:
379379
description: |-
@@ -493,7 +493,7 @@ spec:
493493
This is the identity for a given APIExport that the APIResourceSchema belongs to.
494494
The hash can be found on APIExport and APIResourceSchema's status.
495495
It will be empty for core types.
496-
Note that one must look this up for a particular KCP instance.
496+
Note that one must look this up for a particular kcp instance.
497497
type: string
498498
resource:
499499
description: |-
@@ -643,7 +643,7 @@ spec:
643643
This is the identity for a given APIExport that the APIResourceSchema belongs to.
644644
The hash can be found on APIExport and APIResourceSchema's status.
645645
It will be empty for core types.
646-
Note that one must look this up for a particular KCP instance.
646+
Note that one must look this up for a particular kcp instance.
647647
type: string
648648
resource:
649649
description: |-
@@ -863,7 +863,7 @@ spec:
863863
This is the identity for a given APIExport that the APIResourceSchema belongs to.
864864
The hash can be found on APIExport and APIResourceSchema's status.
865865
It will be empty for core types.
866-
Note that one must look this up for a particular KCP instance.
866+
Note that one must look this up for a particular kcp instance.
867867
type: string
868868
resource:
869869
description: |-

config/crds/apis.kcp.io_apiexports.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ spec:
166166
This is the identity for a given APIExport that the APIResourceSchema belongs to.
167167
The hash can be found on APIExport and APIResourceSchema's status.
168168
It will be empty for core types.
169-
Note that one must look this up for a particular KCP instance.
169+
Note that one must look this up for a particular kcp instance.
170170
type: string
171171
resource:
172172
description: |-
@@ -409,7 +409,7 @@ spec:
409409
This is the identity for a given APIExport that the APIResourceSchema belongs to.
410410
The hash can be found on APIExport and APIResourceSchema's status.
411411
It will be empty for core types.
412-
Note that one must look this up for a particular KCP instance.
412+
Note that one must look this up for a particular kcp instance.
413413
type: string
414414
resource:
415415
description: |-

config/crds/core.kcp.io_shards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
properties:
6161
baseURL:
6262
description: |-
63-
baseURL is the address of the KCP shard for direct connections, e.g. by some
63+
baseURL is the address of the kcp shard for direct connections, e.g. by some
6464
front-proxy doing the fan-out to the shards.
6565
format: uri
6666
minLength: 1

config/root-phase0/apiexport-shards.core.kcp.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
resources:
88
- group: core.kcp.io
99
name: shards
10-
schema: v240903-d6797056a.shards.core.kcp.io
10+
schema: v251020-aa1b96e5d.shards.core.kcp.io
1111
storage:
1212
crd: {}
1313
status: {}

config/root-phase0/apiresourceschema-shards.core.kcp.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apis.kcp.io/v1alpha1
22
kind: APIResourceSchema
33
metadata:
44
creationTimestamp: null
5-
name: v240903-d6797056a.shards.core.kcp.io
5+
name: v251020-aa1b96e5d.shards.core.kcp.io
66
spec:
77
group: core.kcp.io
88
names:
@@ -57,7 +57,7 @@ spec:
5757
properties:
5858
baseURL:
5959
description: |-
60-
baseURL is the address of the KCP shard for direct connections, e.g. by some
60+
baseURL is the address of the kcp shard for direct connections, e.g. by some
6161
front-proxy doing the fan-out to the shards.
6262
format: uri
6363
minLength: 1

pkg/openapi/zz_generated.openapi.go

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

0 commit comments

Comments
 (0)