Skip to content

Commit

Permalink
Update codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
  • Loading branch information
ncdc authored and sttts committed May 19, 2023
1 parent 22baf90 commit 2a7a29c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions config/crds/apiresource.kcp.io_negotiatedapiresources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ spec:
openAPIV3Schema:
description: NegotiatedAPIResource describes the result of either the normalization
of any number of imports of an API resource from external clusters (either
physical or logical), or the the manual application of a CRD version for
the corresponding GVR.
physical or logical), or the manual application of a CRD version for the
corresponding GVR.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down
4 changes: 2 additions & 2 deletions config/crds/apis.kcp.io_apiexportendpointslices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ spec:
metadata:
type: object
spec:
description: 'spec holds the desired state: - the targetted APIExport
- an optional partition for filtering'
description: 'spec holds the desired state: - the targeted APIExport -
an optional partition for filtering'
properties:
export:
description: export points to the API export.
Expand Down
2 changes: 1 addition & 1 deletion config/root-phase0/apiexport-apiresource.kcp.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
latestResourceSchemas:
- v220628-546034da.apiresourceimports.apiresource.kcp.io
- v220628-546034da.negotiatedapiresources.apiresource.kcp.io
- v230424-27803b083.negotiatedapiresources.apiresource.kcp.io
maximalPermissionPolicy:
local: {}
status: {}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apis.kcp.io/v1alpha1
kind: APIResourceSchema
metadata:
creationTimestamp: null
name: v220628-546034da.negotiatedapiresources.apiresource.kcp.io
name: v230424-27803b083.negotiatedapiresources.apiresource.kcp.io
spec:
group: apiresource.kcp.io
names:
Expand Down Expand Up @@ -39,8 +39,8 @@ spec:
schema:
description: NegotiatedAPIResource describes the result of either the normalization
of any number of imports of an API resource from external clusters (either
physical or logical), or the the manual application of a CRD version for the
corresponding GVR.
physical or logical), or the manual application of a CRD version for the corresponding
GVR.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down
10 changes: 5 additions & 5 deletions pkg/openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a7a29c

Please sign in to comment.